×
Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...
APPLICATION field in F.USER
- malai
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 508
- Thank you received: 11
17 years 4 weeks ago #907
by malai
APPLICATION field in F.USER was created by malai
Hi All,
I want to restrict a T24 user to execute only one enquiry 'MY.ENQUIRY'.
I setup the user record in the following way.
18. 1 APPLICATION.... ENQUIRY.SELECT
19. 1 VERSION........
20. 1 FUNCTION....... A 2 B C D E F H I L P R S V
21. 1 FIEL ENQUIRY.SELECT>SELECT.NAME
22. 1 DATA.COMPARISON EQ
23. 1 DATA MY.ENQUIRY
24. 1 DATA
But its not working.
I am using T24 G14007.
_________________________________________
Gain Knowledge By Helping Others|Thanks
I want to restrict a T24 user to execute only one enquiry 'MY.ENQUIRY'.
I setup the user record in the following way.
18. 1 APPLICATION.... ENQUIRY.SELECT
19. 1 VERSION........
20. 1 FUNCTION....... A 2 B C D E F H I L P R S V
21. 1 FIEL ENQUIRY.SELECT>SELECT.NAME
22. 1 DATA.COMPARISON EQ
23. 1 DATA MY.ENQUIRY
24. 1 DATA
But its not working.
I am using T24 G14007.
_________________________________________
Gain Knowledge By Helping Others|Thanks
Please Log in or Create an account to join the conversation.
- jcosta
- Offline
- Junior Member
Less
More
- Posts: 37
- Thank you received: 0
17 years 4 weeks ago #908
by jcosta
Replied by jcosta on topic What about using a menu?
Why don't you try using a one option menu and including it in field 14 USER table(InitApplication)?. It's an option.
Please Log in or Create an account to join the conversation.
- malai
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 508
- Thank you received: 11
17 years 4 weeks ago #909
by malai
Replied by malai on topic It works!!
Yes, the alternate way works fine. But, why this doesnt work? Any setup I am missing?
_________________________________________
Thanks
_________________________________________
Thanks
Please Log in or Create an account to join the conversation.
- Tiger
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
16 years 11 months ago #910
by Tiger
Replied by Tiger on topic Enquiry Restriction
Try this...................It will work..............
FONT face='Courier New' size=2>
18. 1 APPLICATION.... ENQUIRY.SELECT
20. 1 FUNCTION....... I
21. 1 FIEL 0
22. 1 DATA.COMPARISON EQ
23. 1 DATA MY.ENQUIRY
FONT face='Courier New' size=2>
18. 1 APPLICATION.... ENQUIRY.SELECT
20. 1 FUNCTION....... I
21. 1 FIEL 0
22. 1 DATA.COMPARISON EQ
23. 1 DATA MY.ENQUIRY
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds