![]() |
![]() ![]() ![]() ![]() How do I stop APPX from automatically displaying the next record during INQUIRY. |
In an INQUIRY process, when the user enters a nonexistent key, the next record in sequence is automatically displayed. If you don’t want this to occur in the INQUIRY Start of Process event point, code:
SET --- EXACT KEY REQUIRED = Y When the INQUIRY is in Key Entry, if a non-existing key value is entered, it will then not advance to the next record. Also, by setting:
SET --- AUTO READNEXT = N
... after a valid key has been entered and the INQUIRY has been run, when END is pressed, it will then not auto advance to the next key value. (Setting READ NEXT to NO in the INQUIRY's Additional Attributes does not accomplish this.)
| |
[Append to This Answer] | |
2004-Jan-20 10:20am |
Previous: |
![]() |
Next: |
![]() |
|