Setting Up Request Form of a report by SetTableView

cnavcnav Member Posts: 2
Hello together,

i have the following problem:
I have a report which gets called by a form by using the setTableView function. Is there any way to get this information, so that I can influence the request form of the report?

Maybe it is impossible, but I still hope you have a solution or a workaround for me.

Thank you very much,
Christoph

Comments

  • ShonatinaShonatina Member Posts: 114
    What information do you want? the tableview? sorry i didnt understand your query!
    smile always
    shona
    That which you seek inside is that which you find outside
  • ShonatinaShonatina Member Posts: 114
    welcome on aboard cnav:)
    smile always
    shona
    That which you seek inside is that which you find outside
  • vaprogvaprog Member Posts: 1,139
    cnav wrote:
    I have a report which gets called by a form by using the setTableView function. Is there any way to get this information, so that I can influence the request form of the report?

    Maybe it is impossible, but I still hope you have a solution or a workaround for me.

    You can first query the table view from within the report in the OnPreReport trigger, but this is too late to influence the request form.

    As a workaround you can pass the information needed using a custom defined function.
Sign In or Register to comment.