Hello
I am new to Visual FoxPro and I have been using it for setting up remote views to SQL servers (simple and useful).
I need to set up a costing calculation and I am thinking of using VFP to set it up (back end and front end). I have:
Table A: a list of article prices
Table B: Geometrical aspects and factors
Table C: Process and factors
I need to set up a form in which occurs the following:
1 - The user inputs information on what article he wants;
2 - The app choses the values form the tables accordingly and does the simple math;
3 - It presents the result and registers it;
4 - We can then print a report of this information.
What is the best way to get VFP to do this?
Relations between tables and expression builders?
Transforming the table data into variables and making them available for the calculations?
Can I associate data from a table to an array and vice-versa?
Any help is appreciated
Best Regards
I am new to Visual FoxPro and I have been using it for setting up remote views to SQL servers (simple and useful).
I need to set up a costing calculation and I am thinking of using VFP to set it up (back end and front end). I have:
Table A: a list of article prices
Table B: Geometrical aspects and factors
Table C: Process and factors
I need to set up a form in which occurs the following:
1 - The user inputs information on what article he wants;
2 - The app choses the values form the tables accordingly and does the simple math;
3 - It presents the result and registers it;
4 - We can then print a report of this information.
What is the best way to get VFP to do this?
Relations between tables and expression builders?
Transforming the table data into variables and making them available for the calculations?
Can I associate data from a table to an array and vice-versa?
Any help is appreciated
Best Regards