field_syntax question
Author: dave.manchester@nucor.com (dmanchester)
Setting a store button to "DIM" is easy to prevent the user from clicking on it.
field_syntax "PB_STORE", "DIM"
Is there a way to examine the syntax or properties of the button to see what it's current field syntax is?
Also setting the color is done with:
field_video "PB_STORE", "col = 4" ;red
Is there a way to determine the current color of the button?
Thanks
Dave Manchester