Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
message on Preview
artor
Hi,
I am just displaying a message box when user clicks on preview button on dct but it appears twice, first for saving and then for preview event. if there is no change in the dct, it appears only once.
I tried with onSave event as well and message box apears only once when save is occured and if user don't make change in the dcr, message box don't appear.
please tell me how can i prevent message box for appearing twice when user click on preview button.
Regards,
A
TS 6.5 + Solaris 5.8
Find more posts tagged with
Comments
Pummy
Hi,
Try setting some flags explicitly , and on the save events (valid,saveas, ) check for this flag and do a pop -up.
I faced similar problem when i was promting user with metadata interface at the end of save event. The metadata form was poping up twice. So in order to control this i had set a flag in my Form API Function.
Pammy..