Re: Printing to PDF
Posted: Thu Sep 23, 2010 12:33 pm
I strongly advice to let you ANSWER what you are creating when encoutering an error
and you have no clue what goes wrong!
...
put IT & "/" & field "ID" card 2 stack "Disty Report" & ".pdf" into target_file
ANSWER target_file
...
This way you can SEE what might go wrong.
In this case you tried to create a file in a folder that did not exist.
"/" will always indicate a folder before that character!
and you have no clue what goes wrong!
...
put IT & "/" & field "ID" card 2 stack "Disty Report" & ".pdf" into target_file
ANSWER target_file
...
This way you can SEE what might go wrong.
In this case you tried to create a file in a folder that did not exist.
"/" will always indicate a folder before that character!