Hey guys,
I need some help… I’m using a “save button” on a form on the web. The code behind the button is pretty simple. It uses the following code:
@Command([FileSave]);
@Command([FileCloseWindow])
Then on the form I have the $$Return field which has the following code behind it:
“[/” + @WebDbName + “/Main?OpenFrameSet]”
My issue is the “Main” Frameset opens up in the “Main_Frame” Frame which means it also has the “Nav” frame in it also. Is there any way I can get it to completly close down what is on the screen and open up the “Main” Frameset on its own and not with the “Nav” frame twice.
It may be something simple but I’m struggling… any help would be appreciated, thanks
Mick