Hi,
anybody knows, how can i use a binded group?
myGroup GROUP,PRE(myGroup)
field1 STRING(20)
...
END
In source (INIT) i bind this group with:
BIND('BGRP', myGroup)
and the user wants to use the group in program with:
message(BGRP:myGroup:field1) or
message(BGRP:myGroup.field1)
but...
Hello again,
i use a normal Listbox with an Queue in Clarion 8.
Is there any way, to show the lines with alternate color?
I tryed the property style and hascolor, but nothing worked.
Many Thanks for help.
cagiv
Hi @all,
i have a mysteriös Problem with loading and saving text in a blob-field (oracle).
loc:blob CSTRING(28800)
Init Embed (at last):
IF SIZE(PRTB:Content) > 0
loc:Blob = PRTB:Content[0 : SIZE(PRTB:Content) - 1]
ELSE
loc:Blob = ''
END
Save (Ok Button)...
Hi @all,
is there any way to display swiss currency format in an entryfield?
Example: 1'000.00
Picture: N21.'2
I tried key-in pictures but it doesnt work.
Best regards
Hello all,
How do you take advantage of PROPLIST:MouseMoveRow? I want to highlight rows in the listbox (C6) as the mouse moves over them.
PROPLIST:MouseMoveRow works on a listbox when you click, but on its own, PROPLIST:MouseMoveRow doesn't seem to generate any event, even with the Imm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.