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.
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
> 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.