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
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...
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.
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...
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...
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.
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.