Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yesterday's command window
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00211647
Message ID:
00211790
Vues:
36
>>A slightly more readable re-posting. Serves me right for not previewing.
>>
>>>> That's cool stuff. Thanks. Now one final question. Do you know any way to get that stuff back into the command window, the next time I start up, so that it is like I am just continuing the session?
>>>>
>>>>Thanks.
>>>>
>>>Hi Daniel,
>>>
>>>Well, I jumped the gun (forgetting, of course, that the command window closes and nothing ends up in _CLIPTEXT.) Serves me right for doing the research interactively and dumping it into a program without testing. So you'd have to select the entire contents into _CLIPTEXT manually, prior to calling and delete the references to everything but the file output.:-( Sorry about that. However, if you saved the contents as a prg you could just run it.
>
>You could probable create a macro that does like
>
>ALT_F2
>CTRL_PGUP
>SHIFT_CTRL_PGDWN
>CTRL_C
>DO SAVECMD
>
>THen, your save cmd program can take _cliptext and save it...
>
>Then, I guess you would have in your startup program something like
>
>_CLIPTEXT = FIL2STR('fileIsavedto')
>KEYBOARD {F2}
>KEYBOARD {CTRL_V}
>
>***********
>
Hi BOb,

Yeah, but this is FPW 2.6. Didn't have FILETOSTR() then.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform