Disabling tab on card form

Does anyone know if there is a practical way to dynamically disable a tab on a card form in Financials 2.60? Thanks for your help, Lori

No, you can’t disable a Tab in runtime. Usually, this is solved by making a copy (copies) of the TabControl, where undesired Tab(s) are removed. John

What you could do is put a frame on the tab and then put all the fields on the tab inside the frame. You can then switch the frame between editable & non-editable from code. You should be able to make the border of the frame invisible so no-one can see it and so the user won’t know it is there. Cheers, John