Subject tib_updatebar
Author stanw1950
My current application uses a separate button for edit, add, delete,
cancel, and post. Not all users have the rights for each button, so I
can disable, for example, the delete button if I want. All the
buttons are visible, but not all are enabled. Also, we use function
keys to activate some buttons, for example f8 = add. Can I do the
same with the tib_updatebar? Can I disable an individual button or do
I have to make it invisible with the visiblebuttons property? Can I
tie pressing f8 (or a different function key)to clicking the add
button (or some other button)? Thanks in advance.