Using @USER1 and Reporter (OpenInsight Specific)
At 09 DEC 1999 08:42:25AM Steve C. wrote:
I created a calculated field "HQ_DATE" that is @ANS=@USER1.
A subroutine that calls the report sets @USER1 and also
saves a list in SYSLISTS (using RLIST), then calls Reporter. A GETLIST is used in Reporter for the query. If the RLIST saves a list with record IDs then the report prints fine and @USER1 is printer in the heading. If the RLIST results in a "null" list, no records, the report does not display or print the @USER1 information. Any suggestions on how to
make sure @USER1 is printer?
TIA
Steve C.
At 05 JAN 2000 09:05PM John Gunther, Bucks vs Bytes wrote:
Make sure you always have a select list, even if it's only 1 id that points to a null data record.