Hi, there! I want to have a form that is with Save button 'DISABLE' all the time. When I put this code below in When-New-Form-Instance trigger:
Set_Menu_Item_Property('Action.Save', ENABLED, PROPERTY_FALSE ) ;
, firstly, it is disable, but when i click 'EXECUTE' button, the Save button became enable again. My question is where I shoud put the code above to disable Save button all the time.
tx, in advance.