Forum: Visual Basic 4 / 5 / 6 Oct 8th, 2007 |
| Replies: 1 Views: 12,946 how to declare dynamic 2 dimensional array in vb with one of the bounds variable ..
dim x(1 to i,1 to 4) as variant
'i is a variable |
Forum: Visual Basic 4 / 5 / 6 Oct 7th, 2007 |
| Replies: 2 Views: 2,609 doesnt work..gives some multiple ole db error.. |
Forum: Visual Basic 4 / 5 / 6 Oct 7th, 2007 |
| Replies: 2 Views: 2,609 i want to pass 3 parameters to my data report in VB 6.
Private Sub DataReport_Initialize()
DataEnvironment1.Command1 (Form1.txtregno.Text,form1.cstd.Text,form1.cinstlno.text)
End Sub
i am... |