Hi Miklos, just enable your menu using the Form Object as in this example:
Form.EnableMenu("1281", Menustate) 'find record
Form.EnableMenu("1282", Menustate) 'add new record
Form.EnableMenu("1288", Menustate) 'next record
Form.EnableMenu("1289", Menustate) 'previous record
Form.EnableMenu("1290", Menustate) 'first record
Form.EnableMenu("1291", Menustate) 'last record
Form.EnableMenu("1292", Menustate) 'Add Matrix row
Form.EnableMenu("1293", Menustate) 'Delete Matrix row
Regards,
Felipe
Add a comment