gregor weertman
Programmer
I have a problem with the label widget.
I defined a frame:
FORM
Vvar Column-label "XX!YY"
With fram fff.
Output:
XX
YY
--
11
33
22
Now I change the LABEL
Like:
vvar:label = "AA!BB".
Now I get:
AA!BB
YY
-----
11
33
22
Is the label widget something like a array or structure?
What is the right way to change the label?
Gregor.Weertman@mailcity.com
I defined a frame:
FORM
Vvar Column-label "XX!YY"
With fram fff.
Output:
XX
YY
--
11
33
22
Now I change the LABEL
Like:
vvar:label = "AA!BB".
Now I get:
AA!BB
YY
-----
11
33
22
Is the label widget something like a array or structure?
What is the right way to change the label?
Gregor.Weertman@mailcity.com