Visual Basic 6 Questions and Answers

Recent IT Questions

1 - 20 of 120
<<PREVIOUS 1|2|3|4|5|6 NEXT>>

Write Recordset to MSAccess(mdb) using VB6.0

How can I create a new mdb file from recordset which is populated from oracle db. Please share any examples of writing recordset into mdb file. Thanks in advance. Software/Hardware used: VB6.0, MS Access 2003

View Answer   |  Aug 26 2009  2:51 PM GMT
Microsoft Access, Visual Basic, Visual Basic 6
asked by Nikhildhar

  35 pts.

Change Event Example

I copied the Change Event Example from Help: Private Sub Worksheet_Change(ByVal Target As Range) Target.Font.ColorIndex = 5 End Sub into a module, but when I change the worksheet, it doesn't run. Do I have to enable it in some way? Thanks in advance, Mike

View Answer   |  Jul 22 2009  9:15 PM GMT
Visual Basic 6
asked by MAPALMERMA

  5 pts.

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..

asked by Anishrohlx

  5 pts.

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...

asked by Slscheer

  5 pts.

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   |  Jun 22 2009  7:29 AM GMT
Visual Basic 6, VB 6
asked by Kalpa

  10 pts.

Regarding DataGrid (Not MShFlexGrid) in Vb 6.0

i need to select a row in a Datagrid. I tried Datagrid.Row it is Not Working, any one help on this Code - For nlRo = 1 To DataGrid.ApproxCount DataGrid.Refresh DataGrid.Ro =nlRo DataGrid.Col=1 DataGrid.Text = nlRo Next nlRo '' Row is not selecting.....

Answer Question   |  Jun 19 2009  12:45 AM GMT
Visual Basic 6, DataGrid, VB 6.0
asked by Arunk003

  5 pts.

Biometrics with Visual Basic 6

How i can use biometrics in V.B 6.0? any sample code.... Plz help me.......

View Answer   |  Jun 17 2009  0:34 AM GMT
VB 6.0, Visual Basic 6, Biometrics
asked by 9952737591

  5 pts.

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 the new version there? I...

View Answer   |  Jun 10 2009  10:44 PM GMT
Microsoft Access, Database programming, Visual Basic 6
asked by Codeless

  5 pts.

How to get data from a Web-installed Microsoft Access database from VB6

I have an Access 2003 database installed in the database folder on our web site. How can I best modify my VB6 program to obtain the data from this file instead of from C:/ drive?

View Answer   |  Jun 7 2009  3:12 PM GMT
VB6, Web development, Microsoft Access 2003
asked by KurtViking1

  15 pts.

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?

View Answer   |  Jun 5 2009  9:26 PM GMT
VB 6, Visual Basic 6, Word 2007
asked by Stuburn

  5 pts.

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 Beet B-885 1 kg 400 10 Beet B-885 1 kg 500 New Modify Delete Close View I...

Answer Question   |  Jun 3 2009  11:26 AM GMT
Visual Basic 6, DataGrid, VB 6
asked by Krrish

  25 pts.

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 third one where i am...

Answer Question   |  May 28 2009  10:11 AM GMT
Visual Basic 6, Database programming, VB 6
asked by RajeshP

  20 pts.

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 GMT
Visual Basic 6, SQL Server 2000, Client/Server
asked by Chibi

  5 pts.

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 frontend and Acess as backend. I am edit my table for particular field. I am editing rate of one item in RMmaster file. its doing, but i want to edit rate of same field which is in another file. i am...

asked by RajeshP

  20 pts.

Application with VSFlexGrid1 in VB6

Dear Sir, Sorry for again with same question, before I say anything I will submitt to you my Command what I use I think its a better way to solve my problem. MySql = "select * from _ Location where ItemNo" If MyItem.state = 1 Then _ MyItem.Close MyiTem.Open MySql, Data, asOpenKeyset,...

Answer Question   |  May 27 2009  8:35 AM GMT
VB6, VSFlexGrid, Visual Basic 6
asked by Rash

  10 pts.

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 " ...

asked by RajeshP

  20 pts.

Application using VSFLEXGRID1 in VB6

Dear Sir, I make a simple Inventory programme, I have a form name "Location Details" with vsflexgrid, where is user find the Item Quantity of each location by Item No. my problem is I want to add my data to grid sorting by location for example one Item has in 4 location and some Item has a 1...

View Answer   |  May 24 2009  8:39 AM GMT
Visual Basic 6
asked by Rash

  10 pts.

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.

View Answer   |  May 15 2009  5:15 AM GMT
VB Setup File, Package and Deployment, Visual Basic 6
asked by Tush

  5 pts.

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.

View Answer   |  May 14 2009  11:42 AM GMT
Crystal Report 8.5, Visual Basic 6, Temporary files
asked by EVision

  5 pts.

Printing data in VB 6.0

how can i print data of database without using data report

Answer Question   |  May 7 2009  11:41 AM GMT
Visual Basic printing, Visual Basic 6, VB 6
asked by Awa

  5 pts.

1 - 20 of 120
<<PREVIOUS 1|2|3|4|5|6 NEXT>>