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

Threads Replies Last Post
201 Pages: <<  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  31  32  33  34  35  >>  
Auto-fill text box from SQL db
Hello, New to InfoPath and I am stumped. I am trying to auto-fill a text box control with SQL data that would be dependent on two drop-downs and enable a user to edit the contents of the text box before submitting the form. I can pull the data from the SQL db for the two drop-down boxes and can get the first value (Ex. ‘Computer1’) to populate the text box but that is all that I ...
2 6/15/2007 9:51:00 PM
Capturing User Data on Form
I currently work with a user form, which our users submit via email. This form is in Infopath, and I'm wondering what the most efficient way to move the data from the form and to the static html page would be? Currently, I just copy/paste from the form to the table on the page, but with the new Dreamweaver CS3, it recognizes this pasted data as a table. In other words, it encloses data wi...
1 6/15/2007 2:26:26 PM
Email from Infopath 2007 using Outlook 2003
Trying to send an email notification (from form published on Sharepoint 2003) when a certain box is checked. Does work if user opens form in IP 2003 and has Outlook 2003. Power users are using IP 2007 and can view and alter the form, however when the button is chosen that usually sends the email, an error comes up saying they need Outlook 2007 to submit any email form IP 2007. Any wor...
1 6/15/2007 2:07:00 PM
Create a Submit and Print Button
I want a Submit and Print Button so that when the user Enters new data they can click the button and it will Submit the data back to my Access Database and then Print the new data in the Data Entry Form. I have tried the following: You can use this code (vbscript) on the click event of your button: XDocument.Submit XDocument.Printout ** NOTE: This will require your form to be "F...
2 6/15/2007 8:30:01 AM
How do I allow someone to select non consecutive dates?
In a conference like setting, how do I let someone say they want to use a room on Tues, Thurs & Fri? With Date Picker I just get a range, even tho the room would be free on weds -- Thanks!...
2 6/15/2007 8:06:00 AM
Info Path form data
Not to sound stupid, I am having trouble finding out info on how Info Path data is collected and stored and how to retrieve it. Could someone explain this or direct me where to go to understand this. Thanks....
2 6/15/2007 7:33:00 AM
Publish to use as a web form
The demo for infopath 2007 says that forms can be published through sharepoint to be viewed/submitted through a web browser so they can be sent to those who don't have infopath... but for the life of me I can't figure out how to do it. When I publish it to sharepoint it just goes into the library as a file that you need infopath to open. There doesn't seem to be any tuturial information ...
2 6/15/2007 7:28:00 AM
Publishing a form
Hello, Is there anyway to hide the Standard Tool bar after publishing a form? I would like for the Submit icon to show on the top of the form and not have the user see the other tabs. ...
2 6/14/2007 11:19:14 PM
repeating sections
I've created a form with an Access database for the data connection. When a user name is selected from my drop-list and the query button is hit, the form retrieves all records for that user. The user answers a series of yes/no questions for each record. I have 10 users. If I choose the first user, the form retrieves all controls for the user--as it should--but but then shows 9 instan...
1 6/14/2007 9:16:00 PM
Infopath and Access?
I have recently heard about Infopath and am wondering if anyone knows whether it will work for our needs. In our company we work extensively with forms. Our clients send us "search request forms" to have us search particular quarter sections of land to see if there is anything happening on the land they're interested in. We then type in these legal land descriptions manually in an M...
1 6/14/2007 5:38:01 PM
End of Day Printing
Hi, I have a published form template on the network that gets used by many people and they save the completed forms to a folder. At the end of the day I have to take these (about 100 a day) and print them to PDF because the person I have to send them to is not able to view the saved XML file. My problem is that it takes way too long to print these one at a time and when I try to open ...
1 6/14/2007 1:39:00 PM
Trying to bind an Option Button in Infoshare to an Access DB
Hello, I'm trying to create an Infoshare form using Microsoft Access and I'm having some problems creating features such as Option buttons, etc. When I create an option button, the error 'Control cannot store the data correctly'. Any ideas, how I can fix this. Many Thanks....
1 6/14/2007 12:24:05 PM
RichTextBox Query
Hi, I am using InfoPath 2003 and have a form with RichTextBox. I need to limit the size of the textbox to 450 characters. I am aware that this can be done for a normal textbox by checking the checkbox "Limit text box to:" in Display tab of Properties Dialog box. I cannot find a similar checkbox in RichTextBox properties. I am also aware that the workaround for this might be to add a...
1 6/14/2007 1:22:00 AM
Refresh form after webservice call
I've got custom code executing in the FormEvents_Submit method. In it, I read the data out of the form via XPathNavigator, load my entity, call a web service to save the values in the entity, read the values out of the returned entity and write those values to the data nodes. The problem is that after doing all this the form displayed to the user does not show the updated data retrieved...
1 6/13/2007 8:25:00 PM
Close InfoPath form without receiving a message to submit
I create InfoPath forms using InfoPath 2003. I use costum submit using rules via a submit button. When I click on close (X) the I receive a messagebox asking if I wish to submit the form. I do not want users to submit this form without clicking on the submit button on the form. Does anyone know how to disable this message? Thanks! ...
1 6/13/2007 7:05:43 PM
Translate this code to VB.NET (MOSS2007)
XDocument.DataAdapters["Main connection"].Submit(); where "Main connection" is the name of the data connection used to submit your form. I need the previous code translated to vb.net to add my own buttons to IFP form. Thanks ...
2 6/13/2007 5:08:00 PM
InfoPath Forms Services
Hi, How can I show an alert message box to the user when running thru programatically in Forms Services (web based) application. In 2003, we used ui.alert to display the alert. (Example, when user uploads a file from form to wss doc lib, I need to show an alert it was successful)....
2 6/13/2007 4:24:01 PM
Repeating Table and Looking up Values from a Sharepoint List
I have a sharepoint list that contains labor rate information on several (4000+) staff members. In my form I need to be able to select a specific staff member from a drop down list box and have the corresponding labor rate populated in a seperate text box. I have successfully connected my drop down list box to the sharepoint list and created a rule to populate the text box automaticall...
1 6/13/2007 2:06:01 PM
web
Hi Iam using ado connection for retriving data from database( local system) in html page using Javascript i encounter two warning messages saying "This website is uses a data provider that may be unsafe" and "The website is using your idendity to access a data source.If you trust the website click ok otherwise click cancel" How to get rid of these warnings note:Iam not able t...
1 6/13/2007 1:29:00 PM
Collecting Username from IE Client when Form is opend from Sharepo
Hi @ all, I have a more or less bigger problem :) I would like to find out the username from that person which has opened the Infopath form by Browser. I try to do the following in my code: Public Sub FormEvents_Loading(ByVal sender as Object, ByVal e as LoadingEventArgs) ........ Dim user_id as System.Security.Principal.WindowsIdentity If Me.Application.Environment.Is...
3 6/13/2007 1:14:20 PM
Users can't sign the infopath form
Hello, 1-We design a form (where digital signature required to fill the form) 2-We publish this form (as security we choose automatically determine security level) 3-Enable digital signatures for specific data in the form is enabled. 4-No trusted publishers chosen in the form options 5-When a manager open the form to sign it with his/her certificate he/ she clicks on "click to sign here" an...
1 6/13/2007 8:28:16 AM
Query between info path forms and sharepoint
Hi. Our company uses Sharepoint Server 2007. They want me to design a form in infopath. Here is what they wants. A form with some fields. Adress, job number, name, etc. and all this informations are already in a sharepoint web site. There is a list contains information about customers. They want me to design a form (i already designed it) and employee simple enter the job number on form ...
2 6/13/2007 7:22:01 AM
Newbie here - Landscape printing on tractor-feed printer
My problem is I have an OKidata 421 impact printer. My tractor feed pre-printed form is 11 inches wide and is 8.5 inches long. I designed my view based on this pre-printed form and it all lines up great, except I cannot get it to as a true portrait. Instead it prints landscape sideways... I did change the configuration of the printer and it does form feed correctly. But InforPath ...
3 6/13/2007 6:58:01 AM
Where is the SDK for Infopath 2007?
I'm looking for the SDK for Infopath 2007. Does it exist? If not, will it ever exist?...
2 6/13/2007 6:36:01 AM
Where do I get Infopath? Office 2003 Pro?
Hi. A friend of mine told me that Infopath 2003 is included with Office 2003 Professional. Is that true? BB ...
2 6/13/2007 6:33:00 AM
201 Pages: <<  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  31  32  33  34  35  >>  

Home | Search | Terms | Imprint
Newsgroups Reader