Group:  Other Microsoft Office Products » microsoft.public.infopath

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
126 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
Print Layout in a Large form
I have create a form which contains a large number of questions all of which have an Explanation Rich Text Box associated with the question. The length of the explanation will vary from question to question. How do I create a print view that will reliablly page break appropriately? ...
1 26.09.2006 20:17:01
Sort view by year, when I don't have a year field in the infopath
I am useing Inforpath and Sharepoint for project management in my department. the project management form that was created with that has many fields in it. One of which is TargetDate field that has a full date (e.g., 8/2/2006). I don't want to have to add another field to the form if i can. What I want to do is have the option to sort the projects in Sharepoint in the view by year an...
1 26.09.2006 20:12:02
Populate values using information realted to another field.
I wish to display as read-only a list of values which is derived from a drop-down menu in a field. Example: Office -- drop down menu item. Unit -- retrieve a list of Units based up on the Office selected. I do not want to retrieve the Units as part of a cascading list box. The user will not be making a selction for the Unit. All Units for the Office should be displayed on the f...
5 26.09.2006 19:24:03
If else statement error in jscript. PLEASE HELP!
Please help me find what the problem with this if statement is? I have spent 2 days trying to fix it but still nothing. Thanks in advance. The codes below will not open the business card form with either false and true value if I have the '== true' ************************************************************ var sourceBusinessCard = XDocument.DOM.selectSingleNode("//my:myFields/my:b...
3 26.09.2006 17:20:02
possible to populate an excel spreadsheet using Infopath forms
Is it possible to populate an excel spreadsheet using InfoPath forms? Any help or direction would be appreciated Thanks! Patrick ...
1 26.09.2006 16:21:07
digital signatures
I am trying to add a digital signatures option to an InfoPath form, but I keep getting an error message. What am I doing wrong?...
1 26.09.2006 13:45:02
how do I submit a infoPath form to a network folder?
...
1 26.09.2006 12:58:03
updating forms from VBS script
I'm new at this, so bear with my ignorance (and bad English). A colleque of mine asked my to make a script to open a form and submitting it again. The form code it self will make som changes (basicly updating som new fields). I tried like this: Dim myIP, strFilNavn, objMitDoc Set myIP = CreateObject("InfoPath.ExternalApplication") strFilNavn = "\\teamshare.tdk.dk\sites\DOT\DOT Test s...
3 26.09.2006 08:38:31
How do I add date or day counter?
Infopath 2003 After inserting a future date using a day picker, I am trying to have a day countdown in a field that shows me how many days left until that future date....
2 26.09.2006 07:49:03
Default value for a field
Is it possible to define a default value for a field and, when the form is being filled out, allow the the user to decide whether or not to use the default value or enter their own? ...
2 26.09.2006 07:42:02
Contact Selector
How to check contact selector value before sending data to SharePoint? i would like to test if the value is blank or not. Thx...
1 26.09.2006 06:58:01
Sub-InfoPath screens/views
Hi all, We are setting up hundreds of infopath forms and all of them will have some componants which will be common. Is there any way I can set the common componants up in a screen/view and call it as you would a subroutine in programing. The idea is that I could update the screen once and have the change take effect in all the screens. Cheers Terry ...
3 25.09.2006 21:28:22
Repeat Item repeats data
I'm a newbie to InfoPath so my question may sound dumb I want to create a form that has a repeating section for a different set of data. I have created a set of fields. I then added a repeating section and pasted the block of fields. The repating section seems to repeat OK but the data I add to each field is also repeated in the subsequent section. How can I repeat a set of fields that c...
3 25.09.2006 20:48:02
My hat off to whoever can figure this one out... :)
Ok. Here is my problem: I have a winform application that needs to open infopath. The XML from the InfoPath form must never touch a hard disk due to security reasons. As I have it right now, the winform application decrypts the xml to a previously saved form. I then open the form using the "NewFromSolutionWithData()" function to open up the form containing the supplied decrypted d...
3 25.09.2006 16:38:02
Checkbox in repeating table issue
Hello, I have just read the article you wrote on "What check box was clicked?"(http://blogs.msdn.com/infopath/archive/2004/09/24/233962.aspx) and used the information provided there in order to create a form containing a repeating table of checkboxes bound to a list in Sharepoint that would display a certain value and submit it to another list (to be more specific, I have a list of av...
1 25.09.2006 12:45:01
drop-down list events
I have an InfoPath form with a repeating section that I want to remain one line peritem in the section. However, one of the items is a drop-down list whose values are kind of long. I would like the drop-down list to widen automatically when the user clicks on it to make his selection. I don't see an attribute that allows this to happen so I thought I would just do it myself programm...
1 25.09.2006 11:48:02
Edit InfoPath Form Programatically
Hi, I am looking to edit an infopath form programatically. What I want is to add text boxes to a form through code. I am using c# in Visual Studios and this is my preferred language but any language that achieves what I am looking for is fine. Any help would be greatly appreciated, Thanks...
1 25.09.2006 10:55:01
Populate Drop-Down List Box on Demand (via code)
Hi, Scenario: I have an InfoPath form containing drop-down list box, bound to webservice - InfoPath tries to populate the drop-down on startup. When the user goes offline, webservice becomes unavailable, so I don't want InfoPath to populate the drop-down list box automatically as the form opens. Instead, the user should be able to fill the other data on the form and save it - when on...
4 25.09.2006 08:07:02
Hide a Button based on dropdown selection
Hi, I am new to InfoPath and I developed a survey page which has some Radio buttons, dropdown list, text boxes, Save&Close and Submit button. When I open the form for the first time, I would like to display only the SUBMIT button which will submit the survey with a predefined file name(Project name -dropdown box). When they open an existing form, I would like to hide the SUBMIT butt...
2 25.09.2006 06:01:02
Infopath Crashes on secondary retrieve data connection
I have a very simple web service that I call takes in 1 string parameter and returns xml. The asmx runs fine from the web using the simple data type input and returning an xml document. When adding a retrieve data connection infopath recognizes the webservice and the functions but.. when i select the function and click next in the wizard ... InfoPath immediately (no delay) crashes/clos...
2 24.09.2006 05:49:02
infopath and sql xml data type
We are "newbies" with "some" development background who are interested in developing solutions where we: • use Infopath as our primary data entry tool • store the resulting Infopath data in an XML-type column in SQL Server 2005 • use Sharepoint as the user interface structuren for the remainder of the solution • use XQuery against the stored In...
2 24.09.2006 04:53:01
Infopath Save function
I have a form, that when I save it from my e-mail it does not update on the portal. I have checked all the options and Settings, am I missing something. This is not good due to the auditors. I keep thinking I have missed something, but I cannot find anything. ...
1 24.09.2006 00:33:09
how can I open wdb in office 2007 beta 2
I have just install Office 2007 beta 2. And now can´t I open my wdb files. How can I do?...
2 23.09.2006 23:35:01
Question about fields in different views
Can a field be editable in View A and be read only in views B and C? If not, can we use a second field that automatically picks up the fields value, but then becomes read only in views B & C?...
2 23.09.2006 08:16:01
Adding X days to other date?
Hello, I have a billing form wich have a billing date and due date. I'd like to have it like due date is always 10 days ahead of billing date. Example, I write to billing date "22.9.2006" and I'd like due date to change automaticaly to day "1.10.2006". I tried "Exel trick" and I wrote an function to due date: "DATE+10" where date is my billing date. It didnt work. So is there any...
3 23.09.2006 03:00:53
126 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net