M
Mehbs
I have a small program already written in VFP8. This program allows user to
enter start and end date. When user click ok, it starts from transaction
file and pick up the data which falls under the entered date. While picking
up the data, it also reads and gets the name and other information from the
master file. Since it is very easy to set the relationship by using
employee number in VFP, I can link files.
Suppose, I have 3 files: 1. Transaction files which has daily input. 2.
Master file which has employee name, address, salary info. etc. 3. is
employees benefit file.
All these 3 files have 1 common field/column call employee_number.
Can I set these files up while running the program like I can do it in
Visual foxpro or what is the best way to do this.
I want to grab the information from all the files for each employee and
before moving to the next record, I want to dump the information to an excel
file. 1 line for each employee.
Microsoft is getting rid of VFP and I am having some difficulty each time
when I try to make any modification so I thought I should move the program
to C#.
All the database is in Visual Foxpro 8.
Thanks.
enter start and end date. When user click ok, it starts from transaction
file and pick up the data which falls under the entered date. While picking
up the data, it also reads and gets the name and other information from the
master file. Since it is very easy to set the relationship by using
employee number in VFP, I can link files.
Suppose, I have 3 files: 1. Transaction files which has daily input. 2.
Master file which has employee name, address, salary info. etc. 3. is
employees benefit file.
All these 3 files have 1 common field/column call employee_number.
Can I set these files up while running the program like I can do it in
Visual foxpro or what is the best way to do this.
I want to grab the information from all the files for each employee and
before moving to the next record, I want to dump the information to an excel
file. 1 line for each employee.
Microsoft is getting rid of VFP and I am having some difficulty each time
when I try to make any modification so I thought I should move the program
to C#.
All the database is in Visual Foxpro 8.
Thanks.