Quick screen question
Robert J.M. Edis
robert.edis@creatcomp.com
Thu, 13 Jan 2000 17:23:24 -0500
Jeff
The following example worked for me:
scr f-test
file requests
acc via request_id using request_id request request_Id
ALIGN ( ID 1 , LABEL 4 , DATA 21 ) ( ID 41 , LABEL 44 , DATA 61 )
FIELD REQUEST_ID OF REQUESTS NULL VALUE NOT ALLOWED
FIELD EQ_DESCRIPTION OF REQUESTS NULL VALUE NOT ALLOWED SIZE 60
FIELD RQ_OWNER OF REQUESTS NULL VALUE NOT ALLOWED
FIELD RQ_REQUESTER OF REQUESTS NULL VALUE NOT ALLOWED
FIELD RQ_PRIORITY OF REQUESTS NULL VALUE NOT ALLOWED
FIELD RQ_FUNCTION OF REQUESTS NULL VALUE NOT ALLOWED
FIELD RQ_ACTION_BY OF REQUESTS NULL VALUE NOT ALLOWED
PROCEDURE FIND
BEGIN
GET REQUESTS VIA REQUEST_ID USING REQUEST_ID OF REQUESTS
IF NOT ACCESSOK
THEN WARN "*W* No records found!"
END
MODE:F ACTION:
01 Request Id
02 Eq Description
03 Rq Owner 04 Rq Requester
05 Rq Priority 06 Rq Function
07 Rq Action By
...
*W* No records found!
Blue
-----Original Message-----
From: jlkeepers@mmm.com
To: powerh-l@lists.swau.edu
Sent: 1/13/00 12:00 PM
Subject: Quick screen question
I have a PH8.19.c2 quick screen that needs an error message modified.
If
the user performs a search and no data was found, the current message is
'No records found matching index/selected values.' I would like to
replace this message with a custom message. I want this change to only
effect this particular screen. Any ideas?
Thanks,
Jeff
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
= =
Subscribe: "subscribe powerh-l" in message body to
majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to
majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.