At 10:49 AM 3/12/2009, MikeB wrote:

Ajay,

I put the following in a test report in the OnBeforeDesign

PAUSE 2 USING 'before design'
SELECT IN WHERE x = z
RETURN

It throws the syntax error, but still loads the report in
the designer.

I also created an RMD file with the following:

trace
pause 2 using 'tracing'
Report TestRep
ret

Which also put RBase into trace mode and opened the report,
tracing the OnBeforeDesign eep.  Try it and see if you can
at least get to the code to see the offending line...

Mike,

In Ajay's case, the report itself is based on the temporary
table which is defined as "On Before Design...". The -ERROR-
in creating the table never creates the table, thus you cannot
open the report based on the table in question. He will be
taken care of once I receive the correct definition of the
table along with unloaded report.

Very Best R:egards,

Razzak.


Reply via email to