S
Se3ker
Help files say this:
"It is not possible to add an image to a button in design mode. To work
around this limitation, you can manually edit the manifest (.xsf) file that
is associated with the form template, although this method is recommended
only for advanced form designers."
In my .xsf file i have these 3 buttons:
<xsf:unboundControls>
<xsf:button name="bttnNew"></xsf:button>
<xsf:button name="bttnPrint"></xsf:button>
<xsf:button name="bttnSubmit"></xsf:button>
</xsf:unboundControls>
how can i add images to them??
"It is not possible to add an image to a button in design mode. To work
around this limitation, you can manually edit the manifest (.xsf) file that
is associated with the form template, although this method is recommended
only for advanced form designers."
In my .xsf file i have these 3 buttons:
<xsf:unboundControls>
<xsf:button name="bttnNew"></xsf:button>
<xsf:button name="bttnPrint"></xsf:button>
<xsf:button name="bttnSubmit"></xsf:button>
</xsf:unboundControls>
how can i add images to them??