I put a detailed form(such as form_fees) in a form, make a master/detail form/grid, that’s no problem. And in the master form, I can use sc_field_disabled to set the field’s state to disabled, and also can set the form_fees to disabled, but that’s no response and can cause nothing. I hope there’s a macro like sc_get_master_state to get the master’s field form_fees’s state, is enabled or not. If I can get the master form’s state, then I can process code in the detailed form to enabled/disable right. If I cannot get the master’s field’s state, I will have to run more code.
Is there clear?