Thanks, Karen, I’ll give it a go. Any reason to be leery about that sort of syntax? I use that print format almost everywhere with no problem.
I developed it particularly for use in a loop where I needed A-Z and 0-9 reports and have continued to keep it as my default except for very simple usage. Regards, Alastair. From: [email protected] Sent: Monday, January 17, 2011 5:49 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Report fails to print to file One more thing to try. I'm always very leery about syntax with only one static word at the beginning. I would add one more thing: SET VAR vCommand = ('Print' & .vReport & .vWhere_Clause & .vSort_clause & vOption_Clause) &vCommand Karen PRINT .vReport &vWhere_Clause &vSort_Clause &vOption_Clause

