Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i have a problem with the section access and section application in QV 9 personal. The script:
Section Access;
LOAD * INLINE [
ACCESS, USERID, KOST
USER, stefie, TE1
USER, hallo, *
ADMIN, phil, *
];
star is *;
Section Application;
LOAD * INLINE [
KOST,KST_ID
TE1,78945
TE2,12345];
Now I save the document with the User phil. I open the document as stefie and only see kst_id 78945, everything okay!
I close the document and open it as hallo agian. Now i only see 78945 and as a USER i won't that i have rights to run scripts...
If I open the document as phil and load the script again kst_id 12345 is back.
What's wrong?
Hi,
when you run the script, you can see all data after the rerun. If you close the application and open it again, you will be back to restricted data
HTH
Peter
A little more...
When you open the file as stefie, the data is not just hidden - it is completely eliminated from the application. Just compare the file size before and after saving as stefie. When you save it, the restricted data is lost. That is, until you reload.