I want to know which variable is being filled with a "Globus Message"
pops up with the following text.
"No records were found that matched the selection criteria"
and options "Continue" and "Details".
Regards,
IM
ENQ.ERROR is empty in my Enquiry. I also checked the other
ENQUIRY.COMMON variables, and didn't find something useful at first.
The enquiry is NOFILE based with a routine.
When no records are returned, I'm just curious if we can change the
Globus message or to cause not to appear.
In any case we can even with that message ... maybe it is not possible
to change ...
Thanks
IM
--
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines
IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24
To post, send email to jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
I'm afraid you cant change the text "No records matched...."
You can either use ENQ.ERROR or DISPLAY.BREAK with NONE in the enquiry
to display a text if there are no records.
Example:
15. 1. 1 OPERATION... "SORRY NO RECORDS FOUND'
16. 1 COLUMN......... 1
21. 1 DISPLAY.BREAK.. NONE
Output
LineNo Bezeichnung Total nach Domizil / Industrie Code
------------------------------------------------------------
--------------- ---------
SORRY NO RECORDS FOUND'
Hope this helps.
Regards