I am developing an application with SAS/AF. The program calls several frames during execution but I want to close some of them when the user clicks on a button and to come back to an initial frame.
I found how to close the active frame using
call execcmd('end;');
but the other frames remain opened.
does anyone know how to solve this problem?
Thanks in advance.
Daniel
Have you tried
call execcmd('framename; end;');
Longshot, but if it works, then you can either loop through a list of the names you need or explicitly code them all to one button.
Have you tried
call execcmd('framename; end;');
Longshot, but if it works, then you can either loop through a list of the names you need or explicitly code them all to one button.
That is just what I needed.
Thanks
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.