Search results for query: *

  1. R

    Insert Date (vb.net) in SQL database error

    Just a Guess I had a similar error and found that the SQL statement took the date in a different format from what I was sending. So you may want to check and make sure the date format is uniform. I analyzed thru the Query Analyzer to find my error. Hope this helps. Good Luck!
  2. R

    Crystal Reports and VB.NET 2003

    Fixed it??? This is for those seeking help on this same issue with no resolve. The reason I could not see my reports in the application was due to a .dll bug. Mines dealt with the crdb_adoplus.dll which was causing the problem. Fortunately I had my application on two machine (one that...
  3. R

    debug problem with TabStrip

    Solution to problem I thought I'd post the solution to my problem so others in the same jam will know. I took over an application from another programmer and downloaded a local copy to my machine, however there was a file on the server called web_ctrl that was vital to making the tabs format...
  4. R

    Crystal Reports and VB.NET 2003

    I am new to VB and Crystal Reports so please bear with me. I have a VB.Net project that has crystal reports and when I run the project on my machine I can pull up some of the reports, but not all. I get an error: Failed to Load database information. Can anyone please help. If you need any...
  5. R

    debug problem with TabStrip

    Thanks, I am new to VB and new to using forums in general. I will rethink my issue and then try to post in the correct forum. Newbie
  6. R

    The dependency 'CrystalDecisions.Enterprise.Desktop.Report' could not be found.

    When I build my application I get this message: The dependency 'CrystalDecisions.Enterprise.Desktop.Report' could not be found. How can I fix this. Anyone please. I am new to VB.Net
  7. R

    debug problem with TabStrip

    This has been on the board for a while now. Is their anyone who has experienced this problem before. I have a reference to the Microsoft.Web.UI.Controls. I'v put this same code on various machines in the office and I've even re-installed VB.NET on my computer. Please if anyone has any...
Back
Top