|
|||
|
Paul,
Try this, call execcmdi('afa c=work.new.new2.frame'); _status_ = 'H'; stop; Kind regards, Rob Workman -----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Paul Walker Sent: Wednesday, October 19, 2005 8:19 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Closing an AF frame, Opening another frame This is a relatively simple question. I have a SAS/AF application which has two frames. I have a PMENU which has a button labeled 'setup' which is linked to the MAIN: section of the frame, and is supposed to achieve the following: (1) Close the current frame (2) Open a frame named setup I am using the following code: when ('SETUP') do; _frame_._term(); call display('saslib.myapp.setup.frame'); end; The result is that the current frame (1) is disabled (greyed out) and the setup frame (2) is opened on top of it. Neither frame is a 'dialog' type. Any ideas??? ---------------------------------------------------------------------------------------------- This message contains confidential information intended only for the use of the addressee(s). If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please notify us, by replying to the sender, and delete the original message immediately thereafter. Thank you. |
|
|
||||
|
||||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prevent a frame from opening a new window | bharath_r | Newsgroup comp.lang.javascript | 0 | 04-02-2009 06:18 AM |
| Re: SCL _frame has not been declared an object | Randy Herbison | Newsgroup comp.soft-sys.sas | 1 | 03-20-2008 05:26 PM |
| SCL _frame has not been declared an object | dc353@hotmail.com | Newsgroup comp.soft-sys.sas | 0 | 03-20-2008 02:42 PM |
| Re: SAS/AF -- Frame within a Frame | Randy Herbison | Newsgroup comp.soft-sys.sas | 0 | 11-16-2007 03:17 PM |
| Re: v8.2 viewtable frame broke in v9.1.3 ... | Randy Herbison | Newsgroup comp.soft-sys.sas | 0 | 01-30-2007 03:46 PM |