Hi
I just thought I got the hang of this, but something weird happened just now.
I use a lot of memory forms and when I test myself, everytime I go to the form to add a new record all the values are perfectly cleared...
However, I got somebody else to check earlier today and as I logged in later and went to the form the previous users' input information was all right there??? I used a different computer, same result.
So what I do is:
1) Make all the local memory variables static so that it is 'remembered' in case I need to alert the user of wrong input
2) Like a good soldier, I use Validate All to check all the input fields and send the relevant alerts before writing to the disk
3) In the Post Update, I set all these memory variables to '', eg l:policyno = 0, l:contactperson = '', etc.
So what the heck am I doing wrong here, or is there an easy way of issuing one command that clear all session variables as soon as a user log in? I was under the impression that each new session has a new set of empty session values.
Please Help
C