Danko Radic wrote:
> 
> When reading selection from goup of PUSH BUTTONS via
> FrmGetGroupSelection.. (or something like that, I don't have manual here)
> it returns Byte with item number of the button ('INDEX in group').
> 
> How to connect that 'index' with button's ID (name)?!

   You can use FrmGetObjectIndex and pass the object's ID, or
FrmGetObjectId, and pass the object's index.

Regards,
Daniel.


Reply via email to