Hi Liam,

I want to check the state of a button from outside the group
How do I refer to a button in the group

the (group id 1053 ) is

on mouseUp
if the HILITE of button "cash" of grp id 1053  = true then
 put fld "total" into fld "cashTotal"
 end if
end mouseUP

But you only need the grp identifier if there are more than one buttons
named "cash" on this card.

Hint to save some typing:
If you omit a boolean value (true or false) then the engine will presume you mean -> true

...
if the HILITE of button "cash" of grp id 1053 then
...

Looks like the engine is an optimist ;-)

Thanks
eeeeee

oooo :-)

Liam Lambert
[EMAIL PROTECTED]
IRELAND

Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to