Alaska Software Inc. - Crystal Report
Username: Password:
AuthorTopic: Crystal Report
IBACrystal Report
on Sun, 02 Aug 2009 02:06:26 -0700
Hi,

I am trying to set the report's  parameter fields (Param1, Param2), but 
without success.

If you know the correct syntax, could you please share it?

Many thanks,

-Itai
Pedro Hernández Re: Crystal Report
on Wed, 12 Aug 2009 19:23:50 -0500
oPara := oReport:parameterFields
oItemOne := oPara:item( 1 )

*(1)
oItemOne:setCurrentValue( "Data" )

*(2)
 oPara:item(1):setCurrentValue("Data")




"IBA" <iba@adelphia.net> wrote in message 
news:b989f30$70d8eb70$e7e5@news.alaska-software.com...
> Hi,
>
> I am trying to set the report's  parameter fields (Param1, Param2), but 
> without success.
>
> If you know the correct syntax, could you please share it?
>
> Many thanks,
>
> -Itai
>
>