Does anyone know if there are any known issues when doing this in webfocus 5.2?
No matter what way I print, I only ever get the first instance of a TX50? All other instances are blank.
Here is the code
TABLE FILE ISSUINFO
HEADING CENTER
"PSDB Reporting"
PRINT
UPDATEDETAILS ** Text file one
BY ISSUENUMBER NOPRINT PAGE-BREAK
ON ISSUENUMBER SUBHEAD
"Issue Number: <ISSUENUMBER>"
"<EXPR2>" text file 2
ON ISSUENUMBER SUBFOOT
"Method of Implementation: <METHODOFIMPLEMENTATION>"
END
In the above code, EXPR2 display ok, but Update Details only gives me the first row
Also if I just try a normal print
TABLE FILE ISSUDETL
"<EXPR2>"
END
or
TABLE FILE ISSUINFO
"<UPDATEDTAILS>"
END
All I get the first instance in the database then a long list of blanks. Yet stranfely in my first example EXPR2 will print ok.
Does anyone know of any problems with TX50 printing? Or any techniques to print TXT50 fields?
Thanks!!
No matter what way I print, I only ever get the first instance of a TX50? All other instances are blank.
Here is the code
TABLE FILE ISSUINFO
HEADING CENTER
"PSDB Reporting"
UPDATEDETAILS ** Text file one
BY ISSUENUMBER NOPRINT PAGE-BREAK
ON ISSUENUMBER SUBHEAD
"Issue Number: <ISSUENUMBER>"
"<EXPR2>" text file 2
ON ISSUENUMBER SUBFOOT
"Method of Implementation: <METHODOFIMPLEMENTATION>"
END
In the above code, EXPR2 display ok, but Update Details only gives me the first row
Also if I just try a normal print
TABLE FILE ISSUDETL
"<EXPR2>"
END
or
TABLE FILE ISSUINFO
"<UPDATEDTAILS>"
END
All I get the first instance in the database then a long list of blanks. Yet stranfely in my first example EXPR2 will print ok.
Does anyone know of any problems with TX50 printing? Or any techniques to print TXT50 fields?
Thanks!!