rad.russ15
(Russell Anderson)
2
I ended up using this method from @hmwillett to enable and disable the button rather that change it’s visibility
-
Bind the button to a field (doesn’t have to be a real DB column)
-
Create rule to disable button based on TransView field
-
Set TransView field on FormLoad to disable button


-
Set TransView field after GetNewPart to enable button


-
Set TransView field to disable the button again


Seems to work.
Any feedback on this appreciated.