cancel
Showing results for 
Search instead for 
Did you mean: 

Print Check box in smartform standard output

Former Member
0 Kudos

Hi All,

My requirement is to print a checkbox in the smartform output page. Somehow i came to know that in Web properties of the text node , we can choose a checkbox. But i am not able to figure out how it is to be implemented or what are the steps to create a checkbox.

Kindly help me on this.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

U just create program lines node and write the code for check boxs and then display those variables in u r Text Element Node. This will be working.

U need not go for Web properties.

Regards

Pavan.

Former Member
0 Kudos

hi

reward if useful

Sathish. R

Former Member
0 Kudos

HI,

In that web properties u can choose checkbox options and define in the global definations.

IF any other option is there plz tell me.

Thanks,

P.Nag

******Rewards some points if it is helpful.

Rgds,

P.Naganjana Reddy

Former Member
0 Kudos

I am doing the same. Following are the steps :

1. Defining a variable of char(1) in global definitions.

2. In a text node web properties choosing the same variable in the field name and choosing checkbox as Input type.Display checkbox also clicked.

3. Writing that variable in the text node General Attributes tab as &var&.

But i am getting an error "var has no defined value".

Kindly correct the steps, if anything is missing.

Thanks for your help.