Me again!
Is there a way to print a pdf document within my app? Right now I can do it, but it uses the shell command...
lb_printed = lnv_runandwait.ShellRun( as_directory + as_filename, "print", 0)
The shell command will use the windows default PDF program to actually execute the print function. In our case, it's Adobe Acrobat.
TIA,
~~~Tracy