Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to allow user to edit tooltips?
Message
From
31/05/2008 14:12:35
 
 
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:
01320773
Views:
20
>>(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

I'm glad to see that you're back, I hope you also enjoyed Iceland. Did you feel the earthquake?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform