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 Mike Lewis 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: xburgler
  • Order by date
  1. xburgler

    ImageList in ListView

    Is it possible to add images to a listview using imageview control?
  2. xburgler

    OCX files

    Go to http://www.codehound.com/vb/ and search for 'ActiveX Development'. You will find lots of information about it. Jorge
  3. xburgler

    Print - Microsoft Access Report

    Hi, I'm want to print a Microsoft Access Report but I get the folowing message: Run-time error '429' ActiveX component can't create object This only happens wend I install my program in another Pc using package and deployment tanks Jorge
  4. xburgler

    Using SQL in Visual Basic

    I use Visual Basic 6 and MS Access to develop my applications. I heard that SQL is quicker them MS Access so I want to change. What do I need to use SQL and where can I find examples of it. Tanks Jorge
  5. xburgler

    Wait for closing form

    How can i wait for a for to close to continue my code. I need to cal in a cicle (for ... next) a form and wait for the result to continue. tanks Jorge
  6. xburgler

    Change regional setting from code

    Is it possible to change the regional setting from code ? I want to change the country from English to Portuguese format using code, because my database (acc97) is working on a network and the default country setting is English. tanks Jorge
  7. xburgler

    Access on network

    I have a database in a network drive. The problem is that the ActiveX (Treeview and Listview) in some computers doesn't work. Does anyone know how's the best way to solve it ?. Other issueis the speed of the database. Is there any good tips or databases on a network ? thanks Jorge
  8. xburgler

    Hi! Anyone know how to keep the me

    You have to disable de query update confirmation. In access 97 try: Application.SetOption "Confirm Action Queries", False Jorge
  9. xburgler

    "Please wait ..." Blinking Form

    I have created a "please wait" form whenever I need the user wait to the end of an action. The problem is that I have made (using ontime) an blinking label and doesn't work wend the list is being filled. The sequence is: Button Click -> Hourglass On -> Open Form ("Please...
  10. xburgler

    Planning tasks

    Thanks ghubbell.
  11. xburgler

    Planning tasks

    Hi, I'm developing a database to schedule some task with different frequencies in weeks (every week, every 2 weeks, every 12 weeks, etc). I need to see the tasks that I have to do for the week 34 / 2002 for example. Does anyone know the best way to do it or does anyone know a good example for...
  12. xburgler

    MS Access Textbox

    I'm trying to develop an Access 97 application to store some diferent letters. The problem is that I would like to put some words in bolt some in italic and the textbox doesn't allow it. Is there any way to do it, like an activeX or something. Tanks Jorge

Part and Inventory Search

Back
Top