Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OKL question
Message
De
29/12/2001 10:08:36
 
 
À
12/12/2001 12:32:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00593354
Message ID:
00599106
Vues:
12
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform