hey
i tried what u said but i am not able to solve the problem i,e the error is
.Item(1).DataMe mber = ""
.Item(1).DataFi eld = rs.Fields(0).Na me
the error number is 438
and the error message is
object doesn't support this prorperty or method
what 2 do i am not able 2 understand plz help me...
User Profile
Collapse
-
.Item(1).DataMe mber = ""
.Item(1).DataFi eld = rs.Fields(0).Na me
error: object doesn't support this property or method...Leave a comment:
-
problem with Datareport please help me iam final stage in my project
hi this is pramod i am facing a small problem
Code:Private Sub Command_Click() Dim a As String a = InputBox("enter empno") If rs.State = 1 Then rs.Close rs.Open "select * from microbiology Where bat_num = " & a, cn, adOpenForwardOnly, adLockReadOnly LinkDataReport1 end sub Public Sub LinkDataReport1() With DataReport2
Last edited by Killer42; Apr 26 '07, 07:33 AM. Reason: Please use [CODE]...[/CODE] tags around your code. -
help required for inserting fields with the help of ADODB
i am not able to add records with the help of ADODB. what is the problem i am not able to understand please help me. this is the code i written
In General Declaration
Dim cn As New ADODB.Connectio n
Dim rs As New ADODB.Recordset
Private Sub Form_Load()
Set rs = New ADODB.Recordset
rs.LockType = adLockBatchOpti mistic
rs.CursorType = adOpenKeyset
rs.ActiveConnec tion... -
help required
i am not able to add records with the help of ADODB. what is the problem i am not able to understand please help me. this is the code i written
Private Sub Form_Load()
Set rs = New ADODB.Recordset
rs.LockType = adLockBatchOpti mistic
rs.CursorType = adOpenKeyset
rs.ActiveConnec tion = cn
rs.Source = "select * from t"
rs.Open
End sub
Private Sub Command3_Click( )... -
-
problem with Adodb
Iam not able to add records with adodb what is the problem iam not understanding -
Can i preview a form that is printable
Can any one help me. My question is can i preview a form that is printablei.e., when iam printing a form some of the control are printing i want to print all the controls in the form what iam designed.please give me an example. -
pramodrepaka started a topic I am using adodb with the help of oracle while printing the it prints multiple rowsin Visual BasicI am using adodb with the help of oracle while printing the it prints multiple rows
I am using adodb with the help of oracle while printing the data report prints multiple rows but I want a selected row to be printed in the data report. Please help me if any one
One more question i.e., can I pre-view the report at run time.
One member suggested me that try the following one
“Use Component one’s Vidiosoft Printer ctrl
and Ur problem will be get solved”
But by opening the component... -
pramodrepaka started a topic Iam trying to print a form bit i am getting run time error as "printer error"in Visual BasicIam trying to print a form bit i am getting run time error as "printer error"
I am trying to print a form with the help of below code
form1.printform
but the above code gives me an error as "printer error"with an error no 482
printer is connected to lan and it is working properly. if any one can help please help me with an example. -
-
pramodrepaka started a topic i am using adodb with the help of oracle while printing the it prints multiple rowsin Visual Basici am using adodb with the help of oracle while printing the it prints multiple rows
i am using adodb with the help of oracle while printing the datareport prints multiple rows but i want a selected row to be printed in the data report. please help me if any one
One more question i.e., can i pre-view the report at run time -
Can i print a form
can i print a form. if so, please give me an example because i tried as given below i.e..
form1.printform
this gives an error as printer error -
how to connect ADODB with oracle odbc
i'am working with the datareport without using dataenvironment i.e with the help of ADODB but i am not able to understand how to connect with oracle.please help me -
pramodrepaka started a topic in datareport i'm getting multiple rows i want only selected row in datareportin Visual Basicin datareport i'm getting multiple rows i want only selected row in datareport
I am using Vb6. I am using data report in my program I have it working but when I print it is printing all the records in the database. I am having troubles with it printing a single record. with the help of dataenvironment . If there is anyone out there that has had this same problem and know how to correct it. I would really appreciate it thank you for your time -
pramodrepaka started a topic Unable to retriew the data beteen oracle and vb by using ADODC control i.e if a tablein Visual BasicUnable to retriew the data beteen oracle and vb by using ADODC control i.e if a table
Hello Guys Plz Help me
Here is my problem .
Unable to retriew the data beteen oracle and vb by using ADODC control i.e if a table consists of Nll values.
i am created table and i got successful connection between oracle and VB6.0 .So i want to add some fields at vb and it should update in oracle(But not all fields) by using Addnew.
But it is not able to add some fileld.
But it is accepting...
No activity results to display
Show More
Leave a comment: