Action Button with @Commands does not appear on form on web

I have an action button with the following formula:

FIELD closeAction := “Save”;

@Command([FileSave]);

@Command([FileCloseWindow])

that does not appear on the form on the web.

It is not hidden — there is nothing checked or any formula on the Action Hide When tab of the action in Designer.

As far as I can remember, the button should appear and work…

I am probably missing something, but can’t put my finger on it…

Thanks!

Dan

Subject: Action Button with @Commands does not appear on form on web

Is it a Action or a Button ? Try a Hotspot button with the same code and it should work.

Subject: Action Button with @Commands does not appear on form on web

Is the database property ‘Use Javascript when generating Pages’ selected. It must be selected in order to convert Formula to Javascript so the button will show in a Browser.

Subject: Action Button with @Commands does not appear on form on web

action buttons should appear over the web. make sure you got the ‘Use JavaScript when generating pages’ option enabled in the database properties → first tab under Web Access