Subject | Sv: Re: [IBO] TIBOTable AfterPost error |
---|---|
Author | Kurt Bilde |
Post date | 2001-02-04T15:08:08Z |
Hi Vando !
-Kurt
>>> nandod@... 03.02.01 21.43 >>>I do this because I check for .html-files in a users homedirectory. In the Person-table the users shortname is stored. If this changes I check for .html-files in the .Afterpostevent. You see .html can be called both .html and .htm, so I check for the filename a post this... This is done by a global procedure, and it puts the table in edit mode and that how I did find the "error".
>The current case (starting and edit operation in the AfterPost event
>handler - and I wonder why) is at risk even with the BDE, since you're
>not guaranteed to have a record to edit after the post is made.
>I tend to believe that if someone has based his code on nonstandardI base my souce on standard behaviour, so I don't see your point....
>behaviour (with components that are expected to be totally compatible)
>then he/she was asking for trouble anyway.
-Kurt