IndoTech
31st May 2016, 16:24
Hi,

I have a session with 3 tabs on a form- and added a form command as function and button, which zooms a sub session.

but the button is available/visible on all the 3 tabs, I want it should be visible on relevant tab only.

How it can be done..



Regards
Kedar

Juergen
31st May 2016, 16:56
Hi,

yes, should be possible.
See the help for field Command type and Group/Field Number in the Form commands details

regards,
Juergen

Ajesh
1st June 2016, 08:49
Either in before.display.object you can write the command if
the current form number is not what you want then you can disable
the form command.

or In the init form of that specific form you can mention(for that specific form) disable command that specific command.