How to include form version number in footer?

J

joeman

Is there some way to include the form's version number in the header or
footer of the form?
 
K

Kalyan Reddy

Hi Joeman,

Use this in your code to Insert Version Number in the Infopath form
thisXDocument.Solution.Version
 
Top