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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.