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

Selection Formula COM viwers

Status
Not open for further replies.

gonsales

Programmer
Oct 9, 2003
18
0
0
ES
With ActiveX I use "sf" command to set the selection formula to my reports, but I don't know how to do it with COM Viewers....
I've found how to pass parameters
-
Set reportInterface = reportObject.PluginInterface("")
Set NewValue =reportInterface.ReportParameters.Item(1).CreateSingleValue
NewValue.Value="1234"
reportInterface.ReportParameters.Item(1).CurrentValues.Add NewValue
iStore.commit result2
-
but I can't use selection formula
Any help????
Thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top