Use our Google Custom Search for best site search results.
Search
-
I need to find the GUID or name of Library where I am using content type form in order to know where to bring which text from secondary data source.
I am using this content type form in multiple places.
I noticed that the href from the /processing-instruction() is pointing to library where I published the content type, but I need the current ...
-
If you are talking about checking the box "Automatically retrieve data when form is opened" while creating data connection, I have that checked from the begining.
Thank you for your help
Regards,
Amira
-
I have tried referencing this method from
FormEvents_Loading and from InternalStartup
because I need it to check for new rows on next opening of the formpublic void refreshDataSources()
{for (int i = 0; i < this.DataConnections.Count; ++i)
{this.DataConnections[i].Execute();
}
}
Use of button is not an option because I need to ...
-
Hi.
I am also using InfoPath 2007 and SharePoint 2007 and C# for code behind of InfoPath.
I have tried this but it still does not collect new rows from repeating tables from secodnary sources.
Any help?
-
Thank you very very much
Yes, this gave me back what I needed.
Best regards,
Amira
-
Hello Jimmy
I am trying to use one content type in couple of libraries.
I am trying to get the name of the library where the form is used in as content type (find .xml file created based on this content type) so I can do some actions accordingly.
So, from this above example you gave, how would I ...
-
Hi.
I have one content type used under multiple libraries.
I would like to be able from code behind of this content type
1. find the name of library the content type form is used in currently (opened in)
2. based on previous fact, populate either expression box or header or footer or text box field of this content type ...
-
Thank you again for quick response.
you are right every time new lib is added I have to update my xsn. but the structure is fixed now. no more new libs.
I just did not think of that, again I am new to InfoPath
So, you are suggesting to create another XML file to serve like app.config file?
And have paths to other sites and their libs in that ...
-
Dear Patrick,
Thank you for your time.
First, I am using content types. Sorry for not noting this in the first post this is showing I am new to InfoPath. Also, I am using rich client, it is not browser enabled.
I have one content type for all sites, except main site where monthlies come to, which is little different.
Idea was to use one ...
-
I have a template that is used in about 200 forms that have in them bunch of same tipe of nodes.
this is what I have (a site collection with 20 sites with 16 libraries with one document form in each library)
site1 site ...