Pass data dynamically to a secondary data connection

S

steve_s

Hi!
I have a browser-compatible form published in Sharepoint. I have also
written a C#-Webservice, that reads data about the current Sharepoint-user
from Active Directory and passes information about his manager back to the
form.
And that is the problem: Is it possible to pass the username dynamically to
the Webservice (The user enters his name into the form, then this name is
passed)? I only found a way to pass a Parameter when defining the secondary
data connection, but I need to pass this information after the users enters
his username.

Pleas help me.
Greetz, Steve
 
Z

Zhang Haiguang

You could add a rule to the textbox, then add a "Set a field's value" action
into the rule. Set the value of the username textbox to the parameter field
of the secondary data connection in the action.

http://www.infojetsoft.com
 
Top