I thought of that so I actually typed 'option printer' and 'option screen' with same results.
________________________________ From: Mike Byerley <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Wed, September 8, 2010 9:20:28 AM Subject: [RBASE-L] - Re: 9.0 printing issue values passed are dotted vars. Embedded command strings are ampersand variables. try: print CashDrawerRec where DrCompID = .vCashDrID option &vprnscrn if that fails, try the command from the R> and see what happens. ----- Original Message ----- From: "TOM HART" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Wednesday, September 08, 2010 10:06 AM Subject: [RBASE-L] - 9.0 printing issue > I have a form to enter some data and a button to print a receipt. Why would > this EEP lockup Rbase. Under 7.6 there was no problem. It locks up right as > the little window comes up saying it is printing. All the variables are > defined. The var vprnscrn I can set to 'printer' or 'screen' and it locks up > either way. > > saverow > prnsetup .vprinter1 > print CashDrawerRec where DrCompID = .vCashDrID option .vprnscrn > return > > Tom Hart >

