PDA

View Full Version : Issue : FILECLOSEWINDOW in read mode (solved)


becomcs
06-07-2007, 11:36 AM
I design a form with two action:

@COMMANDE([FILESAVE]);
@COMMANDE([FILECLOSEWINDOW])
@COMMANDE([FILECLOSEWINDOW])


The first is available only in edit mode.

If I trigger the seconde one, it reload a complet layout in the tab panel.

mdm-adph
06-07-2007, 03:12 PM
Have you tried just @command([CloseWindow])?

becomcs
06-07-2007, 04:09 PM
Sorry. Same result.

becomcs
06-07-2007, 04:38 PM
I found!

@SetField ("SaveOptions"; "0");
@Command([FileSave]);
@Command([FileCloseWindow])