good day everyone!
i would like to ask how to open data entry in modify mode on a specific case ID, let say i have a datafile with filename C0101.dat inside it i have 10 cases with IDs 0101001,0101002 up to 0101010, what i would like to do is when i-open my data entry it will open in a specific case id using the pff file like for example i want 0101010 to open, is there a way i can do this?
thank you very much.
open data entry in a specific caseID using pff file
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: open data entry in a specific caseID using pff file
From online help under "Run Production Data Entry":
If start mode is modify, the word modify may be followed by a semicolon and the id of an existing case, for example: StartMode=modify;0102003. This will open CSEntry in modify mode and open the case indicated by the id. If start mode is add, the word add may be followed by a semicolon and the id of an existing case that has been partially added. This will open CSEntry in add mode and open the partially added case to continue adding.
If start mode is modify, the word modify may be followed by a semicolon and the id of an existing case, for example: StartMode=modify;0102003. This will open CSEntry in modify mode and open the case indicated by the id. If start mode is add, the word add may be followed by a semicolon and the id of an existing case that has been partially added. This will open CSEntry in add mode and open the partially added case to continue adding.