| Thread | Last Post | Replies |
|
| VBScript OnLoad Msgbox | 17 Sep 2007 17:00 GMT | 1 |
Can someone help me out. I just want to have a msgbox pop up when a form loads. I can do this in VBA but VBScript seems a little more confusing. I looked at the MSDN reference for the onLoad event but I have no idea what it's saying. http://msdn2.microsoft ...
|
| Page break (screen break) | 17 Sep 2007 14:16 GMT | 1 |
I am doing a query using IP 2003 that will return about 300-400 rows I would like to limit each screen to 100 records for ease of use. Is there a way to create page breaks on a screen? Front Page had a simple setting for limiting query returns on inserted a
|
| SharePoint ID | 17 Sep 2007 13:58 GMT | 6 |
I have read though different threads, but have not found a "simple" answer (which it seems like there should be). Every form in a SharePoint Library has an "ID" column which uniquely identifies it. It is the one generated by SharePoint and not Infopath. When
|
| Math Operations | 17 Sep 2007 08:44 GMT | 2 |
Hi, I have 4 data fields namely: A, B, C, and D. All whole numbers except for D (Double Decimal) I made a formula in the DATA Properties Tab of data field D, in the Value
|
| Working with Multiple Resource files in the Help Task Pane | 17 Sep 2007 07:20 GMT | 1 |
I would like to make the Help task pane of a form context sensitive, I would alos like certain resources files to furnish data to repeating table which trigges it. Is the a downloadable example of a form like this that I can study as I try to understand this problem.
|
| eMailing an Infopath Form as an HTML attachment | 17 Sep 2007 07:02 GMT | 1 |
I'm trying to email an infopath form (will be sending many over comming months) to a user that does not use infopath. I don't want to have to export to web then in a seperate action, email the file. Is there a way to have this done in one action like if you were to send the ...
|
| How to do this with InfoPath form? | 16 Sep 2007 08:48 GMT | 6 |
We have MOSS 2007. I have setup an public Anonymous Access site and want to be able to open a blank Infopath Job application form, ask public user to fill it out, then when the user clicks on Save to move to another Document Library to keep the completed forms from being seen by ...
|
| 7 questions about code usage in your InfoPath forms | 16 Sep 2007 05:24 GMT | 4 |
I've got a few questions about how you use code in InfoPath. If you'd take a few minutes to answer these and give me your opinions, it would be much appreciated. Consider each question open - give me as much detail as you like.
|
| Interactive Form | 16 Sep 2007 02:24 GMT | 1 |
I am trying to create a form using Infopath 2007 that is interactive. The form should start with a field that lets people choose a department name once selected, I would like the form to update to show jobs within that department. The user will then choose a specific job and ...
|
| Programming Item level permissions for a document library | 16 Sep 2007 02:10 GMT | 1 |
I would like to be able to submit a document to a document library, remove all permissions for the document, then add permissions for 3 hard coded users + the user submitting the document. The current code works from a console app, but not from infopath. I need help figuring ...
|
| Saving an infopath form | 16 Sep 2007 01:58 GMT | 3 |
Hello, i am new with infopath i would to automatically name a form with a specific name and date when i click on the save button the following are the code that i have tried to use. but i click on save it
|
| Submit form to Sharepoint for library and close form | 15 Sep 2007 10:08 GMT | 1 |
I am using custom code to embed and email a form... function button::OnClick(eventObj) { createEmail();
|
| Sequential numbers, Disable submit button, Rename title of templat | 15 Sep 2007 09:48 GMT | 1 |
I would have a couple of questions regarding MS Infopath. 1) Could I add a sequential number to the name of the form? If so, how can I do that? 2) After getting the form via e-mail, if I open it up and click on the
|
| making required fields optional and other questions | 14 Sep 2007 18:38 GMT | 2 |
1) I made a form from an XML Schema, and several non-required integer schema attributes became required fields on the form. The "Cannot be left blank" box is checked and noneditable. Any fix? 2) I have a repeating table bound to a schema element with MinOccurs=0, but
|
| Update Button | 14 Sep 2007 09:10 GMT | 1 |
I have a form that suffers with speed due to postbacks from each field. the way around is to set the individual fields to never postback and the total fields to the recommened option (when form changes) and then have an update button do the postback....
|