PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Question on Domodal popup

edited Aug 19, 2019 11:41AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 4 commentsAnswered ✓

Hi Team,

we are trying to use domodalpopup to open a secondary page and make the page display only.   When we try to change the display_only boolean to True, the fluid page looks different like displayed below

method viewforeigndates

   /+ &pSheetId as String +/

  

   Local number &bReturn;

   Local string &sPopupOptions, &sExist;

  

   Evaluate %Request.BrowserDeviceFormFactor

   When = %FormFactor_Small

      &sPopupOptions = "bFullScreen@1;";

      Break;

   When-Other

      &sPopupOptions = "width@700;height@400;bAutoClose@0;bAutoCloseWarn@0;bVertical@0;bTail@0;sStyle@psa_modal-fullscreen;";

      Break;

   End-Evaluate;

  

   &NUSheetID = &pSheetId;

  

  

   SQLExec("select 'x' from PS_NU_FOR_TRA_TBL where SHEET_ID =:1", &pSheetId, &sExist);

  

   If None(&sExist) Then

      MessageBox(0, "", 0, 0, "This transaction does not have any Attendees to view.");

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center