You are viewing this site as a guest. You can still ask questions and help others! Join our Dev2Dev IT Community to receive your own blog, share your knowledge, and much more.

Button Question

1 reply [Last post]
HH's picture
HH
User offline. Last seen 1 year 26 weeks ago. Offline
Joined: 07/09/2008
Posts: 17

All,
Is it possible create abutton in App designer with added functionality to call a custome java script method ?

raj.psoft's picture
User offline. Last seen 7 weeks 3 days ago. Offline
Joined: 03/25/2010
Posts: 18
Re: Button Question

Write the code in Page Activate:

you can try for the button replacing Label

If <Condition> then
RECORD.FIELD.Label = MsgGetText(27333, 1, "Employee ID");
Else
RECORD.FIELD.Label = MsgGetText(27333, 2, "Contractor ID");
End-if;

Raj

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.