RefreshFrame @command doesn't work

Greetings,

I am using refreshframe @command to refresh the frame that contains a navigator page after a document is saved. The command is run from save button of another frame and there is no nested frameset. It neither works on web or client (nothing happens)

what could be the problem?

my button formula is:

@command([filesave]);

@command([refreshframe];“nav”)

Thanks for any help

Basir

Subject: RefreshFrame @command doesn’t work

Does it work if you first set the target frame

@SetTargetFrame(“FrameName”);

@Command([RefreshFrame])

Subject: RE: RefreshFrame @command doesn’t work

I tried this too, it doesn’t work