Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
BiggFeesh
Post
by BiggFeesh » Tue Jun 22, 2004 11:26 pm
I appears that Visual Fox Pro 8.0 is not responding to the "Press Right" and "Press Left" Macro commands. Anyone have a solution?
-
Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
-
Contact:
Post
by Bob Hansen » Wed Jun 23, 2004 12:02 am
Be sure that you have a SetFocus and WindowReady first:
WaitWindowOpen>VFPWindowName*
SetFocus>VFPWindowName*
WaitReady>1
Press Left
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
-
armsys
- Automation Wizard
- Posts: 1108
- Joined: Wed Dec 04, 2002 10:28 am
- Location: Hong Kong
Post
by armsys » Wed Jun 23, 2004 1:35 pm
Hello biggFeesh
Where exactly in VFP8 did you encounter the no-response issuee? BTW, under VFP8, there could be many windows. Make sure the VFPWindowName in SetFocus> command fairly unique.
Happy scripting.