Hi,
I have a memory form with some local variables, all validation is switched off on these variables,
they are just local entry fields on the form.
Below I have a custom button with some server code doing something with these variables.
Using either, session or local variables, both end up empty in the server side code.
How do I make sure that the values are updated to the session or the local vars when I execute the server code linked to the button?
thanks
Johan