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 Chris Miller 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: *

  1. jwbaker

    Crystal Report: setting database path vb.net

    Thanks for the reply. I am using an OLE DB connection. I want to know how to programmatically make the connection. I know I can go into the report and through vb.net and "Set Location.." of the database, how do I do this in code. report.setlocation(databasepath) doesn't exist...
  2. jwbaker

    Crystal Report: setting database path vb.net

    I am creating a program in VB.net that uses crystal reports. If i install it on another machine I want it to be able to locate the database automatically. How do I programmatically set the database path of a Crystal Report? Thanks John
  3. jwbaker

    Can I pass a title into a report from vb.net?

    Here is my selection formula: selform = "{ClassStats.Date} in DateTime (" & Year(dtpStart.Value) & "," & Month(dtpStart.Value) & "," & DatePart("d", dtpStart.Value) & ", 00, 00, 00) to DateTime (" & Year(dtpEnd.Value) & "," &...
  4. jwbaker

    Can I pass a title into a report from vb.net?

    I am creating a report and would like to set a title showing the range of dates. I know I can do this with a formula but it will only show the ranges for which there is actual data. I am already using a selection formula can I include it in there? I noticed there was a...

Part and Inventory Search

Back
Top