julierme.victor
6th June 2014, 01:24
Good night

I have a panel where I would like to create a button so that starting this panel session, the sales order is displayed, as the attached example, someone can tell me how to do it?

Regards,
Julierme

sachinbaan
6th June 2014, 07:01
Hi,

Step 1: Create Form Command
Step 2: Form Command Property : Command type = Field
Step 3: Enter Field Number where you want to put your button.

benito
9th June 2014, 21:18
in addition to the above, declare your form fields like below and place it on the form with no label. the labels will be in the form command.

|* Buttons
extern domain tcmcs.str1 yn.dnl.file |* download file
extern domain tcmcs.str1 yn.del.file |* delete file
extern domain tcmcs.str1 yn.val.file |* validate file
extern domain tcmcs.str1 yn.apr.file |* approve file
extern domain tcmcs.str1 yn.upl.file |* upload file
extern domain tcmcs.str1 yn.put.file |* put file to server