N
Newbie Programmer
My infopath form has three fields:
1. UserName (string/char)
2. UserID (integer)
3. RegistrationDate (date/time)
I'd like the form name to default to: UserName-UserID-
RegistrationDate
When the user clicks on SAVE. So, for example if the user name in the
form was 'John Smith', the ID was 127 and the registration date was
2009-10-01, the default filename presented to the user upon save would
be:
John Smith-127-2009-10-01
I think I see the place in the customized save script to place the
code. However, I'm not sure what code I'd need to set this up. The
form is using VBScript...
1. UserName (string/char)
2. UserID (integer)
3. RegistrationDate (date/time)
I'd like the form name to default to: UserName-UserID-
RegistrationDate
When the user clicks on SAVE. So, for example if the user name in the
form was 'John Smith', the ID was 127 and the registration date was
2009-10-01, the default filename presented to the user upon save would
be:
John Smith-127-2009-10-01
I think I see the place in the customized save script to place the
code. However, I'm not sure what code I'd need to set this up. The
form is using VBScript...