[progress Communities] [progress Openedge Abl] Forum Post: I Need To Display Child Frame...

  • Thread starter Thread starter Krishna Kumar
  • Start date Start date
Status
Not open for further replies.
K

Krishna Kumar

Guest
Hi, I would like to display child frame widgets on the parent frame.However whenever I'm running below programs values are coming blank. Below are the programs - parentframe.p - DEFINE FRAME fParent WITH SIZE 100 BY 100 TITLE "Parent". RUN C:/Users/rahul.sharma1/desktop/childframe.p( INPUT FRAME fParent:HANDLE). childframe.p define input parameter iphtest as handle no-undo. DEFINE BUTTON more-button LABEL "Advanced More". DEFINE BUTTON next-button LABEL "advanced Next". FORM more-button next-button WITH FRAME b-frame SIZE 10 BY 10 TITLE "Child" . FRAME b-frame:frame = iphtest. DISPLAY more-button next-button WITH FRAME b-frame. ENABLE ALL WITH FRAME b-frame. Can you please help me out in figuring out why blank screen is coming? Thanks

Continue reading...
 
Status
Not open for further replies.
Back
Top