Hi All,
i have one requirement ,that i want to display a "mesgae page is loading" using win message function..
when i write winmesage function ok or cancel buttons are displaying with the message that i want to display.
my client doesn't want these buttons to be displayed.just need the message that "page is processing.
is it possible with winmessge function?
Thanks
sudha
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Are you waiting for a process to finish before sending the user to a specific place? Can you give us more details on what are you waiting for? If it is a process you are waiting for then I would suggest to use a messagebox along with Function WaitForEndProcess located in PeopleCode FUNCLIB_PM.SCHEDULE_PROCESS FieldFormula. Peoplesoft uses this on the purchase order dispatch page and it works great.
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
My requirment , I have a benefits page in the employee self service. but it is taking more than 50 secs to display to the user, untill that time it is showing white screen (blank screen). USER is confused whehter it is working or not, is there any way to show it is processing ( processing should blink in place of that white screen) for this any option is there.