| Thread | Last Post | Replies |
|
| Programmatically Add Repeater Section | 14 Apr 2005 23:44 GMT | 1 |
I have a scenario - I need to add a "Repeater Section" at the click event of a button. I need to be able to do some custom processing when before the creation of the next section, and hence I'm looking for a programmatic way to create it. Any ideas or suggestions would be really
|
| Repeating cascading drop down with database connection | 13 Apr 2005 10:51 GMT | 2 |
I'm trying to create a form containing repeating cascading drop down. I'm using a database connection. The two drop downs are getting populated from the database. The problem comes when I repeat the cascading drop down. the second drop down is takes value depends on all the ...
|
| File Attahcments | 12 Apr 2005 22:57 GMT | 1 |
Hi, in my form I have a file attachment control within a repeating context. I want all users of the forms to be able to add an attachement and view all attachements after I have published the form to a sharepoint list but I don't want them to be able to remove\delete each others ...
|
| How do I get a merged from to show who's data is who's in Infopat. | 12 Apr 2005 19:33 GMT | 1 |
I'm trying to make the form I've created like the status report template where after the forms have been merged is say in brackets whose data it is for instance it would say [brian] blah blah blah
|
| Date stamp | 12 Apr 2005 19:29 GMT | 1 |
I have a read only text box with a default value of: today() to show the date that a form was filled out. However, when managers go to review the form the next day, it automatically updates. How can I get just the date the form was filled out and submitted without asking the ...
|
| Copy values from repeating table / hiding sections | 12 Apr 2005 19:21 GMT | 2 |
I have 2 Infopath questions 1. I have a repeating table in which another repeating table resides. Each of the "cells" in de outer-repeating table represents a month with sales records. The sales records are the cells in the inner
|
| Making an entire form read-only | 12 Apr 2005 18:59 GMT | 7 |
We are using BizTalk to shuttle various forms from user to user and for some groups we want them to be able to see the form but not edit any fields or use any controls. Is it possible, programmatically or otherwise, to make an entire form read-only? It be really nice if it could ...
|
| Open Infopath by clicking on the URL | 12 Apr 2005 18:11 GMT | 7 |
I have an infopath form. On submit an email is sent to the user containing the Url of the infopath form. Eg http://SharePointservername/Sites/SiteName/FormLibrary/FileName.xml I want to open the infopath form directly when the user clicks on this url.
|
| Remote Shell Call | 12 Apr 2005 15:41 GMT | 1 |
I have a form that is required to gather some information programmatically from one of our inhouse systems. The only hook-ins to this system are via Remote Shell calls. I am using JScript to do any custom coding for the form and i have
|
| On Load event - Computername and Username | 12 Apr 2005 09:40 GMT | 3 |
I would like a onload function that populates the COMPUTERS name and the USERS userid I currenlty do this with the below function but have some issues with it. One: When I'm in Design and click Preview Form it works (receive ActiveX
|
| Saving infopath form at the web service like infopath does | 11 Apr 2005 15:52 GMT | 2 |
I use this method to submit whole infopath form public string submitStudentInfo(XmlElement studentInfo) When i save studentInfo with this code XmlDocument doc = new XmlDocument();
|
| Insert lines into a repeating table | 11 Apr 2005 15:03 GMT | 2 |
I am trying to add several rows to a repeating table that is bound to a secondary data source (xml doc). As a secondary data source ther is no XCollection name to use. Any thoughts?
|
| Infopath cannot create a new, blank form. | 11 Apr 2005 13:25 GMT | 5 |
I recently implemented a company wide system of online forms, through a sharepoint server. Most people are able to access this without any problems, (after installing Office 2003, Office SP1 and installing a certificate).
|
| Regular Expressions do not function in InfoPath???? | 11 Apr 2005 09:43 GMT | 1 |
I tried to create a pattern to validate a text box. Seemed harmless enough until i put an apostrophe in my equation! It didn't work, IP said I had an inavlid expression. Here's what I used: [\w\s ']*
|
| Repeating Controls and Databases | 11 Apr 2005 09:25 GMT | 1 |
Hey all, I just don't know how to implement this so I will ask here. I want to do a database lookup with one control, then depending on what was returned, would return other information in the row.
|