Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OKL question
Message
From
29/12/2001 10:08:36
 
 
To
12/12/2001 12:32:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00593354
Message ID:
00599106
Views:
11
I have the following lines in an old utility program of mine


As you can see it uses the keyboard command and leftarrow
to do what you want and even sets the proc lib you have your function stored in.

Hope this helps
xint='{CTRL+F2}{PGDN}' && bring forward the command window
x4=xcom+[F4 KEYBOARD "]+xint+[set proc to C:\yourprogs\proclib.PRG]+[{enter}]+[=yourfunction(''){leftarrow}{leftarrow}"]

&x4
>I have an program that launches my different projects. It allows easy movement changing paths etc... I have a function key with some code like this:
>
DO 'D:\_DEVTOOLS\DOIT\PRGS\DOIT.PRG' WITH '
>
>I would like to have it end with a closing quote and have the cursor placed between the quotes. Is the possible?
>
DO 'D:\_DEVTOOLS\DOIT\PRGS\DOIT.PRG' WITH '[cursor is here awaiting input]'
>
>Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform