drosenkranz
Programmer
Hello,
We are establishing eligibility for a program. I have a large PageFrame with 4 pages. Page 2 has a grid for household members - each receives a unique ID number. We use 1 as the applicant, 2 would be a co-applicant if there is another adult, 3 would be the next household member - even if there was no co-applicant, 4 would be the next person in the household - etc.
Page 3 has two additional grids - one for Income(s) and the other for Resources. Each of these two grids has an ID field which points back to the household member's ID to whom it belongs back on Page 2.
My problem is two-fold.
1) First, since each individual household member's number is assigned on Page 2, how (and where) would I validate the user's Income and Resource Grid (ID field) entries on Page 3 actually refer BACK to a valid household member's ID on Page 2?
2) If a user decides to go back later and change a household member's ID, how would I get the Income and Resource Grid's ID fieldson Page 3 to automatically update when the household member's ID is changed on Page 2?
I originally open up all of my work areas from a .prg file and then call the Main form. The form uses the DataEnvironment with Row Buffering.
Thank you so much for your time and suggestions,
Dave
The 2nd mouse gets the cheese.
We are establishing eligibility for a program. I have a large PageFrame with 4 pages. Page 2 has a grid for household members - each receives a unique ID number. We use 1 as the applicant, 2 would be a co-applicant if there is another adult, 3 would be the next household member - even if there was no co-applicant, 4 would be the next person in the household - etc.
Page 3 has two additional grids - one for Income(s) and the other for Resources. Each of these two grids has an ID field which points back to the household member's ID to whom it belongs back on Page 2.
My problem is two-fold.
1) First, since each individual household member's number is assigned on Page 2, how (and where) would I validate the user's Income and Resource Grid (ID field) entries on Page 3 actually refer BACK to a valid household member's ID on Page 2?
2) If a user decides to go back later and change a household member's ID, how would I get the Income and Resource Grid's ID fieldson Page 3 to automatically update when the household member's ID is changed on Page 2?
I originally open up all of my work areas from a .prg file and then call the Main form. The form uses the DataEnvironment with Row Buffering.
Thank you so much for your time and suggestions,
Dave
The 2nd mouse gets the cheese.