Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Know what files are open
Message
 
 
To
20/10/2003 06:53:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00840193
Message ID:
00840304
Views:
31
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform