Use our Google Custom Search for best site search results.
Search
-
i don't mind writing a bit of code...got some sort of jumping off point? i have only seen items using 2003 object model. i am using 2007
-
thanks! i figured it had to be something simple. i got it to work on another form and i'll pass it to our guy to implement it.
-
using infopath 2007
i have the following in vb and works fine:
DataSources("external datasource name").CreateNavigator().SelectSingleNode("xpath to field in external datasource", NamespaceManager).SetValue(Application.User.LoginName)
however when putting that in c# we get this ...
-
I was trying to go with the same functionality that would do the pop up as well instead of just click the button and it goes to the view.
as the pop up displays the appropriate view I need, but would like to do it from a button instead of having the user click the print view in the top left or bottom left
-
On a browser enabled form and you have the top and bottom toolbars with the print view enabled. and when the form is opened in the browser you can click the button and it opens the specified print view.
is there a way to do the same but with a button click?
-
i solved my problem not for just this project but for many others. i just declared an array, populated it with the values in the webservice and added it as a secondary data source...works great.
-
I have a stored procedure that returns a comma seperated value. Actually a web service returns the value from the stored procedure. example string: PC, Mouse, Monitor
is there a simple way to make that populate into a drop down on an infopath form PC as one option, Mouse the other and Monitor the last.
ideas? ...
-
i think that will work!
sometimes it is the easy solution. i'll work on it and report back
thanks!
-
I am back on infopath projects and for some reason am stumped on a simple process. This is a simple logging form for when an employee gets to work, leaves and returns from lunch and leaves for the day. I am saving all data back to sql for future integration with other applications/projects and reporting needs.
I have the web ...
-
You should just delete the referral part of the url, but you will have to build the url someway.
If you are creating your link that opens the form you will have to do build the url either in the form or on your page some how or in an email workflow via sharepoint designer. In a form, i'd create 3 fields, one for the url ...