| Thread | Last Post | Replies |
|
| Control to access a webserveice? | 15 Jul 2004 14:26 GMT | 1 |
So.... is there any control that allows to select/validate data retrieved from a webservice? In particular I need something where the user can input a code that is validated against a webservice, and upon validation the decoded text should be retrieved (and inserted into another ...
|
| pls help format = 2004-07-09T00:00:00.0000000+08:00 ??? | 15 Jul 2004 02:30 GMT | 4 |
i hope somebody will help me on this..am still not using sp1 by the way... so please bear with me.. i just want to compare the current date that has a format of 07/14/2004 and then compare it to the xml date data (from infopath) that is 2004-07-09T00:00:00.0000000+08:00. is ...
|
| How to disable the home button in a custom task pane | 15 Jul 2004 00:31 GMT | 1 |
I am using a custom task pane on my form and I would like to disable the home button so that the user can not get see the design form options in the standard task pane. Also, with using custom buttons or links, when navigating from 1 view to the next, i would like the forward and ...
|
| Base64 encoding of attached files | 15 Jul 2004 00:08 GMT | 1 |
I've noticed that when InfoPath base64 encodes a file to inline it into the XML of a form, it prepends some extra binary data to the attached document. If I'm correct in this assertion, I presume it is data for InfoPath to use internally when showing things like the file name of ...
|
| Submit a Form to a SharePoint Form Library | 14 Jul 2004 22:58 GMT | 1 |
I copied the code from the "Submit a Form to a SharePoint Form Library" topic in the InfoPath SDK, changing only the URL to point to my form library. I inserted a "debugger;" statement above the submit code, to debug the
|
| Does infopath have the Chart wizard? | 14 Jul 2004 22:31 GMT | 2 |
I have my data on the SQL db and i want to show the data in the form of chart on the infopath. Just like in Excel we have the Chart Wizad. Is it possible? Thanks in advance.
|
| InfoPathDev.com Example: Paged Master-Detail Table | 14 Jul 2004 19:54 GMT | 1 |
Visit http://www.infopathdev.com/examples/ Paged Master-Detail Table Posted: 2004-07-14 Available Versions:
|
| xml processing instructions | 14 Jul 2004 19:43 GMT | 3 |
Does anyone know of a tutorial that explains how the PI's in infopath work? I want to create an infopath form that works with sql/xml templates and i am having a tough time finding any resources on the subject. --Papanii
|
| Bind custom query results to DropDown at run time? | 14 Jul 2004 17:34 GMT | 7 |
I am new to InfoPath and feel like a dork for asking this, but is there a way to just build a query string and submit it to populate a dropdown from SQL? ie:
|
| Activating infopath form programaticlly | 14 Jul 2004 17:02 GMT | 1 |
I"m trying to open an infopath form from sharepoint.I fount that I can load it and retrieve its data but I can't activate the infopath window and show it to the client. it's important to me to show the windopw to the client because I'm trying to simulate "fill out this form" ...
|
| Text on a Box | 14 Jul 2004 17:00 GMT | 1 |
Does anybody no if there is a way you can have a box round some controls and then have the text on top of the box as you do with the Frame controrl within Visual Basic. Thanks in Advance Daniel
|
| HELP pls! eventObj.Source.xml | 14 Jul 2004 02:08 GMT | 2 |
i have a repeating section that has many fields... i want to show the inner xml of that repeating section .. but when i use the eventObj.Source.xml on one of the events within that section..it only shows one field.. not all of the fields in that section. what i want is to show ...
|
| MSI INstall Option | 14 Jul 2004 01:08 GMT | 2 |
If you use the MSI install option is there a way to make this a silent install which can be pushed out from Active Directory so users do not have to go through the whole install wizard? -mike
|
| selectSingleNode Returns Null | 13 Jul 2004 23:54 GMT | 1 |
I have not changed any of the defaults (e.g. - namespaces, code, etc.) in a new form. i added a dropdown and renamed it "Branch" (case correct). i added a button which, when clicked, tries to run this code: var nodes = XDocument.DOM.selectSingleNode("/my:myFields/my:Branch");
|
| Setting data when a form is opened from a template (SP1) | 13 Jul 2004 21:11 GMT | 4 |
Sorry for the newbie question... I have a form that I'd like to populate with the user's name when they open the form from the template located on a web server or Sharepoint site. I know how to wire up drop down lists to secondary data sources (in SP1), but
|