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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB and Brio

Status
Not open for further replies.

twolver

Programmer
Jun 19, 2001
1
0
0
US
I have worked with Crystal reports and know that I can pass vb variable information into Crystal. I there any way to do that with Brio. For example say I have 10 people and I want only one person's information to show. So I can pass a Name(or Number)ie. Bubba Jones to Brio and it will only report on Bubba Jones information. Any help on how to deal with Brio Reports from VB would be great. thanks
 
I would expect to specify a parameter such as

ask NumberID

I would then expect to use it by including the parameter for {NumberID} when the Brio Report is called.


SQR myreport.sqr connectivity flags 78

where 78 is the required value for NumberID


I hope this helps, At least with the Brio side of things. I am only new to Brio myself.

smiletiniest.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top