jojovalenton
24th August 2015, 08:03
hi,

i just want to ask on how to disable/enable the save+exit button in the toolbar, for save button its update.db.

regards,

jojo

manish_patel
24th August 2015, 16:55
I think it's end.program

jojovalenton
24th August 2015, 17:09
hi,

its right, thanks. can i ask another question i forgot to include here before, how to send commands to satellite forms from the header form?

regards,

jojo

NPRao
24th August 2015, 21:32
jojo,

It's not clear what specific commands are you trying to send?

Refer to the link - Process Change Manager overview (http://www.baanboard.com/programmers_manual_baanerp_help_functions_prcm_overview)

or check the latest programmer's manual for the functions -

synchronize.satellite()
Syntax:
function void synchronize.satellite (const string [satelliteSessionCode]*)

Description

Calling this function triggers a synchronization between the header and the active satellite. Since the controller does not know which satellite is currently active, the optional argument is used to indicate for which satellites a synchronization is needed. If the active satellite is not one of the specified satellites, no synchronization is performed. If no arguments are passed a synchronization is performed regardless of which satellite is active.

Arguments
const string [satelliteSessionCode]* The session codes of the satellites that should be synchronized, separated by commas.

Context
This function is implemented in the 4GL Tools and can be used in all script types.

Related topics

add.sync.fields()
add.sync.fields.nokey()
add.sync.fields.once()
Form and form field operations overview
Form and form field operations synopsis

jojovalenton
25th August 2015, 08:41
hi,

thanks for reply NPRao. i will try to read and test your sample links.

regards,

jojo