Focal Point
Error

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

June 15, 2004, 09:59 PM
RB
Error
Hi
Does anyone know what this means?
-TYPE [AMPERS]

I am getting No HTML ouput and at the end of the code it is giving me this message.

Thank you.
June 15, 2004, 10:05 PM
<Pietro De Santis>
Add -SET &ECHO=ALL; to your program to see what's happening.
June 21, 2004, 06:58 PM
Bob Jude Ferrante
-TYPE [ampers] is an echo of an internal command from the CGI, and it's harmless. You're probably getting EDA/NO DATA because the request you are specifying has no HTML response. You get this when the final thing you do is HOLD for example, or if the report has no records and you don't handle that possibility. Occasionally it happens if the server crashes.

Hope this answers your question.