Use our Google Custom Search for best site search results.
Browse by Tags
-
I have a form with multiple views set up. The view that I want to add new records with works fine if I don't query the DB first. All the fields show up as blank and I can enter in data. The problem is, if I run a query first, then try to go to the view to enter a new record, the view is populated...
-
Alas not quite but thanks anyway, I've a submit button that basicly saves any amendments and then close's the form however when a paticular field is marked completed I have a rule connected to the Submit button that actions a email submit. So basicly I want the button to save and close but when...
-
Hello I am new joiner and total novice in the use of Infopath, I am using Infopath 2003 SP1. I've created a travel request form on it I am attempting to create an email with the subject and body already entered referecing an email field on the form itself. At present I've acheived this by creating...
-
I am creating a travel form that first needs to be routed to a manager for approval and then to the client for his or her approval. It will include information like estimated airfare, car rental, etc. I do not want the client to be able to modify any of the fields on the form except their approval/reject...
-
Okay, I'm hoping you all can help me. I've been looking around but haven't really found an answer. I think I may not be getting something basic about InfoPath that everyone else knows. Or maybe you can't do what I think you should be able to. Here is the situation: A form called a Position...
-
You have complete the Submit setup within InfoPath in the Tools> Submit Options, as well as defining where the form will be stored on your SharePoint server. -Bill-
-
Hi, I am using InfoPath 2007. I have a couple of email submits set up and in each case I want to send just the active view. When the user selects Save. I go to a Confirm View - to ask Do they reallyl want to save. If at this point the Choose Submit, the Submit Rules Run. In the Submit Rules I switch...
-
Hello, I have a problem to export an InfoPath-form to pdf If the form is filled out, I want to make a pdf-file of it with an onclick-butten-event. here is the code that I use: Sub print_OnClick(eventObj) Me.CurrentView.Export("C:\MyView.pdf", ExportFormat.Pdf) //VB-Code 'XDocument.View...
-
Clay, Thanks for your response! As you mentioned, I have the URL for the Web Service and ran through the Data Connection wizard, to no luck. Let me elaborate: My objective is to Submit data to a MS SQL backend via Web Services using a Secondary Data Source. For the sake of conversation, the database...
-
I'm trying to create an infopath form that publishes to a Sharepoint database. I'm using a custom submit buttom to assign a sequential form number when posting to database. The submit button uses a rule an a data connection to assign the form number as max(formnum) + 1. Where I'm having a...