Passing table filter from form to dataport

ramsay18477ramsay18477 Member Posts: 52
Hi All,

Iam calling a dataport from a form for importing data into the table associated with the form.

I want to know how to pass the table filters and parameters to the dataport.

I have tried the 'setrecfilter' but still the table is not passed with the current filters.

Can anyone please help me ?
Thanks & Best Regards,

Ram.

Answers

  • ramsay18477ramsay18477 Member Posts: 52
    Hi Harry,

    Thanx a lot for your help.

    But, I want to pass a table in a particular filtered state from a form to a dataport.

    I have tried using the logic that is given in the 'How-to' of your reply by creating a dataport variable in the form.

    But, it doesnt show the table variable created in the dataport to which the table has to be assigned / passed.

    Any other solution... ?
    Thanks & Best Regards,

    Ram.
  • vikram7_dabasvikram7_dabas Member Posts: 611
    on push of button from where the dataport will call add the code on the onPush trigger of that button then right code like:setrange(name of field,rec field(it meaans the control where it is in form) then write name of dataport.settableview(name of table on which u put filters),then run this form using name of dataport.runmodal.in this way ur dataport will open including all filters which that table includes. :?
    Vikram Dabas
    Navision Technical Consultant
  • ramsay18477ramsay18477 Member Posts: 52
    Hi Vikram,

    Thanx a lot for your help.
    Thanks & Best Regards,

    Ram.
Sign In or Register to comment.