Hi folks,
When I am trying to execute the following code
SET COMPOUND = OPEN
TABLE FILE CAR
PRINT
CAR
WHERE CAR EQ 'A'
ON TABLE PCHOLD FORMAT EXL2K OPEN NOBREAK
END
TABLE FILE CAR
PRINT
COUNTRY
WHERE COUNTRY EQ 'A'
ON TABLE PCHOLD FORMAT EXL2K CLOSE
END
I am getting the following error.
"Unknown error occurred.
Agent on reporting server BIUC01 may have crashed.
Please investigate reporting server log.
ERROR: "
I tried to handle the error by giving the below code.
-RUN
-IF &LINES EQ 0 THEN GOTO NODATA;
-EXIT
-NODATA
TABLE FILE CAR
BY CAR NOPRINT
ON TABLE SUBHEAD
"NO DATA"
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET HTMLCSS ON
END
-EXIT
Even that is not working.
How to handle the above one.
Thanks in advance.
Webfocus 714
Windows XP
HTML,EXCEL,PDF,GIF