Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug fix for form numbers not incrementing in 6.0
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00287899
Message ID:
00288293
Views:
18
>I noticed since upgrading to 6.0 that form numbers are not incrementing. That is if I instantiate multiple instances of forms which allow multiple instances they are all numbered 1.
>
>The problem seems to be in cbaseform, in the method InitMultipleInstance.
>
>On line 33:
>IF VARTYPE("loLastForm") == "O"
>should be
>IF VARTYPE(loLastForm) == "O"
>
>Once this change is made, the form numbers start incrementing again.
>
>Thanks

Looks like SOMEBODY was updating code from TYPE() to VARTYPE() and missed the quotes. Good catch.

Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform