2,951 Posted Topics

Member Avatar for raul15791
Member Avatar for sandip250382
Member Avatar for jwenting
0
63
Member Avatar for abu taher

you can simply copy the original file to a new location ,rename it to the latest date and save as backup

Member Avatar for abu taher
0
109
Member Avatar for K.Vanlalliana
Member Avatar for selvaganapathy
0
90
Member Avatar for K.Vanlalliana
Member Avatar for rajeshkhanna_in
Member Avatar for JA12
0
122
Member Avatar for pardeep3dec

this error arises if your recordset returns some null values in any of the rows of the recordset. you need to use cn1.Text = iif(isnull(rc1.Fields(6)),0,rc1.Fields(6)) that should work for you

Member Avatar for hkdani
0
108
Member Avatar for lhanzcelot
Re: vb

you can easily find a lot of them by investing some quality time in websearching.

Member Avatar for K.Vanlalliana
0
77
Member Avatar for arayaaa

this topic has already been discussed here several times. run search here in the forum with appropriate key word for such discussions with sme sample code.

Member Avatar for debasisdas
0
80
Member Avatar for chanthung
Member Avatar for jaasaria

what exacctly you are trying to do with the scanner. once connected the scanner writes data directly to the control (like text box) having focus.

Member Avatar for debasisdas
0
34
Member Avatar for atplerry

try using this [code=vb] con.Begintrans 'con is ADODB connection ojbect con.execute "your insert / update statment here' con.committrans [/code]

Member Avatar for debasisdas
0
93
Member Avatar for Prodian

for all your issues ,you need ot create indexes in column that is frequently bsing using in where clause of queries.

Member Avatar for debasisdas
0
91
Member Avatar for troblekid

from your post i am not sure what you are trying to do ,please post your question clearly.

Member Avatar for QVeen72
0
123
Member Avatar for jaasaria

i dont think it is compulsary to have office in the PC to run VB 6.0 . You mught be facing the problems because of some other issues.

Member Avatar for jaasaria
0
267
Member Avatar for deftones

what you have posted is not enough to provide you with any solutions. Please pass more details.

Member Avatar for deftones
0
42
Member Avatar for troblekid
Member Avatar for pardeep3dec
Member Avatar for Tony Barber
0
260
Member Avatar for yanie

You can do this ata database level using SQL queries. if the employee number is a number use emp_number=number if the employee number is a string use emp_number like '%string%'

Member Avatar for vprakash
0
194
Member Avatar for markgri
Member Avatar for green_cool7943

if you do not have the source code and only having the OCX ,you can't get the source code from the component.

Member Avatar for debasisdas
0
44
Member Avatar for abu taher

vb suppoerts all version. i think the problem is you are not having required patch files /updates in your system.

Member Avatar for debasisdas
0
248
Member Avatar for dinilkarun
Member Avatar for sutanu_halder
Member Avatar for molivia03

the following code is in VB 6.0 conert to .net as desired. [code=vb] Private Sub Cmdcount_Click() List2.Clear T2 = Trim(Text2.Text) Open Trim(Text1.Text) For Input As #1 Do Until EOF(1) Line Input #1, n LNWORDCOUNT = 0 LNCOUNT = LNCOUNT + 1 T1 = n CT = 1 Do While CT …

Member Avatar for debasisdas
0
154
Member Avatar for c++ prog

please find some oracle articles [URL="http://bytes.com/howtos.php#link197"]here[/URL].

Member Avatar for debasisdas
0
107
Member Avatar for ibesokewl24
Member Avatar for pardeep3dec

If you have cruystal report installed on your system can you that form project----> reference.

Member Avatar for debasisdas
0
92
Member Avatar for dinilkarun
Member Avatar for el buen
Member Avatar for 2eXtreme
Member Avatar for wegdan

Applications connects to the database through the drivers. ODBC, it is a differnt layer .ODBC is neither part of the frontend nor the backend.

Member Avatar for emiola
0
90
Member Avatar for pardeep3dec

so what is the problem. 1.connect to databse . 2.create a data report 3.drag the field to report 4.format as desired and set some properties 5.show the report.

Member Avatar for debasisdas
0
41
Member Avatar for veledrom
Member Avatar for debasisdas
0
73
Member Avatar for rich_m

Why are you still using 9i .You can go for 10g with all the new features.

Member Avatar for debasisdas
0
36
Member Avatar for abu taher
Member Avatar for hell_tej
Member Avatar for prasethavm

crystal is not a part of VB6 .0 . You need to install that separately. you can only call that from VB. datareport is a part of vb 6.0 itself.

Member Avatar for debasisdas
0
45
Member Avatar for hell_tej

what happens if you insert NULL to the field ? is there any constraints on the database table fields.

Member Avatar for debasisdas
0
249
Member Avatar for apuamy

copy the DLL or OCX you are using to develop the application to target systems and register those with windows using REGSVR32 command.

Member Avatar for apuamy
0
83
Member Avatar for sddproject

1.assign two flags for the files. 2.generate a random number. 3.display one picture if the number is even or the other if that is odd.

Member Avatar for Teropod
0
290
Member Avatar for veledrom
Member Avatar for turbojol
Member Avatar for myVbasic

IF you want to print from vb then generate the report in vb using datareport or crystal report.

Member Avatar for myVbasic
0
75
Member Avatar for ___SnipeR___
Member Avatar for ___SnipeR___
0
93
Member Avatar for tinkel
Member Avatar for debasisdas
0
61
Member Avatar for iamnoangel26
Member Avatar for Jx_Man
0
80
Member Avatar for Tony Barber
Member Avatar for pardeep3dec
Member Avatar for gedinfo

The End.