Just started with FF and FBC.... :)
During the load of a form (FOR M1_WM_CREATE), under some condition, I would like to change the caption of this form.
Can somebody help me with the command I should use.
Thanks in advance.
You can use the FF_CONTROL_SETTEXT function to change the caption of a Form.
eg.
FF_CONTROL_SETTEXT( HWND_M1, "This is the new caption text" )