Passing Parameters From Form To DataReports
Passing Parameters From Form To DataReports
Rate Passing Parameters From Form To DataReports
(1(1 Vote))
'Command Name = Command1
'One Parameter
'Consider you are passing a date from form
'Place the following code in the forms
DataEnvironment1.Commands(0).Parameters(0).value = 'Feb 24 2003'
Passing Parameters From Form To DataReports Comments
No comments yet — be the first to post one!
Post a Comment