Hi
I have a save button on a form with the following formula in it.
@If(@Command([FileSave]);@Command([FileCloseWindow]);"");
@Command([OpenFrameset];"Admin2")
The form has a number of field on it with validation set.
All i want the save button to do is save the form if it passes all the valdation rules then close the form and open a frame set.
I also tried this;
@Command([FileSave]);
@Command([FileCloseWindow]);
@Command([openframeset];"Admin2")
But that didnt work either.
Any Ideas anyone?
Many thanks
I have a save button on a form with the following formula in it.
@If(@Command([FileSave]);@Command([FileCloseWindow]);"");
@Command([OpenFrameset];"Admin2")
The form has a number of field on it with validation set.
All i want the save button to do is save the form if it passes all the valdation rules then close the form and open a frame set.
I also tried this;
@Command([FileSave]);
@Command([FileCloseWindow]);
@Command([openframeset];"Admin2")
But that didnt work either.
Any Ideas anyone?
Many thanks