Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RI Codes Difference between VFP8 and VFP9?
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003417
Message ID:
01005090
Views:
24
Debra,

Thanks to you. You perseverance helped to get to the root of the problem.

>I tried your fix and it worked! I am so glad to get this resolved. For now, I will make this change in my RIBUILDR.APP. Will this be changed in a future service pack for VFP9?
>
>Thank you for sticking with this issue and getting it resolved.
>
>
>
>>Hi Debra,
>>
>>Thank you very much for providing a repro. The issue turned out to be as simple as a bug on the following line:
>>
>>unlock record pnParentRec in lcParentWkArea
>>
>>Usually the error is eaten by ON ERROR handler, but, if you put
>>
>>ON ERROR ?ERROR(),message(),message(1),program()
>>
>>before the UNLOCK, you'll see what is going on.
>>The lcParentWkArea should be enclosed in parenthesis.
>>
>>unlock record pnParentRec in (lcParentWkArea)
>>
>>
>>Thank you for reporting this issue.
>>Aleksey.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform