I have this GROUP definition:
I would like to change this oOut1 group caption, depending on some conditions.
How can I do that?
I tried:
oOut1:cCaption := "first change"
and
oOut1:cTitle := "second change"
Neither works...
@ -1, 156 OUTLOOK oOut1 ; // desna strana od splitera
SIZE 500, oWnd:nHeight() ;
PIXEL ;
FONT oFont ;
OF oWnd
DEFINE GROUP OF OUTLOOK oOut1 PROMPT "INITIAL CAPTION" // Desni prostor gde će se prikazivati svi dijaloziI would like to change this oOut1 group caption, depending on some conditions.
How can I do that?
I tried:
oOut1:cCaption := "first change"
and
oOut1:cTitle := "second change"
Neither works...
