Browse by Tags
-
Hi, Definitly I can do a lot in a custom button. I create my web service submit data connection, I set it up on buttom Rules along with several verification operations. But I would like to do all this, without using Rules. I want to use the button clicked event, but here I experience a great dificulty...
-
I've created a dropdown list in an InfoPath 2007 form that connects to a SharePoint 2007 list (I used the DataConnection Wizard) with 600+ items in it, but it's only returning the first 100 items in the list. Has anyone else run into this problem? A buddy of mine is pulling a list of over 6000...
-
Hello everybody,
In my form I have a couple of calculation that occur during OnLoad event and I want to save the result into a field and then save/submit the form. I am feeling uncertaing if I can thus loose some data. I am scared if the code actually will be triggered before all the information...
-
I have an infopath form that uses web service data connections to get data from the built in SP Web services (UserGroup) Is there a way to prevent the data connection from executing until an event happens? Currently the data connections is trying to execute the web service method as soon as the form...
-
Is it possible to lookup a manager's direct reports and display them in a drop down list box? I was thinking of using the OOTB "UserProfileService" web service with SharePoint Services form. Can someone tell me how it can be done? Thanks!
-
Hi everybody! I would like to know how to update dynamically, by code, the DataConnection from Infopath, which in different enviroments works (test server, production server...). In the folowing links I found some information but the following method is called from the OnLoad event handler from InfoPath...
-
I created a test database on my SQL server. It has one table with two fields - a "unique record ID" and a field called "Name". Then I setup a new InfoPath form based on the database. It does allow the Submit option. I dragged the name field to my form, previewed the form, entered...
-
How to merge multiple xml files submitted from infopath web service? i have about 10 xml files with same structure (repeating tables) and almost same content. I just want to merge that repeating tables into one big table. is that possible? if possible how to do that?
Thank you
-
Hi, I have an InfoPath 2007 form which contains numerous SharePoint list data sources. There is one particular data source which I use to return a few items based on a code. So for example if a code is entered, let's say 67789, three further field values are returned into the InfoPath form, from...
-
I'd like to be able to change my database schema (add/remove fields) and have my InfoPath form automatically update its controls. I'd really like to avoid changing the infopath form every time we change the database. Can this be done?