DATA ENTRY APPLICATION WITH A TWO-LEVEL DICTIONARY
Posted: September 28th, 2020, 3:58 am
Hi CSPro Users,
I have a concern here, I will try to explain using Household and Individual as two levels in one dictionary.
Assume the above dictionary, after entering all the Household members in first level, I need to control the number of entry in the second level, I mean I should be able to enter all the individuals from the members list from the first level, then the application should terminate or close after entering the last member/individual from the members list from the first level.
I always use single level dictionary to program this, I mean I create two different dictionaries, Household and Individual. Then I write syntax/logic to load all the members from the Household attached to Individual as an external dictionary.
Is there a possibility to do this in two level dictionary? And be able to control the entry in Individual level as I have explained above?
Thanks in Advance.
I have a concern here, I will try to explain using Household and Individual as two levels in one dictionary.
Assume the above dictionary, after entering all the Household members in first level, I need to control the number of entry in the second level, I mean I should be able to enter all the individuals from the members list from the first level, then the application should terminate or close after entering the last member/individual from the members list from the first level.
I always use single level dictionary to program this, I mean I create two different dictionaries, Household and Individual. Then I write syntax/logic to load all the members from the Household attached to Individual as an external dictionary.
Is there a possibility to do this in two level dictionary? And be able to control the entry in Individual level as I have explained above?
Thanks in Advance.