Skip to main content

Hi, I want to hide some controls on my form when form gets load, do we have any form load event in smartform?

 

I do know about creating rules with actions to hide and show the controls but these are on based of events raised on form. Any quick help will be highly appreciated.

 

Regards,

Ram

Hi RamKumar,

 

I think what you are looking for is the "When the form raises an event" event inside the events tab of the rule wizard. Then from "select event" choose "Initializing" (this will fire when the form is busy loading) or "Initialized" (will fire straight after the form is done loading).

 

Regards,

Hendrik.


Or you can untick the visible property of the control's properties section. I think, this will look better visually. If you hide them on form load ,then its will render then on screen and then hide it. If you do the opposite by unticking the visible property and then only shoing them according to your rules then it will not reder in the beginning at all.  


Reply