I often need to do something pretty simple on a machine that isn't mine or is on the other side of the planet... sometimes it would be nice to have VFP installed on that
machine, but it can't be for licensing reasons.
In the past I have had a really simple .exe that took optsions as command line parameters and enabled me to browse a table and make changes.
Today, while I was thinking about a problem (VP automation of Excel2010) I thought I would turn that .exe interactive.
It's quick, it's dirty, but it works.
You need to have the VFP9 runtimes installed on your remote PC - which I take to be a given, in view of the fact that you want to manipulate VFP tables - and all you have to do is either drop the .exe in the folder that the tables are in or use the command prompt to navigate there and then type the path to whereever you do put the .exe
Here is a link if you are interested.
executable:
zip:
Regards
Griff
Keep [Smile]ing
There are 10 kinds of people in the world, those who understand binary and those who don't.
machine, but it can't be for licensing reasons.
In the past I have had a really simple .exe that took optsions as command line parameters and enabled me to browse a table and make changes.
Today, while I was thinking about a problem (VP automation of Excel2010) I thought I would turn that .exe interactive.
It's quick, it's dirty, but it works.
You need to have the VFP9 runtimes installed on your remote PC - which I take to be a given, in view of the fact that you want to manipulate VFP tables - and all you have to do is either drop the .exe in the folder that the tables are in or use the command prompt to navigate there and then type the path to whereever you do put the .exe
Here is a link if you are interested.
executable:
zip:
Regards
Griff
Keep [Smile]ing
There are 10 kinds of people in the world, those who understand binary and those who don't.