Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8/9 textmerge with try catch differences
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01039595
Message ID:
01039604
Views:
18
It's VFP9 bug and MS is aware of it.

>A collleague and I just uncovered a difference between vfp8 and vfp9 that we were not expecting.
>
>Running the code below in vfp8 will give you a sequence of _text values something like: -1, 15, 15, 15 while in vfp9 it will give: -1, 15, -1, -1.
>(where 15 is the file handle to the textmerge target file). Further tests show that vfp9 does indeed close the textmerge file. So, in short, vfp9 shuts down textmerge to file globally when it encounters an error in try/catch.
>
<snip>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform