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 it results an error (unknows binded variable). How can i do it right?
cagiv
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 it results an error (unknows binded variable). How can i do it right?
cagiv