2006 Sep 07 3:27 PM
Hi exports ,
I want to put radion buttons for customer order,stock trasfer orders.
If I give in
parameters :customer order radiobutton group RG1,
stock transfer order radiobutton group RG1.
I am getting error like customer order and stock trasfer order should be 8 char length.
I need to get full statement like customer order.
How can I do that.Please suggest me.
Thanks
2006 Sep 07 3:29 PM
parameters: p_cust radiobutton group RG1,
p_tran radiobutton group RG1.
Then maintain the selection text for each in Goto->Text elements->Selection texts.
Hi exports ,
I want to put radion buttons for customer order,stock trasfer orders.
If I give in
parameters :customer order radiobutton group RG1,
stock transfer order radiobutton group RG1.
I am getting error like customer order and stock trasfer order should be 8 char length.
I need to get full statement like customer order.
How can I do that.Please suggest me.
Thanks
2006 Sep 07 3:29 PM
parameters: p_cust radiobutton group RG1,
p_tran radiobutton group RG1.
Then maintain the selection text for each in Goto->Text elements->Selection texts.
2006 Sep 07 3:31 PM
hi nithin,
pls give as p_cust
and p_stock
because parameters will accept only upto 8 char
after that, take GOTO(in the top tool bar) -> text elememts -> selection texts
here u can change and give ur desired name.
if helped pls reward points.
regards,
anversha.
2006 Sep 07 3:34 PM
Hi,
The problem lies in the name
parameters :<b>customer order</b> radiobutton group RG1,
<b>stock transfer order</b> radiobutton group RG1.
Define it like.
parameters: p_cust radiobutton group RG1,
p_tran radiobutton group RG1.And after this you will get the radio button with name p_cust and p_trans. To get the desired text you need to maintain text in text elements. Goto->Text elements->Selection texts. Here enter the desired text for both the paramters.
Hope this helps
Regards,
Richa
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |