I did look at link. Thanks. I beleive it is possible to make the Print dlg not appear because the first parameter of PrintOut() is promptUser. Note below:
PrintOut([promptUser], [numberOfCopy], [collated], [startPageN], [stopPageN]);
I have tried both of the following syntax below and it does...
Does anyone know what the syntax is for passing a FALSE to PrintOut() function of report so that it won't bring up the Print dialog box? I am using VC++ and I have tried the following, but it does not work:
// the 1st param of PrintOut() function is promptUser...
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.