Page 1 of 1

print to default printer

Posted: Tue Mar 25, 2003 5:46 pm
by Rajender_(Guest)
IF THISFORM.pageFrame1.page2.cbxChoosePrinter.VALUE = 1 Then &&checked___mWptr = "?"__ELSE___mWptr= "Default"__ENDIF____I am using the above condition.__I am getting the error:__Invalid or duplicate command line arguments.

=> RE: print to default printer

Posted: Wed Mar 26, 2003 8:09 am
by kfleming
Are you sure that it is this segment of the code that is causing the error? Does it work if you take out the if loop and then set a single value for mWptr? ______Kathleen__R&R Support