Save and set user defined key?

emankcinemankcin Member Posts: 3
Is there any way to save the key set by the user, then change the key to set filters on some fields and then finally set the key defined by the user before displaying the result in the form?

Tried GETVIEW and SETVIEW, but they saves all filters as well, and I only need the current key. :-k

Comments

  • MalajloMalajlo Member Posts: 294
    Use CURRENTKEY on OnAfterGetRecord and store it for next use if necessary.
  • emankcinemankcin Member Posts: 3
    How do I set the saved key?

    I think function CURRENTKEY returns a string representation of the current key, which I can't use as a parameter for function SETCURRENTKEY.
Sign In or Register to comment.