I am unsure of the best approach.I guess I am asking for approaches.
All computers involved use Win XP Pro, VFP 7.0. All have modems. Some are connected to internet while others are not.
I have a VFP app to maintain products.dbf for all remote facilities. Runs at a warehouse location. Creates a file products.dbf which will be used at remote sites to update their local copy of products.dbf. Each remote site has different data in their copy of products.dbf so the warehouse app creates custom copies of products.dbf for each remote facility.
Remote facilities run a VFP app. This app has a process that will look for the latest products.dbf deposited somewhere on the HDD from the warehouse and if it exists apply the changes in that file, to the local products.dbf
I would like to somehow have my warehouse app use the Hypertrm.exe (I've never used it but I believe it is a program that might be useful here), to dial each facility and copy the products.dbf that has been generated for that facility, to that facilities HDD.
All computers have PCAnywhere in case I am missing the ability to automate use of it to accomplish this task.
Somebody lead me in the right direction please. I do not mind reading whatever you recommend. FYI: I know how to use shellexecute to start notepad so I guess I could figure out how to use it to execute the dialer except I have tried and have no idea about the parameters required, etc.
Thanks,
John
All computers involved use Win XP Pro, VFP 7.0. All have modems. Some are connected to internet while others are not.
I have a VFP app to maintain products.dbf for all remote facilities. Runs at a warehouse location. Creates a file products.dbf which will be used at remote sites to update their local copy of products.dbf. Each remote site has different data in their copy of products.dbf so the warehouse app creates custom copies of products.dbf for each remote facility.
Remote facilities run a VFP app. This app has a process that will look for the latest products.dbf deposited somewhere on the HDD from the warehouse and if it exists apply the changes in that file, to the local products.dbf
I would like to somehow have my warehouse app use the Hypertrm.exe (I've never used it but I believe it is a program that might be useful here), to dial each facility and copy the products.dbf that has been generated for that facility, to that facilities HDD.
All computers have PCAnywhere in case I am missing the ability to automate use of it to accomplish this task.
Somebody lead me in the right direction please. I do not mind reading whatever you recommend. FYI: I know how to use shellexecute to start notepad so I guess I could figure out how to use it to execute the dialer except I have tried and have no idea about the parameters required, etc.
Thanks,
John