Use our Google Custom Search for best site search results.
Search
-
http://www.infopathdev.com/forums/p/6799/24888.aspx#24888
-
the using statement/reference you need to add should be System.DirectoryService.
-
you can´t. the dataconnection always takes only the information coming from the view you chose as the default view. so to make it happen to see all the items you need to update the view on sharepoint. then you will be able to see all users.
-
You could just add a Microsoft Ecxel Spredsheet Custom Control to your Infopath template.
-
One Idea would be that under change general settings you activate Content Approval for your form library. like this the form would get uploaded but is invisibile for everyone except site administrators (what would need to be your managers then). once they approved the uploaded document and / or entered their information the file will ...
-
In you library go to Modify Columns and Settings, under Views click on All Items view. Scroll down and check if under Item Limit there is a limit set what could cause that you don't see all the files.
-
unfortunately your screenshot doesn't say much. please post another one where you clicked the details button on the error message before. or better post the error message as it is really hard to read something on your pic.
-
i tried to rund your code but receive an Access Denied error for the Collaboration Data Object so i actually cannot test my proposal. if you know how to fix my error it's may be easier to debug. SOLVED ! stupid me just didn't work in preview mode.
-
Hi, always a bit hard to debug code just like this but my guess would be that in the OnClick event where you pass the parameters (xPath to your form controls) to the AddPerson method try to use eventObj.Source.selectSingleNode("my:field1")
-
My first thought is that the easiest thing to do would be to set the column which contains the value you want to perform your check againt as the primary key in you DB table. If you then have an Infopath template created from your database you shouldn't be able to insert a new row. If you have your database connection as the secondary data ...