|
Jan,
I have a few buttons that do this. But sometimes I remember to
turn them on but forget to turn them off again. Without seeing the details of
your eeps try this
SELECT COUNT(SubCategory) INTO vCount INDIC ivCount FROM
<TableName>
IF ivCount = 0 THEN
PROPERTY <bitbutton> VISIBLE
'TRUE'
ELSE
PROPERTY <bitbutton> VISIBLE 'FALSE'
ENDIF
Jan Johansen
|
- [RBG7-L] - Visible Bit Button Jan Barley
- [RBG7-L] - Re: Visible Bit Button Jan Johansen
- [RBG7-L] - Re: Visible Bit Button Jan Barley
- [RBG7-L] - Re: Visible Bit Button Jan Johansen
- [RBG7-L] - Re: Visible Bit Button Jan Barley
