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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by iwebslinger

  1. iwebslinger

    Icons on a Button

    I don't have an answer for you but I'm interested in your thread. I'm working at a outlook type of design for an appllication and was hoping to emulate the toolbar design which has command buttons with icons and tex.
  2. iwebslinger

    install a prgram made in VB6 on windows 2000

    Did you use Visual Studio Installer or Package and Deployment? If you are having problems with controls I would recommend downloading service pack 5. I had some similar problems and they were resolved after service pack 5. If you have service pack 5 and are still having problems I would...
  3. iwebslinger

    Creating Reports in VB6

    You have three options. You can use the data report feature included in vb6. There are some limitations but overall it is okay. You can use access reports from vb. Although that would mean you are using access as you database. You can use something like crystal report. If you have very...
  4. iwebslinger

    Data Report

    Unfortunately - I don't use the data enviroment when I'm doing data report. I usually get the input and place into a sql statement and then open up the report. If you want to do this I can try to help you with that. Hope it works out for you. spidey
  5. iwebslinger

    Apostrophes in SQL Statements

    Try this: "SELECT * FROM Table WHERE field = '" _ & adhHandleQuotes(Variable, "'") Here are the functions that go with it. Function adhHandleQuotes(ByVal varValue As Variant, ByVal strDelimiter As String) As Variant ' Replace all instances of...
  6. iwebslinger

    VB code to Sql Code

    I would suggest trying to type the sql statement all on one line. Also before the command is execute place a msgbox sqlFind. Sometimes there are spaces or errors that you can pick up by doing this. Also what is the definition in the Table design on you access statement set to. Is the student...
  7. iwebslinger

    Data Report

    What type of connection are you using? Are you using data enviroment or are you coding the sql statement to retrieve you data? spideysense

Part and Inventory Search

Back
Top