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 Wanet Telecoms Ltd 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: 100watt
  • Content: Threads
  • Order by date
  1. 100watt

    Assign report image control picture at run-time

    I'm trying to specify a picture at run-time for a report image control. The following is the piece of code I'm using but it may not be the right function to be using for what I'm trying to acheive. rptDTour.Sections(2).Controls.Item(3).Picture = LoadPicture(App.Path & "\Angus Logo.bmp")
  2. 100watt

    VB Sybase Package

    I have been trying to package up a system consisting of a Visual Basic 6 application for the front end and a Sybase database for the back end. I have read all the documentation I could find on packaging up the Sybase database with a front end application and it specified that it could be...
  3. 100watt

    Using VB to connect to Sybase without using ODBC driver

    I have been trying to connect to a Sybase database using the OLE DB but despite what the documentation states an ODBC driver is needed to connect using this method. I was wondering if anyone has successfully connected to a sybase database without using an ODBC driver. The version of sybase I'm...

Part and Inventory Search

Back
Top