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.

ok and cancel buttons in winmessage

2 replies [Last post]
Guest's picture
Guest

Hi all,

I have one requirement in employeeselfservice>benefits>canadian benefits page
when user navigate to this page it is taking more than one minute to to load the benefits data .until the page is loaded a blank screen is displaying .so customer is unable to understanding wheather the page is loading or not. and also search page is disabled.

for this we put the winmessage function in search init peoplecode.like below
winmessage("page is processing press ok to continue") but the message is displaying with two command buttons ok and cancel.
but my requirement is to get only OK button for this i used messagestyle as shown below code
winmessage("press ok to continue",0), now we are getting message with ok button but it is displaying atfter the page was loaded.during that time still the blank screen is displaying

we don't understand why winmessage is dispalying when we give the msgstyle parameter 0 after the page is loading , when we use msgstyle 1, it is showing correctly,(both ok and cancel buttons), but why not for only OK button.
we also tried with msgget,msgtext,msgbox all these are displaying after the benefits page loaded.

is there any possibility to display only OK button before the page load
please do need full
Thanks
sam

Ashar's picture
User offline. Last seen 1 hour 21 min ago. Offline
Joined: 03/26/2008
Posts: 159
Re: ok and cancel buttons in winmessage

Is it a similar post Here ?

Guest's picture
Guest (not verified)
Re: ok and cancel buttons in winmessage

yes..but cusomer is not accepting the solution we gave as we mentioned in the last post..
we are looking for some other solution for above posted question.

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.
4 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.