VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Passing Parameters From Form To DataReports

by Renga (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 25th February 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Passing Parameters From Form To DataReports

Rate Passing Parameters From Form To DataReports



'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'

Download this snippet    Add to My Saved Code

Passing Parameters From Form To DataReports Comments

No comments have been posted about Passing Parameters From Form To DataReports. Why not be the first to post a comment about Passing Parameters From Form To DataReports.

Post your comment

Subject:
Message:
0/1000 characters