I have an app that is used to maintain account balances (much like your bank maintains it's cutomers balances). This app is VFP 7.0 using Visual FoxExpress framework.
This is the Trust Fund App.
I have an app used to conduct sales. It runs under VFP 7.0 but is a VFP 3 app that I merely ran thru the conversion program. I have converted the tables to a database but have 2 free tables used to pass data betwen this app and the aforementioned app. This is the Cart App.
Current Operation:
Trust Fund App produces a floppy with all current balances.
Cart App imports balances from floppy.
Cart App produces sales.
At end of day, Cart App places sales data in 2 free tables on the floppy.
Trust Fund App reads sales from floppy and updates accounts with sales information.
Operation desired:
Cart app gets one account balance as needed for a sale.
Cart App produces sale.
Cart App sends one sale to Trust Fund App which updates that one account.
Repeat for each sale.
Big Picture:
Can I modify the Cart App to open the Trust Fund Apps database, run the Cart App over the wireless network, and not have to mess with all the moving files back and forth stuff? Just have the Cart app apply sales to the Trust Fund Apps tables as needed?
Will the Cart App run fast? How could I test that?
Thanks for any ideas?
John
This is the Trust Fund App.
I have an app used to conduct sales. It runs under VFP 7.0 but is a VFP 3 app that I merely ran thru the conversion program. I have converted the tables to a database but have 2 free tables used to pass data betwen this app and the aforementioned app. This is the Cart App.
Current Operation:
Trust Fund App produces a floppy with all current balances.
Cart App imports balances from floppy.
Cart App produces sales.
At end of day, Cart App places sales data in 2 free tables on the floppy.
Trust Fund App reads sales from floppy and updates accounts with sales information.
Operation desired:
Cart app gets one account balance as needed for a sale.
Cart App produces sale.
Cart App sends one sale to Trust Fund App which updates that one account.
Repeat for each sale.
Big Picture:
Can I modify the Cart App to open the Trust Fund Apps database, run the Cart App over the wireless network, and not have to mess with all the moving files back and forth stuff? Just have the Cart app apply sales to the Trust Fund Apps tables as needed?
Will the Cart App run fast? How could I test that?
Thanks for any ideas?
John