[RESOLVED] 2 or more records SQL DELETE FROM - problem
strSQL = "DELETE FROM sold_Tbl WHERE (transno = 1)" is working efficiently for me however strSQL = "DELETE FROM sold_Tbl WHERE (transno = 1) AND (transno = 2)" have a problem. no error is encountered...
View ArticleVB6: Adding a new record to an existing TYPE structure?
Hi, I've searched through the threads but can't seem to find an answer. I have a Type structure namely Type PersonalInfo CompanyName As String * 50 Address1 As String * 50 Address2 As String * 50 City...
View ArticleClosing a form without closing the whole program
Hi guys, Tiny little issue Im having with a program im writing. I have a form open in my program (when the program is running) what I need is a close button so that when the close (or exit or whatever)...
View ArticleInner Join in B6
Hi guys, any idea how can i use innerjoin in VB, im not sure if its inner join that i nee to use. Here is the scenario. i have two tables: tblProductInfo and tblSerialNumber tblProductInfo:...
View ArticleSql Server does not exist or access denied
Hi Connection is like this cnn.Open "Driver=SQL Server;Server=.\SQLEXPRESS;Database=Test;uid=sa;pwd=sa;" When i run program fron Client machine it gives the above error "Sql Server does not exist or...
View Article[RESOLVED] Text on Image in vsflexgrid
I'm using vsflexgrid. In my Grid I have to show a button like image as a background of particular cell and have to put some text on it. I wrote like this. GridTotal.Cell(flexcpText, 2, 1) = "First Row"...
View Article[RESOLVED] Radio ComboBox Group (Changing value on one combo affects others)
Hey all, I have a rather strange request, or well... I am requesting something that could possibly have an alternative solution. I have 3 ComboBoxes all with the same data, and each ComboBox has 3...
View ArticleDifference between two shapes?
Hey, Is there any way I can 'filter' a kind of difference between two shapes, kind of like this: Attachment 97207 Thanks! Attached Images
View ArticleLayout in Gridview
How to put such a data in Grid. There are red buttons if clicked they change color as clicked. Attachment 97209 Attached Images
View ArticleHelp Please VB 2005 Need HELP!!!
Hi I have VB 2005 and I am making a task manager and I need to know how to make buttons on my project accessible for users. On the page are several buttons that will start a process using the...
View ArticleDisconnected recordset doesn't release database login - Unidata
I have inherited a VB 6 application that is using the Informix Unidata ODBC driver to retrieve data from Primac. After I close the connection and destroy the connection object, I am still logged in to...
View ArticleVB6 Shockwaveflash Leftclick detect
Hey guys i want to detect if a left mouse click on flash is detected and then do something.. - Any help?
View ArticleSize of objects on different screens - advice needed
Hi coders, Just posting this for some advise and help. Firstly, i have a maximised form with several object ie text boxes, combo boxes ect...I use 2 different size screens, and it looks silly when the...
View Article[RESOLVED] Invoking Windows Explorer JPG Print Dialog from VB6
Hello! Does anyone know how to invoke the dialog box that is displayed when I right-click a JPG file in Windows Explorer and choose Print from the context menu? Thank you!
View Articleshdocvw.dll ieframe.dll
I have an mdb that I created in Windows7 64bit, reference to "C:\Windows\Syswow64\ieframe.dll". It works fine. As soon as I use the same mdb in Windows XP, it fails "class does not support automation...
View Articleweb server stress tester devolopment question
since the topic is about my server i let you all know this isnt violating in anyway:p i need information how i can make this hit my server hard so i can tweak up my server for better performance...
View ArticleLoad a textfile to the first column in a listview
Hello there everyone. I am working on an program for tracking student picks when they do literacy stations, and I was working on changing a few things for future versions. See when the prog loads, it...
View ArticleForm name held in variable?
Is it possible to use a variable to use a form's name? For example, let's say I have a form called "Form1" and a variable called strForm. Can I use something like the following to control things on the...
View Article[RESOLVED] keypress in textbox p me off
this is my key press event txtsend is the textbox i am having issue with this is what is happening ============================================ this is the textbox <<<<<<<<<...
View Article