View Single Post
Join Date: Oct 2007
Posts: 3
Reputation: stargazr is an unknown quantity at this point 
Solved Threads: 0
stargazr stargazr is offline Offline
Newbie Poster

multiple parameters to data report

 
0
  #1
Oct 7th, 2007
i want to pass 3 parameters to my data report in VB 6.
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Private Sub DataReport_Initialize()
  2. DataEnvironment1.Command1 (Form1.txtregno.Text,form1.cstd.Text,form1.cinstlno.text)
  3. End Sub
i am getting compile error. expected '='

plz help..
Reply With Quote