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

Geek News

Threads Replies Last Post
201 Pages: <<  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  45  46  >>  
How to send email notification through infopath
I am building up a database for my work and connecting it with infopath form. I can't figure it out that how to send an email notifiying that the worker has complete the form. Infopath gives an option of sumbit the form via email. But i dont the form attached to my email just need a notification email. Furthermore, How can i have two different ways of submission in one form? If i want to sub...
2 5/14/2007 2:27:43 PM
Is it possilbe to add multiple images at once..??
i have a form that I'm using that has a picture field in it. Specifically I have three picture fields side by side that itself is a repeating group so users can add more than 3 pictures if they want. However, they have to add them one by one. Typically my users add 3 to 5 images to a form. I was wondering if there was a way to write a gui to add (select) multiple images to be added t...
2 5/14/2007 12:49:02 PM
InfoPath Specifications
Is there a limit to the number of fields you can bind to an Access database from InfoPath? I have a multi-table database with numerous fields, and it seems that InfoPath will be an easier form build given the size....
2 5/14/2007 12:32:01 PM
submit to Outlook calendar instead of email
Hi, I created a form with info about our customers. Our sales persons can add info about visits, interventions from technicians and reminders. I would like to be able to send the reminders to the outlook calendar of the user who filled in the form. We do not have an exchange server of our own. We use Outlook via an RPC over HTTPS connection from Hostbasket (our provider). Is this poss...
1 5/14/2007 9:17:26 AM
XHTML Rich Text Element is read only
Hi, as the first post for this question wasn't posted from the correct account I will now repost this question in order to get it registered in the MSDN managed newsgroups. I apologize for the repost. This is the question: On http://msdn2.microsoft.com/en-us/library/bb251010.aspx at step 13, a Rich Text Field is added to the form by dragging the respective Web Service XHTML field into...
1 5/14/2007 9:10:01 AM
Sharepoint with Infopath & Access Database
Hi All, I'm trying to get together an infopath form which can query and submit data to an access database. This works fine in standalone form but when it comes to publishing it to Sharepoint my whole plan gets turned upside down as Infopath on Sharepoint doesn't allow direct submitting to a database. I've gathered that a web service is the right way to go about this but haven't been ...
1 5/13/2007 5:52:53 PM
Newbie-Teaching themself!
Hi I am going to be involved in a project rolling out Sharepoint and Infopath. I have decided to have a 'play' with Infopath to get familiar with it. Does anyone have a manual they could send me (just the basics!)??? Also could you tell me how to link/filer ie. if option A is selected in cell 1 then only some of the options in the second field will be displayed. Thanks in advance for an...
2 5/12/2007 3:32:00 AM
Upgrade to Visual Studio 2005 Professional
I'm currently using Visual Studio 2003 to code my InfoPath forms. I have an upgrade available to 2005 Professional. However, I need to be sure that the Infopath Toolkit for Visual Studio .NET is available for 2005 Professional, and if it can be downloaded wih paying additional money. I cannot seem to find a definite answer. Does anybody know for sure? thanks! ...
2 5/12/2007 3:29:01 AM
Variable range
Hi experts: How can we combine 2 Sub procedures in VBA, this is my macro which can not connect one to the other. My purpose is to assign this 2 subs into one Autoshape click. If I erase one sub MacCopyRange(), it stuck in the Selection.statement Moreover, I want to now the logic of how to make a program using MBA, I want to know these components of VBA, the difference between OBJEC...
2 5/12/2007 3:18:00 AM
Send email from Access 2007
Hi - i have searched and searched and put together this bit of code. It works fine but however i structure it (and believe me i've tried different ways) i can't get the body of the email formatted with the line breaks i need. It all comes out in one string! I did just put it in as a string with vbCrLf in and also trying chr(10) etc but to no avail! Please help! Dim EmailAddress As...
2 5/12/2007 2:52:01 AM
How can send mails with html contents as mail body using infopath 2003
Hi, Can i assign a html file to "intro" property of email adapter object. for example var objMail = XDocument.DataAdapters("Submit"); objMail.To = "symwongaton@discussions.microsoft.com "; objMail.Subject ="Testing mail" objMail.Intro = objMail.Submit(); The requirement is I want to sent a html file as mail body. so can i assign html file directly to intro? or how do i implement i...
4 5/12/2007 2:48:00 AM
Browser Based forms security timing out
Hi, does anyone know how to increase the security time out for browser based infopath forms? I have a form that users are filling out and may leave open and idle for an unspecified amount of time. Upon continuing, the next postback will result in a critical error and cause them to lose all of their information. Any suggestions? Thanks! -- http://www.henryong.com...
1 5/11/2007 6:26:00 PM
e.CancelableArgs.Message is being Ignored
Under certain circumstances I want to prevent a user from removing a row from a repeating section. I therefore implemented an event handler for the repeating section that looks like the following: public void Report_Changing(object sender, XmlChangingEventArgs e) { if (notAtSite(sender, e)) return; . . . e.CancelableArgs.Cancel = true; ...
1 5/11/2007 4:47:01 PM
Apply rule to only one row in repeating table?
Hello, I currently have a Form that not only queries information from a database to be displayed, but allows for it to submit back to the same table. When a user inserts a new item, and tries to submit it, I want the rules for submission to only apply to the new row entered, not all the data that was displayed from the database in the same repeating table as where the new item is cre...
1 5/11/2007 2:09:02 PM
changed server
hi i have had to put a new server into my network so i upgraded to a domain server and had to rename it. now i cant get my infopath to see any of the database files is there a way to tell infopath that all the files have moved??? thanks ...
1 5/11/2007 1:39:01 PM
running sum
Hi there, I have a problem with a running sum in a repeating table. I have a form for customers to select a product from a drop down list. The next field shows the unit cost of the current product selected, next allows them to enter a quantity, the next field is set to price * quantity. I have a running sum in the footer of the table. this writes back to a database. Everything works fi...
1 5/11/2007 10:57:01 AM
How do I install a fulll trust form created in INFOPATH 2003
Hi, I am using one ActiveX control in my form. so other users cant open the form because of this activex controls. I made it as a full trust form. so i want create installation package for the form template. How do i do it Please give me a reply Sibi ...
1 5/11/2007 7:43:18 AM
Zombie INFOPATH.EXE *32 processes
We have an InfoPath 2003 form that helps us collect user input to some of our applications. The resulting Xml(complete with InfoPath processing) is stored in a MS SQL database. When we retrieve the stored XML we use a HTTPHandler to deliver the XML to the client browser (IE7). The client browser, on account of the XML processing instructions, invokes InfoPath to display the XML data. R...
1 5/10/2007 7:15:01 PM
User Role crossing domains.
I have created an Infopath form and am trying to assign user roles across corporate domains (US, Europe, Asia). Is this possible? If so what do I need to do to make this work. The manage user roles does not give me the option to choose other domains and the IS team has not been able to help. Is there something I can do or that I can direct the IS team to do to fix this?...
1 5/10/2007 7:15:01 PM
Font Sizing on Vista
We have InfoPath 2003 forms that help us collect user input to some of our applications. Recently some of our users started evaluating Vista 64 and Office 2007. When the Vista users change their display’s dpi setting (increase), the InfoPath forms lose considerable user appeal. The forms appear to be badly laid out, with text wrapping in table cells and comparatively small list boxes d...
1 5/10/2007 7:11:05 PM
more than one site per web application
hi I can publish form template to the site url=http://dim:1622 (Managed Paths = (root) Explicit inclusion) but I cant publish form to the site url=http://dim:1622/WorflowSample ((Managed Paths = (root) Wildcard inclusion)) error: "following url is not valid" both sites have document library template. environment: Infopath 2007, WSS 3.0 How to create more than one site per web application...
2 5/10/2007 12:43:00 PM
display content of "one to many" form libraries
hi I have two sharepoint form libraries. First has column itemID. Second has columns itemID, itemDescription. In first library saved file with itemID=1. In second library saved files with (itemID=1, itemDescription="QQQ"); (itemID=1, itemDescription="WWW"). Firts library created from infopath by publishing form template. This form template by default has only primary data connection with...
3 5/10/2007 12:41:00 PM
Default view will not change
Hello I have an InfoPath 2003 form which contains 3 views: Homepage, Mainpage and Updates. The Mainpage used to be the default page, however, I now need to make the Homepage the default. The problem is that whenever I change the Homepage to default, InfoPath displays the Mainpage when the form is opened (i.e. not the defualt page). Has anyone seen this before? Is there a fix? Not ...
1 5/10/2007 11:22:40 AM
Performance hit when connecting to Access DB
I have attempted to set up a primary data source to an Access DB that has about 20K records. I've followed the instructions in this article: http://office.microsoft.com/en-us/help/HA011199501033.aspx?. When I enter the data to search for and click the Query button, InfoPath tells me something to the effect that it's returned a large number of results and it may take some time. I ackn...
2 5/10/2007 9:56:00 AM
Custom Task Pane HTML displays as text when form is full trust??
Hi, I'm developing an InfoPath 2007 form with VSTO. The form security setting is set to 'Full Trust'. An HTML file has been created to display in the Custom Task Pane. However, when the form starts up, the HTML is displayed as text in the pane (i.e. you can see the raw HTML content). On setting the form security to 'Domain', the HTML renders correctly. Why is this? Any ideas gratefull...
2 5/10/2007 9:50:01 AM
201 Pages: <<  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  45  46  >>  

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