Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to allow user to edit tooltips?
Message
De
01/06/2008 09:14:08
 
 
À
31/05/2008 14:09:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01318188
Message ID:
01320821
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform