aamir_faried
24th August 2010, 17:20
Hej

I'm trying to put button in the session just like we have button in items Dashboard.

I have created form commands for it and have created field for this on session. when i look at properties of Form Field in Form Editor, the 'Linked Form command' field is filled with form command. that is correct.
In the form command i have selected this option "Show as Button in Dialog or browse Session"


But when i run this session, I can only see checkboxes on the session but no button. Do you guys have any idea why I'm not getting button on session.

/Aamir

NPRao
24th August 2010, 21:47
I have created form commands for it and have created field for this on session. when i look at properties of Form Field in Form Editor, the 'Linked Form command' field is filled with form command. that is correct.
Aamir, check if your Session's DFE property is set to Rich View.

Refer to the screenshot, you have to create the new form command and set the command type to field and associate to a field to get the button.
Refer to field level help:
Possible Values
Form
For all of the session's form tabs, the form command appears on the form's Specific menu, and/or as a button on the form.
Group
The form command only appears on the session's Specific menu when a user selects the tab that includes the group you define in the Group/Field Number field.
Field
The form command appears as a button on the form, behind the field whose Sequence Number you enter in the Group/Field Number field.
Print
The form command appears as an option in the session's print menu.

aamir_faried
25th August 2010, 15:41
Thanks for your reply NPRao,

Your suggestion solved my problem.

The reason was that Session's DFE property Rich View was not checked. I just checked Rich View property then it (button) get appear.

Thanks again
/Aamir