Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
a would to load every record referred to SALESMAN. I tryed by * an '*' but doesn'y work.
in this sample what i have to write? I put * but doesn' work. Ineed to load evry salesmen.
Section Access;
Users:
LOAD * INLINE [
SALESMAN
*
];
Section Application;
Many thanks
best regards
Slash
Have you qualified the meaning of star? You need (before section access):
star is *;
Regards,
Gordon
star is *;I tryed like this and with '*' but doesn't work. . I need tofix this problem asap becouse the Board user don't access in the application file from https. QV release 8.50 Thanks
star is *;
Section Access;
Users:
LOAD * INLINE [
SALESMAN
*
];
Section Application;
best regards
Slash