Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong?
Message
De
18/07/2007 13:58:26
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01241327
Message ID:
01241667
Vues:
33
>>in your current code check
>>
>>FOR lnCount = _screen.FormCount TO 1 STEP - 1
>>      assert _screen.FormCount=m.lnCount
>>      loForm = _screen.Forms[lnCount]
>>...
>>
>>but to be more secure go
>>
>>Do while _screen.FormCount>0
>>     loForm = _screen.Forms[_screen.FormCount]
>>
>>
>>regards
>>
>>thomas
>>
>>with a couple of exit branches
>
>Thanks a lot, I solved it with do while (George Tasker's idea) with a correction by Cetin Basoz. See my other thread on the topic (as usual, I can not keep just one thread when I have a problem :))

the linked forms idea hit pay dirt, I see <g>.

regards

thomas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform