1. jaume
  2. Valentina Reports ADK
  3. Saturday, February 23 2019, 12:09 PM
  4.  Subscribe via email
Hello,

I've just created a new valentina report with parameters. Viewing this report with interative paremeters works fine.

I don't know the reason why whn I call this report from xojo parameters are ignored.

mRpt = prj.MakeNewReport( app.pl_Reportfilename, ds, app.pl_sql1,app.pl_params )


app.ps.params is an array of 10 elements

What's wrong ?

Thank you
Comment
There are no comments made yet.
jaume Accepted Answer
Thank you
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 1
Sergey Pashkov Accepted Answer
Hello,

For report named parameters it is necessary to use SetParameterValue method:
mRpt = prj.MakeNewReport( app.pl_Reportfilename, ds, app.pl_sql1 )
mRpt.SetParameterValue( "param1", "value1" )
mRpt.SetParameterValue( "param2", "value2" )
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Categories

Announcements & News
  1. 0 subcategories
Valentina Studio
  1. 2 subcategories
Valentina Server
  1. 4 subcategories
Valentina Database ADK
  1. 0 subcategories
Valentina Reports ADK
  1. 0 subcategories
Other Discussions
  1. 2 subcategories
BETA Testing
  1. 0 subcategories
Education & Research
  1. 0 subcategories