Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command prompt utility
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00032503
Message ID:
00032532
Vues:
42
>>Create a project, add a prg with this in:
>>***************
>>do while .t.
>> x = ""
>> x=getfile()
>> if empty(x)
>> exit
>> endif
>> use &x
>> browse
>>enddo
>>***************
>
>I guess I missed something. Can you explain more what this has related to my question? :)

Your question is:
>Is there someone who wrote a small command prompt utility Visual FoxPro EXE >that we can use when we go on a client site to do
>some one line Visual FoxPro command for various tasks?

My answer is:

This is the smallest utility you can write in fox.

Give a try!

When you run this exe, a file selection window appear and let you select a dbf.

The browse command is issue and the table menu appear to let you work on your table.

With this little code you can browse, append, delete, pack ...

To exit, close the browse window and click 'cancel' when the file window appear again.


HTH (again) ;-)
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform