Link to home
Start Free TrialLog in
Avatar of ivc1883
ivc1883

asked on

Visual Basic 6 Parameter to Crystal Report 8.5 parameter

I need to do a query to my report, but i use a combo that provide me the autonumber of the drawings from one specific project, and i am declaring  for example


dim rptdib as string

rptdib=combo1.boundtext


the rptdib is the parameter which i want to use to do the query to my report, but i don't know how to do that.

could anyone give me a suggest to do that.


ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ivc1883
ivc1883

ASKER

It works, thanks.
glad to help

mlmcc