Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invoking the Find Dialog box
Message
 
 
To
18/02/2005 11:23:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00988286
Message ID:
00988394
Views:
24
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform