| Title | Under | Posted on |
|---|---|---|
| how to create application status in peoplesoft campus solutions 8.9 version | PeopleSoft Functional | 05/17/2012 - 4:09am |
| horizantal text in charts | PeopleSoft Technical | 05/10/2012 - 4:57am |
| no current buffer context error | PeopleSoft Technical | 05/10/2012 - 1:19am |
| Integration Broker : Operating Instance/Pub Contracts/Sub Contracts | PeopleSoft Technical | 04/24/2012 - 11:05am |
you can acchive this using a derived work record field on you page.
What you have to do is
1> on your page record field property in label tab keep the type as none
2> keep a derived work record in the place where you want to see text programatically
3> change the style of the derived work record in the way you want
4> in the fieldchange event of your prompt handle what you want to display dynamically
Regards,
Prashob
thank you prashob...
No need to all this.. Field class is havig a property called label. This is a read/write property. Use this to change the label dyamically
your_record.your_field.label = "I'm a new label"; That's all what you need.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Post new comment