Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stopping a process
Message
 
 
To
01/03/2011 13:23:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01029879
Message ID:
01502245
Views:
57
>Why don't you simply step through the code with the debugger?
>
Tore,

Do you see where is a bug in this small piece of code
   FOR lnI = _screen.FormCount TO 1 STEP - 1
   			oAppObj.write_log('Releasing form ' + _screen.Forms[m.lnI].name,program(),'2')
   			IF TYPE('_screen.Forms[m.lni]') = 'O'
	       _screen.Forms[m.lnI].Release()
	       endif
   NEXT
why does it generate Forms is not an object ?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform