Long to Double variables in VB6
If I change all of my Long Variables to Double Variables in VB6 will it make my application to slow down?
Answer Question
| August 14, 2009 1:33 PM
Long to Double Variables in VB6, VB 6, Visual Basic
If I change all of my Long Variables to Double Variables in VB6 will it make my application to slow down?
Connect to Oracle 10g with VB 6
Hving a problem with an existing VB 6 app connecting to 10g pulling back a recordset…it is clustered so that is an extra level of complexity…it was written using MDAC 2.5
Answer Question
| August 11, 2009 5:27 PM
Oracle 10g, Oracle 10g Database, Oracle Database, VB 6
Hving a problem with an existing VB 6 app connecting to 10g pulling back a recordset…it is clustered so that is an extra level of complexity…it was written using MDAC 2.5
VB 6 EE
when using mshflexgrid how many rows of datas can i listed… while instering values when the no of rows is more than 500 its hanging. can u please give me a reply ?
Answer Question
| July 27, 2009 3:59 PM
VB 6, VB 6 EE
when using mshflexgrid how many rows of datas can i listed… while instering values when the no of rows is more than 500 its hanging. can u please give me a reply ?
Connection of Crystal Report 2008 with VB6.
Plz let me know the procedure to bring the controls of Crstal Report 2008 in VB6? What control has to be select and what coding should be use for the same??am using sql 2000 as a back-end.plz help..
Answer Question
| July 14, 2009 9:28 AM
Crystal Reports 2008 controls, Database connectivity, SQL Server 2000, VB 6, Visual Basic 6
Plz let me know the procedure to bring the controls of Crstal Report 2008 in VB6? What control has to be select and what coding should be use for the same??am using sql 2000 as a back-end.plz help..
Disconnecting a Crystal 8.5 report while report is open in VB6
Hi I am developing an application which is written in VB6 and uses Crystal Reports 8.5 and has MSAccess as its database. The Users connect to the database via ODBC and the reports also use ODBC to connect to the data source. I have simply added the Crystal Report object to the forms which require [...]
Answer Question
| June 24, 2009 1:11 AM
Crystal Reports 8.5, Microsoft Access, VB 6, Visual Basic 6
Hi I am developing an application which is written in VB6 and uses Crystal Reports 8.5 and has MSAccess as its database. The Users connect to the database via ODBC and the reports also use ODBC to connect to the data source. I have simply added the Crystal Report object to the forms which require [...]
update query
in vb 6.0 and accesswhat is the problem in this query = “update Technician_time_trn set tech=” & num & ” , hrs=” & hrs & ” , min=” & mins & ” , sec=” & sec & ” where task_cd=’” & task_cd & “‘”
Answer Question
| June 22, 2009 7:29 AM
VB 6, Visual Basic 6
in vb 6.0 and accesswhat is the problem in this query = “update Technician_time_trn set tech=” & num & ” , hrs=” & hrs & ” , min=” & mins & ” , sec=” & sec & ” where task_cd=’” & task_cd & “‘”
Update Microsoft Access database from VB6
Using an MS Access database. From a list box I get a record into a text box. Once it is edited it shows in the listbox but the original is there. I have a refresh button which removes the newest record in the list (before the one I am updating) and leaves the original and [...]
Answer Question
| June 24, 2009 10:44 PM
Database connectivity, Database programming, Microsoft Access, VB 6, Visual Basic 6
Using an MS Access database. From a list box I get a record into a text box. Once it is edited it shows in the listbox but the original is there. I have a refresh button which removes the newest record in the list (before the one I am updating) and leaves the original and [...]
VB6 PROGRAM CALLING / CREATING WORD 2007 DOCUMENT
I currently have a VB6 program that is calling WORD2003 and creating documents. Going forward we will be upgrading to WORD 2007. I have tested this but on the opening of word my VB6 program craps out. Any ideas why? Is it not compatiable?
Answer Question
| June 27, 2009 9:26 PM
Microsoft Word, VB 6, Visual Basic 6, Word 2003, Word 2007
I currently have a VB6 program that is calling WORD2003 and creating documents. Going forward we will be upgrading to WORD 2007. I have tested this but on the opening of word my VB6 program craps out. Any ideas why? Is it not compatiable?
Getting error in this VB 6 code
Sr No Crop Varity Psize Pkts 1 Fodder NG-1788 1 kg 180 2 Sf SN-85 2 Kg 100 3 Beet B-885 1 kg 100 4 Beet B-885 1 kg 150 5 Beet B-885 1 kg 200 6 Beet B-885 1 kg 250 7 Beet B-885 1 kg 300 8 Beet B-885 1 kg 350 9 [...]
Answer Question
| June 3, 2009 11:26 AM
DataGrid, VB 6, Visual Basic 6
Sr No Crop Varity Psize Pkts 1 Fodder NG-1788 1 kg 180 2 Sf SN-85 2 Kg 100 3 Beet B-885 1 kg 100 4 Beet B-885 1 kg 150 5 Beet B-885 1 kg 200 6 Beet B-885 1 kg 250 7 Beet B-885 1 kg 300 8 Beet B-885 1 kg 350 9 [...]
Recordset not Updated as per query and not giving any error
Dear Sir, thanks for your reply for my earlier query, What I am trying to do is i am editing RM item rate in RM master file.. my code doing it correctly, secondly i am updating bill_detail file for rate where that RM code is used in bill this also my code doing correctly, but [...]
Answer Question
| May 28, 2009 10:11 AM
Database programming, Debugging, VB 6, Visual Basic 6, Visual Basic debugging
Dear Sir, thanks for your reply for my earlier query, What I am trying to do is i am editing RM item rate in RM master file.. my code doing it correctly, secondly i am updating bill_detail file for rate where that RM code is used in bill this also my code doing correctly, but [...]
How to make VB6 and SQL Server 2000 multiuser and client-server?
how to make vb6 and sql server 2000 multiuser and client server??i use adodc for connection please tell me the source code. thx
Answer Question
| May 28, 2009 7:49 AM
ADODC, Client/Server, Multiuser, SQL Server 2000, VB 6, Visual Basic 6
how to make vb6 and sql server 2000 multiuser and client server??i use adodc for connection please tell me the source code. thx
Runtime Error 3001 – Arguments are of the wrong type or out of acceptable range or are in conflict with one another
Dear Sir, Thanks for your answer for my earlier questing. It solved my problem I am using VB6 as front end and Access as back end. I’m editing my table for particular field. I am editing rate of one item in RMmaster file. It’s doing it, but I want to edit rate of same field [...]
Answer Question
| April 19, 2013 11:42 AM
Error 3001, Runtime Error 3001 - Arguments are of the Wrong Type or out of acceptable range or are in conflict with one another, Runtime Errors, VB 6, Visual Basic 6
Dear Sir, Thanks for your answer for my earlier questing. It solved my problem I am using VB6 as front end and Access as back end. I’m editing my table for particular field. I am editing rate of one item in RMmaster file. It’s doing it, but I want to edit rate of same field [...]
Runtime Error 2147217900 (80040e14) – Syntex Error (Missing Operator) in query expression
Sir, I am using VB6 as fronthand and Access database as backend. Now in my project i want to display only those records which match selected value through combobox. but when executing system giving error as “Runtime Error 2147217900 (80040e14) – Syntex Error (missing Operator)in query expression ” My code is as under Private Sub [...]
Answer Question
| May 26, 2009 10:09 AM
Error 80040e14, Microsoft Access, Syntax errors, VB 6, Visual Basic 6, Visual Basic runtime errors
Sir, I am using VB6 as fronthand and Access database as backend. Now in my project i want to display only those records which match selected value through combobox. but when executing system giving error as “Runtime Error 2147217900 (80040e14) – Syntex Error (missing Operator)in query expression ” My code is as under Private Sub [...]
How to make a Visual Basic 6 setup file
Hi all I want to make set up for vb 6.0 which has Application folder, data folder, Report folder Plz help me in this.
Answer Question
| May 15, 2009 5:15 AM
Package and Deployment, Software installation, VB 6, VB Setup File, Visual Basic 6
Hi all I want to make set up for vb 6.0 which has Application folder, data folder, Report folder Plz help me in this.
How to remove tmp files in Crystal Reports 8.5
Hi, I develop an application in vb6 + crystal report 8.5. whenever i run a report application generate tmp file with 0k. how can i remove these files. Regards.
Answer Question
| June 11, 2009 11:42 AM
Crystal Report 8.5, Crystal Reports, Temporary files, VB 6, Visual Basic 6
Hi, I develop an application in vb6 + crystal report 8.5. whenever i run a report application generate tmp file with 0k. how can i remove these files. Regards.
Printing data in VB 6.0
how can i print data of database without using data report
Answer Question
| August 22, 2011 11:41 AM
VB 6, Visual Basic 6, Visual Basic printing
how can i print data of database without using data report
How to connect Visual Basic 6 to Oracle 11g
What are the steps to connect VB 6.0 to Oracle11g? Thanks!
Answer Question
| May 7, 2013 6:45 AM
Database programming, Oracle 11g, Oracle connectivity, VB 6, Visual Basic, Visual Basic 6
What are the steps to connect VB 6.0 to Oracle11g? Thanks!
Capture a photo through webcam with Visual Basic 6
I want to capture a photo by clicking a button in VB 6.0 through webcam and store it to a desired location. How can I do it?
Answer Question
| April 19, 2013 9:38 AM
VB 6, Video capture, Visual Basic, Visual Basic 6, Webcam
I want to capture a photo by clicking a button in VB 6.0 through webcam and store it to a desired location. How can I do it?
Who i can add Urud language in a VB6.0 textbox
I am create an application in the VB6.0 and want to add URDU Language in the textbox. Please tell me any method. that is used for this purpose please reply. i am work on in from a long period of time.
Answer Question
| April 24, 2009 11:21 AM
VB 6, VB 6.0, VB6.0, Visual Basic, Visual Basic Languages
I am create an application in the VB6.0 and want to add URDU Language in the textbox. Please tell me any method. that is used for this purpose please reply. i am work on in from a long period of time.
How to expose User Control’s controls outside the project?
1) I have project which has a user control ( and it has its own controls) – Say this project is A 2)I have project B which has reference of A. Project B is kind of Exe. I have a form A in it where I will place Project A user control. 3) Now in [...]
Answer Question
| April 24, 2009 10:02 AM
VB 6, VB User Controls, Visual Basic
1) I have project which has a user control ( and it has its own controls) – Say this project is A 2)I have project B which has reference of A. Project B is kind of Exe. I have a form A in it where I will place Project A user control. 3) Now in [...]





