Transferer Filtered RECORDSET to codeunit

sloorssloors Member Posts: 20
Good Evening,
excuse me in advance for my english.
#-o :oops:

I have a problem with filtered recorset in Nav 5.0.

I want transfer a filtered recordset to a codeunit's function, but when i transfer the recordset to function, it lost all filters.

how can i pass this recorset filter??

P.S. I don't know some filters, else i pass a list of filter!
Thanks in advance.
](*,) ](*,) ](*,) ](*,) ](*,) ](*,)

Comments

  • ahed4ahed4 Member Posts: 21
    Make sure that the Variable you are passing is passed by reference.
    If you do not set the flag "Var" on the parameter, you simply pass the values of the set, without filters and keys. In turn, if you modify the record inside your function, the changes you make to the *current* set are not visible outside your function.
    The freaks come out at night.
  • sloorssloors Member Posts: 20
    thanks a lot for your help!!

    \:D/ problem ko!!! \:D/
Sign In or Register to comment.