|
Hmmmmm.
I was producing a pdf file whose name was
po18.pdf
But now it is coming out as 'po18'.pdf
Where did the quotes come from?
Here is my code
set var vresp=' ', flnm=' '
dialog 'Enter P.O. No.' vresp=6 vkey 1 if vkey = '[Esc]' then ; goto aldun ; endif set var pono int = (int(.vresp)) set var flnm = ('PO' + .vresp) pause 2 using .flnm print PurchOrd where PoNum = .pono option pdf |filename .flnm |open on Label aldun Note the pause 2. it displays the filename
without the quotes.
Bernie Lis
|
- [RBG7-L] - Re: Problems printing to PDF A. Razzak Memon
- [RBG7-L] - Re: Problems printing to PDF MikeB
- [RBG7-L] - Re: Problems printing to PDF David M. Blocker
- [RBG7-L] - RE: Problems printing to PDF Sami Aaron
- [RBG7-L] - RE: Problems printing to PDF David M. Blocker
- [RBG7-L] - RE: Problems printing to PDF Bernard Lis
- [RBG7-L] - Re: Problems printing to PDF Bernard Lis
- [RBG7-L] - Re: Problems printing to PDF David M. Blocker
- [RBG7-L] - RE: Problems printing to PDF Sami Aaron
- [RBG7-L] - RE: Problems printing to PDF Lawrence Lustig
- [RBG7-L] - RE: Problems printing to PDF Bernard Lis
- [RBG7-L] - RE: Problems printing to PDF David M. Blocker
- [RBG7-L] - RE: Problems printing to PDF David M. Blocker
