SBarnes wrote:How do you make the ^ appear on the JiwaFinancials.Jiwa.JiwaApplication.Controls.Lookup controls button?
The control has a method, InitialiseLookupControl which sets the image and a few other properties. That method is invoked for you automatically if the control is on one of our forms which are created using the factory - the factory calls InitialiseControls which will call InitialiseLookupControl on any lookup controls.
It could be you're adding the control to the form after the factory has called InitialiseControls, and so your controls InitialiseLookupControl is never invoked.