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
pReport->PrintOut("FALSE"
Thanks for your help in advance.
// the 1st param of PrintOut() function is promptUser
pReport->PrintOut("FALSE"
Thanks for your help in advance.