Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Know what files are open
Message
 
 
À
20/10/2003 06:53:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00840193
Message ID:
00840304
Vues:
36
This message has been marked as the solution to the initial question of the thread.
Try
DIMENSION laWindList[1]
FOR i=1 TO WCHILD("SCREEN")
	DIMENSION laWindList[i]
	laWindList[i] = WCHILD("SCREEN", i-1)
ENDFOR
DISPLAY MEMORY LIKE laWindList
>How I can to know what files (VCX, SCX, PRG, etc) are open when I´m develop mode in VFP7 or VFP8?
>
>They are a subset of the Windows pad in system menu (the last pads), but I don´t know how I can access to these files.
>
>Regards,
>José Luis
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform