Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to allow user to edit tooltips?
Message
From
01/06/2008 18:56:56
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01318188
Message ID:
01320853
Views:
16
What I did find that works is the following. The trick was to know to active the window named 'Form' so that the following Ctrl+W works properly. (Am not sure if DOEVENTS is necessary, but apparently it doesn't hurt either.)
For Each oFile In _vfp.ActiveProject.Files
	If oFile.Type="K" && form
		Modify Form (oFile.Name) Nowait
		AssignUniqueControlIDs()
		Activate Window 'Form'
		Keyboard '{CTRL+w}'
		DoEvents
	Endif
Endfor
>>Tamar --
>>
>>DOEVENTS had no effect -- all those forms just keep piling on top of each other on the screen, waiting for me to presss Ctrl+W
>>
>>Jim
>>
>
>Jim,
>
>In the thread I gave you a reference to I solved that problem. Re-read your thread again and please follow my reference.
Jim Nelson
Newbury Park, CA
Previous
Reply
Map
View

Click here to load this message in the networking platform