Focal Point
user defined error messages??

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3941008331

September 29, 2004, 11:13 AM
<Kalyan>
user defined error messages??
Hi,
Is there a way of displaying user defined error messages rather than WebFOCUS error messages? An eg:
Instead of "No HTML Output " I would like to say "No records found for the given search criteria"

Any suggestions on how to do this?

regards,
Kalyan.
September 29, 2004, 11:32 AM
<agmarmol>
Yes, you can edit the file /conf/etc/esib00e.html in the client webfocus52.
Note than in WF51 the file is called ib00000e.htm

Bye from Almer�a(Spain)!!
September 29, 2004, 12:50 PM
webfocuspgm
This is what we use so that we can 'customize' the message to the report.


-IF &LINES EQ 0 GOTO RPT2 ELSE GOTO REPTDONE;
-RPT2
-TYPE 'message'
-GOTO REPTDONE
-REPTDONE
-EXIT
September 29, 2004, 01:28 PM
BIGBMN
Or, to take that concept one additonal step. Instead of the -TYPE, you could use a -HTMLFORM and display an HTML page with that error message.