Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to allow user to edit tooltips?
Message
From
01/06/2008 09:14:08
 
 
To
31/05/2008 14:09:10
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01318188
Message ID:
01320821
Views:
12
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

>>(4) The remaining problem is to assign the unique IDs for all existing forms is quite easy as well. The following, also from Tamar, almost does the trick:
* With the project open
>>FOR EACH oFile IN _VFP.ActiveProject.Files
>>  IF oFile.Type="K" && form
>>     * Open the form either in the Form Designer
>>     MODIFY FORM (oFile) NOWAIT
>>     AssignUniqueControlIDs()
>>     Keyboard '{Ctrl-W}'
>>  ENDIF
>>ENDFOR
>>
Unfortunately, the Ctrl+W doesn't work, so the form does not save.
>
>Hi, Jim, I'm just back from vacation and catching up. I suspect the problem with the KEYBOARD is no wait state to fire it. Try adding DOEVENTS right after.
>
>Tamar
Jim Nelson
Newbury Park, CA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform