2 questions concerning the form BusinessPartner-Data
Liesje C
I have 2 questions concerning the form BusinessPartner-Data:- How can we move some fields from one Tab to another?
- Is it possible to disable a Tab for some users?
Andreas Scherer
Hi LiesjeYour 2 questions are possible:
- Read our customize Manual on "Pan an element"
- With an optimizer rule, you can disable some register with the follow code:
Folder.GetFromUID(pVal.Form,"5").Visible = false
Use the customize groups to activate the rule for different users.
Greetz
Andy
Liesje C
Thanks for the information.About the first question: Where can I find this manual?
About the second question: Is is possible to disable just one Tab, instead of the whole form?
Andreas Scherer
The Manual is in our Download Archiv:http://download.coresystems.ch
Greetz
Andy
Manuel Marhold
Hi Liesje,the code Andreeas posted is for setting one tab ("Folder") invisble.
Liesje C
[quote]"ManuelMarhold"]Hi Liesje,
the code Andreeas posted is for setting one tab ("Folder") invisble.
[/quote]
Thanks for the information. The code works.
Kind regards
L
0
Please sign in to leave a comment.
Comments
0 comments