Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tdz
  • Order by date
  1. tdz

    WNetAddConnection2 creates logon prompts

    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?
  2. tdz

    Optional parameters

    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.
  3. tdz

    Changing DSN programatically through RDC

    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...
  4. tdz

    string length is less than zero or not an integer

    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...
  5. tdz

    Memo Fields Wrapping to next page

    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...
  6. tdz

    exports to html dont retain footer?

    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.
  7. tdz

    Set multiple values to a parameter

    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...
  8. tdz

    exports to html dont retain footer?

    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 &quot;pages&quot;, that the export just cant figure out how to put the page footers at the end. Has...
  9. tdz

    CPrintDialog Collate

    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...
  10. tdz

    Print Setup With Printout Method RDC Crystal8

    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...
  11. tdz

    SQL Datasource truncates string values at 254 Characters

    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?

Part and Inventory Search

Back
Top