Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show all field data ?

Status
Not open for further replies.

rgb30b

Technical User
May 9, 2003
19
US
Hello,
First off, I have not used CR parameters from VB much. I am wondering if value of txtMachine is blank, how do I show all of the data from a report table. Im using CR 8.5 and VB6

If Machine <> "" Then
crRpt.ParameterFields.GetItemByName("Machine").AddCurrentValue (txtMachine)
Else
\\crRpt.ParameterFields.GetItemByName("Machine").AddCurrentValue (Select ALL rptname.Machine Records)
End If

Thankx in advance..
I appreciate you help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top