Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invoking the Find Dialog box
Message
 
 
À
18/02/2005 11:23:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
00988286
Message ID:
00988394
Vues:
23
This message has been marked as the solution to the initial question of the thread.
Drop timer on the form with
Interval = 10
Enabled = .F.
* Timer's Timer Event
This.Enabled = .F.
=SYS(1500, '_MED_FIND', '_MEDIT')

* Button Click
Thisform.Edit1.SetFocus()
Thisform.Timer1.Enabled = .T.
Let me know if it works this way.
<snip>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform