Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stopping a process
Message
 
 
À
01/03/2011 13:23:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01029879
Message ID:
01502245
Vues:
58
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform