Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong?
Message
From
18/07/2007 13:58:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01241327
Message ID:
01241667
Views:
32
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform