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: <<  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  >>  
Mail addresses from a SharePoint list
Hi, I have an InfoPath form with a button that creates a mail and I wan't to populate the To field in that mail with email addresses that I have in a SharePoint list with contacts. If the contact belongs to a certain market he/she should get a mail. Market is a field in the Contacts list. Any ideas? Regards, Hans...
3 18.07.2006 07:31:02
problem with browser enabled form (ofs 2007 beta 2)
I upload a simple form and published to site collection, everything seems ok until I try to open it from internet explorer: "There has been an error while loading the form. A required resource could not be downloaded. To try to resume the download, refresh the page." Can someone tell me what this means ? ...
2 18.07.2006 05:46:39
Access to files from InfoPath forms
Since attachments cannot be edited directly from within an InfoPath form, I want to add a button to my form that opens a document that is in a separate document library. Has anyone done anything like this? Do you have sample code? Many thanks! Donny Johnson ...
2 18.07.2006 03:01:01
Drop-Down List not behaving
Hi, My drop-down list has only three value/display pairs: [blank]/select..., Checked by Engineer/Checked by Engineer, Previously Checked/Previously Checked. When previewint the form, no matter which item I select from the Drop Down List, it reverts to the Select... display. What am I doing wrong? Thx, Barry ...
2 17.07.2006 22:28:33
Converting Ampersand to "and"
I need to be able to convert the ampersand "&" symbol to the word "and" when it is retrieved from a secondary data source or entered by users into a text field. How can I do this? TIA Dean ...
3 17.07.2006 22:26:50
Help With using a value from a field in an expression
So i am trying to do a division, by taking a value from a drop down field and using it within an expression field in a formula ... (substring(my:field1, 0, 4)/(12))..so I am extracting the first 4 characters of the string which is a number such as 1.0 and diving that by 12. It gives me the following error : Node Test Expected. substring(my:field1,0,4)/->12<- I understand this m...
2 17.07.2006 19:38:03
Error while rendering an infopath 2007 published form
Hello, I am testing Forms Server 2007 along with Infopath 2007 betas. What I'm trying to do is to have a very simple (text + textbox) Infopath form rendered in a browser on a client machine that doesn't have Infopath installed. I made it through all the necessary steps (at least I think) to get the form correctly published in a form library named "Form templates" in a site collection home. ...
3 17.07.2006 19:23:06
Read-only InfoPath Form
Is there a way I can dynamically make an InfoPath form read-only except for single button (or maybe just a section of the form read-only)? I want to press a button on the form that makes the form editable. I can do this field by field, but it would be easier to make the entire page or only a section display/read only. Thanks. Chip ...
5 17.07.2006 18:27:17
Multiple forms inside one "summary" form/file
Hello all I have multiple forms, each form has the option to go to another form, because they depend one from another. Like, each compresor has stages, so you fill the compressor form and then click "go to stages form" and it will take you to the Stages form and so forth, that is working fine. What I am trying to do is have a way to put a button in each form that will say "Review/Finish" and...
7 17.07.2006 18:24:21
AutoComplete on large text box???
It appears that auto complete does not work on large text boxes. can someone verify if there is a limit on the size of the text box. i need to repeatidly type a short paragraph in a text box and have that info auto fill. -- bryce...
2 17.07.2006 18:23:58
SmartClient
Hi, If I deploy FromControl in a smart Client application would the user required to have InfoPath also? ...
2 17.07.2006 18:10:42
in infopath 2003 how do i get the underlying schema to modify
I am trying to modify the timecard and have to cut the hours up by tasks. the underlying schema.microsoft.com/office/infopath/2003/sample/Time Card is not accessible. I need to copy modify and relink this schema....
2 17.07.2006 18:09:15
Empty or blank
I am working on a form linked to an access database in which faults found on machinery are entered into a form. There are sections and sub-sections on the form for the different parts of the machine. I need to pull off a report that show the faults found per section but not blank cells where faults were not found. In other words to ignore the empty cells on query and just to show the cel...
2 17.07.2006 18:03:32
Count entries
I am working on a form linked to an access database and wish to use information from the database to audit performance. What i need to do is count the number of cells in a column on the database that contain a particular word or phrase (i.e "Replace chain") against the number of recordson query. EG. 5 out of 15 records contain "Replace chain" in the Chain wear column so i need to sho...
2 17.07.2006 18:00:59
add months
I am building a form in which i need to add differing timescales to a date, luckily there are only three timescales to add....4 months, 6 months & 12 months. I will use a drop down list with the 4, 6 & 12 months in it. How can i add these to the date of the form? i.e. now date=12/01/06 (add 4 months) next date=12/05/06 ?...
2 17.07.2006 17:53:18
Send e-mail without getting the e-mail dialog
In a button control I have a rule for submitting my form to an e-mail data connection. I would like the e-mail to be sent without getting the e-mail dialog (the dialog that shows a preview of the e-mail and requires the user to select 'send' or 'cancel') that appears when I hit the button. Is there any way to do this?...
2 17.07.2006 17:51:11
Update Access table from Infopath
Hi, I build a Infopath form, connected to an Access table. But I am in read-only mode. When I use Queryfields and Datafields to get my access record in my infopath form, it goes well. But... - trying to update or suppress a record does not work - trying to add a new record neither. Is there anything to do with Submit button ? or in access db ? Thanks. ...
3 17.07.2006 17:11:37
Save vs Publish
Can somebody explain me the different between saving and publishing. Not just save = save to ur computer, publish = user can access or whatever. I want to know something more complex more specific Any ideas? ...
4 17.07.2006 14:18:51
Problem selecting nodes
Hi, I am using the following code to open a new form from within an InfoPath form and set a value of a field. However, I receive the following error: System.Runtime.InteropServices.COMException Reference to undeclared namespace prefix: 'my'. Here is my code: XDocumentsCollection docCollection = thisApplication.XDocuments; XDocument newForm = docCollection.NewFromSolution(@"C:\Docume...
3 17.07.2006 13:50:02
How to debug Infopath app in XP Professional
Hello guys, The Visual Studio 2005 is not getting into debug mode in my XP professional machine. But for the same installation, the debugging is working when its installed in 2003 server. Is there a known limitations or do i need to enable any services or add user privilages in XP machine to get the debugging working. regards Anoop...
1 17.07.2006 10:14:01
Save At Open
basically, i want a form to be saved every time it is opened. my first reaction was to go to: tools -> form options -> open and save but the option to save is not under the open behavior rules (nor is the option to write your own code). any ideas ?? thanks! JR ...
4 17.07.2006 10:05:02
How does InfoPath create datasources from Excel spreadsheets?
When importing a form from Word, tables are imported as a repeating table with each column as a data source. But when importing a form from an Excel table InfoPath imports the table and does not create any data sources. Is there something wrong with the Excel table?...
1 17.07.2006 08:50:01
Way to interact with database from multiple locations
Hello all I have multiple forms that are attached to a MS Access db. I want to send the form with the database to my customers, so they can have their own records of what they have sent so far. The problem is that the database will lost the connection source, because obviously the database connection is pointing to a source in my computer. So my question is, is there a way to setup the dat...
5 17.07.2006 06:51:01
XMLFormViewer Spelling Check
Hi, It's spelling checker will be not in the XMLFormViewer? Any way to make InfoPath in web also got spelling checker? With regards, ...
1 15.07.2006 00:54:42
getting values from a repeating table
basically i have two repeating tables. the user will fill in the first one, and the second one could the be same as the first, but doees not have to be. Table1 and Table2 are structured like: ------------------------------- name | extension | dept. | ------------------------------- where each cell is a text box. under the second table, i have a button "Same As Above" and if clicked,...
2 14.07.2006 20:41:01
126 Pages: <<  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  >>  

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