Listview item in data report
how to show listview items in datareport?
Answer Question
| March 31, 2012 2:45 AM
VB 6.0, VB Data Report, Visual Basic 6.0
how to show listview items in datareport?
Windows 7 / Windows XP compatibility issues
I’m using all the VB6 source code from a XP machine on a new Windows 7 machine. The code works fine and builds the .exe. The .exe runs fine on the Windows 7 computer, but will no longer work on an XP machine. In my facility most of my users are still on XP machines. [...]
Answer Question
| May 28, 2012 2:14 PM
VB 6.0 Image Capture, Visual Basic 6.0, Windows 7, Windows XP
I’m using all the VB6 source code from a XP machine on a new Windows 7 machine. The code works fine and builds the .exe. The .exe runs fine on the Windows 7 computer, but will no longer work on an XP machine. In my facility most of my users are still on XP machines. [...]
Run time error 3265 VB6.0/SQL2005
I am making a report inwhich i want to insert some values from a diffrent Table ( By making a module) Coding of Module is:- Public Function Deposit(ByVal M) Set conn14 = New Connection Set rs14 = New Recordset With conn14 .ConnectionString = Connection = “provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=BCS1;Data Source=DEEPAK” .Open End With rs14.CursorLocation [...]
Answer Question
| March 31, 2012 2:39 PM
SQL 2005, SQL 2005 Database, VB 6.0, Visual Basic 6.0
I am making a report inwhich i want to insert some values from a diffrent Table ( By making a module) Coding of Module is:- Public Function Deposit(ByVal M) Set conn14 = New Connection Set rs14 = New Recordset With conn14 .ConnectionString = Connection = “provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=BCS1;Data Source=DEEPAK” .Open End With rs14.CursorLocation [...]
Unexpected error number in Visual Basic 6 and CR8.5
Iam using VB6.0 with CR8.5 and backend as MS Acess. During setup creation it gives me an “unexpected error number 28 has occurred.Out of Stack space”. plz help me out with proper solution Thanx in Advance…
Answer Question
| June 23, 2011 1:03 PM
Access, Visual Basic, Visual Basic 6.0, Visual Basic Error Messages
Iam using VB6.0 with CR8.5 and backend as MS Acess. During setup creation it gives me an “unexpected error number 28 has occurred.Out of Stack space”. plz help me out with proper solution Thanx in Advance…
How to connect Visual Basic 6 to Lotus Notes 7?
Please advise that step by step, thanks
Answer Question
| May 3, 2011 7:57 AM
Lotus Domino, Lotus Notes 7, VB 6.0, Visual Basic 6.0
Please advise that step by step, thanks
opening rtf files using visual basic cmd button
I’m in this project and got problem on how to open a file from rtf using vb cmd open button..what’s the code..tenx..
Answer Question
| April 5, 2011 8:27 AM
CMD, RTF, Visual Basic, Visual Basic 6.0
I’m in this project and got problem on how to open a file from rtf using vb cmd open button..what’s the code..tenx..
add data in visual basic combo box from a table in database
how can i add a list a data from database to combo box…thannxxx
Answer Question
| May 7, 2011 3:11 AM
VB 6.0, VB Data Report, Visual Basic 6.0, Visual Basic Data Report
how can i add a list a data from database to combo box…thannxxx
Visual basic 6 error messege
Hey friends, can anybody out there help me. im designing a point of sale interface in vb6 and when i add image to it and try to run it, I got the message that says ” the program has stop working”. I thought some files in the program has been corrupt so i uninstall an [...]
Answer Question
| April 12, 2011 9:49 AM
VB 6.0, Visual Basic 6.0, Visual Basic Error Messages
Hey friends, can anybody out there help me. im designing a point of sale interface in vb6 and when i add image to it and try to run it, I got the message that says ” the program has stop working”. I thought some files in the program has been corrupt so i uninstall an [...]
Runtime ERROR 3001 with SHAPE SELECT QUERY
I’m having problems with my grouping. I finally found a way to use MSDataShape but now I’m having trouble with my query. I got this query from the DataEnvironment Groupings. I wanted to integrate in it vb6 code so that I could easily change conditions. Here’s my query: SHAPE {SELECT itemname, tobedeliveredqty,employee_name, branch_name, branch_order.branch_order_id, branch_order_date [...]
Answer Question
| March 7, 2011 2:17 PM
Runtime Errors, Visual Basic 6.0, Visual Basic runtime errors
I’m having problems with my grouping. I finally found a way to use MSDataShape but now I’m having trouble with my query. I got this query from the DataEnvironment Groupings. I wanted to integrate in it vb6 code so that I could easily change conditions. Here’s my query: SHAPE {SELECT itemname, tobedeliveredqty,employee_name, branch_name, branch_order.branch_order_id, branch_order_date [...]
How do I upload an image or images at runtime in Visual Basic 6
I have designed an interface by which users are soppose to UPLOAD their thier pictures but they cannot do that at RUN TIME. Please help me with the CODE. am using VB6. It is a library registration form with Name, Index, Picture. we are able to update the name and index but unable to UPDATE [...]
Answer Question
| March 9, 2011 11:14 PM
Database administration, VB 6.0, Visual Basic, Visual Basic 6.0
I have designed an interface by which users are soppose to UPLOAD their thier pictures but they cannot do that at RUN TIME. Please help me with the CODE. am using VB6. It is a library registration form with Name, Index, Picture. we are able to update the name and index but unable to UPDATE [...]
Crystal Reports 8.5 export troubles
I have an older application which uses Cryst 8.5 and we use the viewer. We recently turned on the export button in the viewer. The export feature works on some machines but on others it works up to the point of displaying the window that allows the user to choose where to save the file. This [...]
Answer Question
| February 17, 2011 1:19 PM
Crystal Reports 8.5, Crystal Reports Export, Crystal Reports Viewer, Visual Basic 6.0
I have an older application which uses Cryst 8.5 and we use the viewer. We recently turned on the export button in the viewer. The export feature works on some machines but on others it works up to the point of displaying the window that allows the user to choose where to save the file. This [...]
How to count data in Access 2003 stored database
hello to all, will u please help me on how to count data in stored data in database, I am using ms access and vb6. Thank you
Answer Question
| February 17, 2011 12:21 PM
Access 2003, Access Database, VB 6.0, Visual Basic, Visual Basic 6.0
hello to all, will u please help me on how to count data in stored data in database, I am using ms access and vb6. Thank you
How to connect Visual Basic 6.0 to wampserver using odbc
Sir, please give me the proceedure in connecting visual basic 6.0 to wampserver using odbc. show me on how to configure odbc in order to connect wampserver. Give me an example code of edit, delete and save using visual basic 6.0. Your help is appreciated a lot.
Answer Question
| September 26, 2012 6:52 AM
SQL Server, SQL Server connectivity, VB 6.0, Visual Basic 6.0, WAMP Stack, Windows XP SP3
Sir, please give me the proceedure in connecting visual basic 6.0 to wampserver using odbc. show me on how to configure odbc in order to connect wampserver. Give me an example code of edit, delete and save using visual basic 6.0. Your help is appreciated a lot.
Search a specific file in Visual Basic 6
Hello, I am using a vb6.0 and ms access in database, in my search button, i want to display a record a record that very specific, will u plz help me this….
Answer Question
| February 15, 2011 2:08 PM
Access, VB6.0, Visual Basic, Visual Basic 6.0
Hello, I am using a vb6.0 and ms access in database, in my search button, i want to display a record a record that very specific, will u plz help me this….
how to create client server architecture?
Please tell me how can i create client server architecture in which client must not view the details but server can view all the details?
Answer Question
| February 5, 2011 9:07 AM
Client server software, Visual Basic 6.0, Windows XP
Please tell me how can i create client server architecture in which client must not view the details but server can view all the details?
How do I retrieve data from Visual Basic 6.0 with SQL?
how can i rertieve data in vb6.0 from sql?
Answer Question
| December 13, 2010 4:58 AM
Retrieve Data Area, SQL, SQL Server, VB 6.0, Visual Basic 6.0
how can i rertieve data in vb6.0 from sql?
ERROR by ImageOle Dbl_Click opening a JPG file
I am using VB6, and OLE Object for linking and oppening files, now I am getting error oppening Files in JPG Format. Is there any way I can resolve this issue?
Answer Question
| November 29, 2010 12:28 PM
OLE objects, VB 6.0, Visual Basic, Visual Basic 6.0, Windows Server 2008 R2
I am using VB6, and OLE Object for linking and oppening files, now I am getting error oppening Files in JPG Format. Is there any way I can resolve this issue?
Visual Basic 6.0 data reports with Oracle 10g
I connected vb6 to oracle 10g using ADODC…can u tell me how to connect data reports using 10g?
Answer Question
| November 18, 2010 7:28 PM
ADODC, Oracle 10g, Oracle 10g administration, VB 6.0, Visual Basic 6.0
I connected vb6 to oracle 10g using ADODC…can u tell me how to connect data reports using 10g?
Saving and opening forms in Visual Basic 6
how to save/open a form in vb6 using a command button?
Answer Question
| December 5, 2011 9:14 AM
VB 6.0, Visual Basic, Visual Basic 6.0, Visual Basic developers
how to save/open a form in vb6 using a command button?
Application in Visual Basic 6.0 to create path to removable disks
I am building an application where I want to put my data in a removable drive and my exe somewhere in any of the fixed drives. I can’t be sure about the path to my removable drive because the letter assigned to it can change due to many reasons, like, another removable drive was inserted [...]
Answer Question
| October 25, 2010 10:42 AM
Removable data storage, Removable storage, VB6.0, Visual Basic, Visual Basic 6.0
I am building an application where I want to put my data in a removable drive and my exe somewhere in any of the fixed drives. I can’t be sure about the path to my removable drive because the letter assigned to it can change due to many reasons, like, another removable drive was inserted [...]





