Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Light VFP manager
Message
 
À
20/05/2002 19:55:58
Norman Avila
Universal Computadora Guatemala, S.A.
Guatemala, Guatemala
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00659172
Message ID:
00659197
Vues:
26
You can do it yourself.

Write a small prg with this:
***
do while .t.
   cdbf=getfile("dbf")
   if empty(cdbf)
       exit
   endif
   use (cdbf) excl
   browse
enddo
***
Compile this in an exe and thats it!
While you select a table to browse, the program run and it exit when you chose cancel from the open dialog :-)

You will get the table menu and be able to perform some operations on the browsed table like recall, delete or reindex.

You can do better by building your own menu that do some other task at your convenience...

HTH :-)

>I am working with vpm application and distributing the exe to my customers, but I have seen the need to have vfp to do some admin. when a memo table corrupts, openning from VFP can repair it, or for example run a small prg to update or validate something etc..
>
>The thing I cannot give out a copy of vfp to each customer or install it with the app since they are not buying vfp licens, just my software, is there a light vfp manager that can be installed to do this task as a separate exe (free) or what is the best way to implement.
>
>Thanks
>
>Norman
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
Répondre
Fil
Voir

Click here to load this message in the networking platform