Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug fix for form numbers not incrementing in 6.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00287899
Message ID:
00288293
Vues:
19
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform