may be you can use this:
SET PRINTER TO NAME <windows printer name>
and then run the report
REPO FORM <my report> TO PRINTER
and thats it
if your network is NT 4.0 or later
SET PRINTER TO NAME \\server\printer
and then run the report
with this you only need to add the printer in windows and...
if you want to know the name of the running window(form) use
?thisform.caption
and the name will be show
or
var=thisform.caption
to store the name in some var.
Sorry, may be you need more information:
i don´t know if you can print to an IP but you can print to a network printer
SET PRINTER TO NAME <windows printer name>
and then run the report
REPO FORM <my report> TO PRINTER
and thats it
if your network is NT 4.0 or later
SET PRINTER TO NAME...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.