Task Status

L

Lunch Money

I am using infopath as the task forms for MOSS workflow. After a task is
complete I would like to disable the buttons on the task form. How do I pass
the task status to the infopath form?

Thanks
 
G

Gavin McKay

Hello,

You can either set the task status in a separate storage location (like a
database) and let Infopath query the data, or you can pass parameters like a
"normal" ASP.NET page and access them via .NET i.e.

HttpContext.Current.Request.Params["myparam"];

HTH

Gavin.
 

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