When using wnetaddconnection2, im passing in 0 for dwFlags, so CONNECT_INTERACTIVE is not set. On one machine, it still prompts when the logon fails. Is there a client or server side setting to always prompt, or what my cause this behavior outside of wnetaddconnection2?
set PutEnableParameterPrompting to false and you shouldnt get the prompts anymore. Im not sure if the default "not set" value will be the null that you are looking for, but im betting you can check for that within crystal.
I have reports that are configured within the report to use a certain DSN.
If I remove that from the report, and allow the user to choose an DSN through my gui application, is it easy enough to set the DSN from within my visual c application, assuming that the new dsn has the same schema...
I have a few workstations that generate this error when viewing reports.
I have read the other threads concerning this error and have looked over my formulas, and I dont see anything jumping out at me that would cause this. The odd thing is, If i move the database from a machine that recieves...
Ok last question today (Software release coming up:)
I have memo fields some of which are more than a page long. Whenever one is printed on a page, it automatically starts on the next page, leaving sometimes up to 70% of the page it was supposed to be on blank.
Ive heard that the memo...
Ken, (Thanks for replying, yer the man on this board :)
Should I see those options under File/options or File/reportoptions? I dont see them. Do you know of those are new for 8.5? Looked them up in ask seagate but didnt have much luck either.
for (i=0;i<=(par->size()-1);i++){
pIParameterFieldDefinition->AddCurrentValue(vJob);
}
You say that you have problems with the ParameterFieldDefinition, but this works for me. Sorry if you are looking for a solution other than this. You can just call AddCurrentValue for every value...
Im using Crystal8,(RDC from VisualC incidentally), but upon exporting a report to HTML, the exported HTML does not contain the page footer.
Im guessing that since html isnt really divided into "pages", that the export just cant figure out how to put the page footers at the end. Has...
Im using this command to call a print window.
CPrintDialog printDlg(FALSE, PD_ALLPAGES | PD_HIDEPRINTTOFILE | PD_NOSELECTION | PD_COLLATE, 0);
Now wether or not i use PD_COLLATE to gray out the collate box, or I dont use it and allow the user to check it manually, the...
I am currently using the Printout Method and passing startpage,endpage etc options to it for printing.
This method pops up the standard microsoft print dialog. I would like however to pop up the print setup dialog instead so that users with multiple printers installed can choose which to...
Im using crystal 8 connecting to an access datasource setup through ODBC. I view fields with more than 256chars in them all the time, Does anyone know why this is? Will I face problems when moving to a remote datasource thats a real sqlserver?
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.