in info path how we can give auto number for a form

S

Scott L. Heim [MSFT]

Hi,

If your InfoPath solution is connected to an Access or SQL Server database,
then both of these offer "auto incrementing" fields that you could use in
your solution. (You could also implement the same functionality using a web
service that gets data from one of the databases.)

If not, then you will have to use custom functionality, such as:

1. During save, write this last used ID to a local file. Your solution
needs to be fully trusted or you will get a security warning based on the
zone.

2. Have a task pane and use one of IE's many storage mechanisms (e.g.
userdata, cookies, etc)

I hope this helps!

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
J

Jorge Melo

I was searching for the same thing. I need to give auto number to a form and
i'm not using database connection, so i should use the second sugestion but,
i did not understand it because my technical english is not very good. Could
you explain it better.

Thank you

"Scott L. Heim [MSFT]" escreveu:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top