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 TouchToneTommy 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: Gaff
  • Content: Threads
  • Order by date
  1. Gaff

    VB6 Editor

    Hi All, I was wondering if anyone can recommend a free VB6 editor. I need to run a VB6 application to see how it works. Tried the FAQs but didn't find anything there. Thanks in Advance. Ricky
  2. Gaff

    Printing a GridView from Web Application

    One of the web pages in my application displays a Gridview that can have hundreds of rows. Is it possible to print a GridView from a web application, any of the articles I've looked at only seem to deal with it from a Windows application point of view? Also if it is possible to print a...
  3. Gaff

    Search Function Crashes

    For some reason whenever i go to use the search function it just disappears and i have to try and find the file manually. Is there any particular reason for this. Thanks for your time.
  4. Gaff

    Detect presence of program on PC

    Is there any way to detect the presence of Microsoft outlook on a computer. I have a vb program with an email capability and it is over a network and the computer may not have Outlook but if they try and send an email then it hangs the system. I want to be able to check for outlook on the...
  5. Gaff

    Bringing up a Message Box when X Button is pressed

    I'm using an MDI form and when someone clicks on the X button on the parent form, i want a popup to comeup to confirm that they want to exit the application. I put the message box in the unload event of the form but even if someone selects no and they do not want to exit the application, i have...
  6. Gaff

    Reloading a VB Form

    Is it possible to reload a form after it has been loaded initially. Is there some kind of refresh property perphaps?? I'm updating my database using the form and other details on the form are being retrieved from the database and i want to just refresh these details. Thanks.
  7. Gaff

    referencing a dynamically created textbox

    I am creating textboxes based on details that i get from a cookie.They are being created dynamically by using a "document.write" statement.The name of the textboxes all begin with "text" and i am appending on number based on a variable called num which i'm using to loop...
  8. Gaff

    String Manipulation problem

    In my database i'm keeping peoples names in the following format Surname, FirstName. When i bring back these details to the form in VB i want to split the string. I'm using the InStr function to try and split it on the comma. I have no problem assigning just the surname part to a variable as...
  9. Gaff

    Deleting an Access Table using VB.

    I'm trying to Delete an Access table using VB. I don't even know if this is possible. I couldn't even do it using SQl in Access. I know in Oracle there is the DROP table method and i was wondering if there is any similar method in Access, and then i could just execute it from the VB frontend...
  10. Gaff

    A Timetable idea

    Hi, What i wanted to do i thought was very simple but apparently not. Basically i want to be able to put a table template on a vb form and populate it myself. I DON'T WANT TO PUT A TABLE FROM A DATABASE on the form in VB just a table structure like you would see in a book. Any of the grids in...
  11. Gaff

    Changing name of tables in Access using variables created in VB^

    Hi My problem is with regards executing a sql string from vb. I created a table in Access and its content will change over time but a copy of what is currently in the table is needed so i created a make table query in access that works fine. I was going to name the table passed on the current...
  12. Gaff

    Dynamic Querying

    Hi , Does anyone know if there are any good websites out there that deal with Dynamic Querying in Access. What i'm talking about is that a person can enter certain criteria and based on this a query is built and executed. I suppose a kind of SQL builder if you like. Along similar lines to the...
  13. Gaff

    Running a Make Table Query from VB6

    Is it possible to run a Make Table Query that i created in Access in VB6. I copied the sql and put it in a string and used an ExecuteCommand command with a command object but it doesn't seem to work, if someone has any ideas what the problem might be or some useful code i'd appreciate it. Thanks
  14. Gaff

    Using VB6 with Access 2000????

    Is there some kind of compatibility issues when you are linking VB6 to Access 2000. I selected the 'Microsoft DAO 3.6 Object Library’ from the references menu in VB but i'm still getting an error when i try to link the VB to the database using ADO. The error is as follows : "Unrecoginised...
  15. Gaff

    How to import an Excel 2000 spreadsheet into Access 2000 using VB6?

    Is it possible to be able to write a sub procedure in VB6 automatically import an Excel 2000 spreadsheet into an Access 2000 table? The location of the spreadsheet and its structure will not change and the same applies to the table? If this is possible does anyone have some useful code that i...
  16. Gaff

    How do i import an Excel 2000 spreadsheet into Access 2000?

    Is it possible to be able to write a sub procedure to automatically import an Excel 2000 spreadsheet into an Access 2000 table? The location of the spreadsheet and its structure will not change and the same applies to the table? If this is possible does anyone have some useful code that i could...

Part and Inventory Search

Back
Top