Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
aetingu12
Creator
Creator

Section Access Prompt not showing

Dear all,

I have this code:

Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, OMIT
ADMIN, ADMIN, 1
USER, DEBT, 2, PRODUCT
USER, INTERNATIONAL , 3
];
Section Application;

LOAD * INLINE [
PRODUCT, DATE, AMOUNT
A, 31/01/2018, 123
A, 31/12/2018, 235
A, 31/01/2017, 23
A, 31/03/2017, 234
A, 31/03/2019, 13
B, 31/01/2018, 123
B, 31/12/2018, 235
B, 31/01/2017, 23
B, 31/03/2017, 234
B, 31/03/2019, 13
];

I have also amended the Document Properties, but when I save and restart, I do not get the log in prompt.

Help is appreciated.

Regards,

Aksel

Labels (2)
1 Solution

Accepted Solutions
Yoichi_Hirotake
Former Employee
Former Employee

Likely you forgot to reload the document. It is necessary to reload the app after the change. Attached a qvw using your code with login pop-up. Hope this will be the help.

View solution in original post

1 Reply
Yoichi_Hirotake
Former Employee
Former Employee

Likely you forgot to reload the document. It is necessary to reload the app after the change. Attached a qvw using your code with login pop-up. Hope this will be the help.