- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- AddingRadio Button & Check Boxes in Local Template
×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
AddingRadio Button & Check Boxes in Local Template
- assiddiqui
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 128
- Thank you received: 0
10 years 11 months ago #16196
by assiddiqui
AddingRadio Button & Check Boxes in Local Template was created by assiddiqui
I want to add fields in my Local Template which could be use as Radio Button & Check Boxes. Can somebody tell me what exactly i use for it.??
Please Log in or Create an account to join the conversation.
- kripesh
-
- Offline
- Platinum Member
-
Less
More
- Posts: 459
- Thank you received: 65
10 years 11 months ago #16197
by kripesh
Have a great day !
Replied by kripesh on topic AddingRadio Button & Check Boxes in Local Template
Try the one given below with 2 options and also with 3+ options and see what happens.
CALL Table.addOptionsField("MARITAL.STATUS","Married_Single_Divorced",Field_Mandatory,'')
1st Argument - Field Name
2nd Argument - Options available to choose
3rd Argument - Mandatory , Noinput , No change etc...
4th Argument - Not used at the moment so can be left blank
CALL Table.addOptionsField("MARITAL.STATUS","Married_Single_Divorced",Field_Mandatory,'')
1st Argument - Field Name
2nd Argument - Options available to choose
3rd Argument - Mandatory , Noinput , No change etc...
4th Argument - Not used at the moment so can be left blank
Have a great day !
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- AddingRadio Button & Check Boxes in Local Template
Time to create page: 0.041 seconds