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 IamaSherpa 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. Freedom319

    Server has not yet been opened (Crystal report viewer control)

    Check your permissions on your Stored Procedures if you're using some. I haven't received that error in a while but I know that was one of my problems when I first started writing VB apps that use the RDC.
  2. Freedom319

    Remove left side bar in Crystal Web version

    You can also do it via code using reportobject.EnableGroupTree = False
  3. Freedom319

    CR8 Null Parameters

    I'm having trouble passing in NULL parameter values from a VB6 form to the CR Report Object. It accepts them when the report is initially run and correctly displays the report, however, when you go to print the report and you click OK on the dialog box that has the printer name, number of...
  4. Freedom319

    listbox item select / popup menu : using right click

    I'm not an expert, but I think you need to perform a HitTest(x,y) on your listview (Windows Common controls library sp(5)) in order to determine where you're clicking. Then set the selecteditem property of the listview = to the listitem returned by the HitTest. Use the MouseUp event for the...

Part and Inventory Search

Back
Top