Passing a filter to a dataport

mlstephensmlstephens Member Posts: 2
Hi All.

On a dataport is it possible to prepopualte data into the reqfilterfields?

I can not do a simple setfilter on the predata item as the filter could change but will normally be the pre-defined text string but the user needs the ability to change it.

My question is how do i get this string to be populated on the required pre defined field programatically?

Comments

  • alok_kulalok_kul Member Posts: 8
    Give me some more details please.
  • JedrzejTJedrzejT Member Posts: 267
    Standard way, like when You start some report. But you need to start this indirect by some other object.
    FirstDataItemRec.SETFILTER(Somethnig)
    DATAPORT.RUN(5000,TRUE,FirstDataItemRec)
    
Sign In or Register to comment.