FAQ's - APPX Software, Inc. : Trash :
168 - Calling Inquiries from Scrolling INPUTs | |
"I have a scrolling INPUT on a set of data. I would like the Automatic Child to jump to a full screen display of the full set of data. I have an existing INQUIRY that has the exact look and feel of what I want, and the users are familiar with this screen. How can I reuse this existing INQUIRY? (A simple Automatic Child doesn't work.)"
In the Key Entry frame's Global Pre-Display event point, execute: *T SET --- OPTION = RETURN T SET --- PROCESS CODE = DONE *F IF --- PROCESS CODE EQ DONE FT SET --- OPTION = END (All this can be done in a SUBR, called from Key Entry's Global Pre-Display event point.) When the INQUIRY starts, PROCESS CODE is DISP, so the KEY ENTRY frame is skipped. Since the INQUIRY is constrained to one record, it displays only that record from the INPUT.
When the user presses ENTER or END after viewing the data, Key Entry executes again, but since PROCESS CODE is now DONE, it sets OPTION to END. INQUIRY ends, and control is returned to the parent.
| |
[Append to This Answer] | |
2010-May-20 12:29am |
Previous: | 154 - Using OUTPUTs Instead of UPDATEs |
Next: | 182 - Copying Files Between Databases |
|