InfoPath and JScript

O

oakridge

New to Infopath and Scripting.

Is there a sample script that will automatically load today's date on a date
field when opening a form that is going to be submitted to a SQL database?

Thanks.
 
J

Josh Bertsch [MSFT]

Using SP1 you can just use the formula today() in the text box to get
today's date, no scripting needed. However, this may not be the correct
date format you need depending on the data type of the SQL field.

--josh bertsch
 
Top