Question:
How do you activate / enable the save button on the SalesLogix toolbar without tying a textbox directly to a field in the database? I have fields on the screen that I need to run calculations on and save.So when a user changes one of these fields I’d like to light up the Save button on the toolbar.
Answer:
No way to control that programatically. What I’ve done in the past is place a hidden control on the form, bound to some garbage field and then just update that garbage field with some data, like current time, when I want the Save button to light up.



