I’m using a button on a form in Table View. I’d like the button’s text label to change depending on whether there’s content in a field or not. In other words I want to embed an IF statement in the button’s text label.
Possible?
I’m using a button on a form in Table View. I’d like the button’s text label to change depending on whether there’s content in a field or not. In other words I want to embed an IF statement in the button’s text label.
Possible?
Hi Morley!
How 'bout:
Creat a calc field with whatever you want in it.
Set dataprovider property of button to that calc.
Jim
jim:
How 'bout:Creat a calc field with whatever you want in it.
Set dataprovider property of button to that calc.
Ha! Of course!! Thanks.