| Thread | Last Post | Replies |
|
| how to find difference between 2 date | 31 May 2005 18:40 GMT | 2 |
how to find difference between 2 date
|
| Programmatically Updating Secondary DataSource | 31 May 2005 18:37 GMT | 1 |
I have an infoPath form that uses an XML file as a secondary data source for all its drop down values and lookups. I need a mechanism to dynamically update these look values. I have a web service that downloads an XML file which has updated values to the local machine.
|
| Exporting to Excel | 31 May 2005 18:33 GMT | 1 |
I have a document with three groups. Only info from fields in the first group seem to export to excel. How can I; 1. export other groups in same document? 2. export repeat sections
|
| Changing available heading formats | 31 May 2005 18:29 GMT | 1 |
InfoPath includes six built-in heading formats, which we can use with the richtextbox control. Is there a way of adding new heading formats? Is there a way of modifying the buit-in heading formats?
|
| importing from other applications | 31 May 2005 17:08 GMT | 1 |
I made this looks like an easy question so you would read it! HAHAHA! I've been asked to see if InfoPath will allow another document to be loaded into one of the views--for example, an excel document (or even just one of the sheets)
|
| How do I submit a forms data to Access? | 31 May 2005 17:07 GMT | 1 |
I have followed the instructions & online training for designing a form based on a database. The form design and everything works great - my drop down lists are using my DB source. The only problem is I can't get the submit to connect to the database. When I add the submit ...
|
| Submitting using Custom Code | 31 May 2005 15:48 GMT | 6 |
At the moment, my form will not allow me to submit back to my SQL data source. When I go to Submitting Forms, the "Database" selection is not available. Is there a way to write VBScript as a work around? If so, does anyone know how or what to write as I am very new to writing ...
|
| Bug in Text Box Data Validation using script based rule | 31 May 2005 15:23 GMT | 3 |
I've double check this and it seems to be broken. Used the http://www.infopathdev.com/nuggets/default.aspx nuggest change to allow xdExtension scripted code in rules. My rule (a simple function which is working fine and allready used to
|
| Is it possible without installing the info path these checklists will work? | 31 May 2005 01:42 GMT | 1 |
I have created checklist using info path, and integrated in share point portal server and its working . Is it possible without installing the info path these checklists will work?
|
| Highlight manadatory fields AFTER submit button is pressed? | 30 May 2005 22:58 GMT | 1 |
I would like to wait until the submit button is clicked as 80% of the fields on the form are mandatory. It's visually distracting with all the red outlines around each mandatory field. Is it possible to highlight the empty mandatory fields once the submit
|
| Totally infuriating lack of detail on errors | 30 May 2005 19:22 GMT | 3 |
Developping Infopath forms is driving me nuts. The latest one: I have a form linked to an Access database that was working fine. Suddenly, I get an error
|
| how i can create auto number systen in info path 2003 | 30 May 2005 19:15 GMT | 1 |
i need in the form auto number system so at the time of designing the form hou i can give the comment
|
| populating a field with some value | 30 May 2005 18:51 GMT | 1 |
I have a form that is connected to an Access database. I am trying to gain access to one of the fields to populate a value in it programatically. Can someone help with how to put "hi" in a textbox using vb.net. My data source looks like
|
| oracle | 30 May 2005 10:17 GMT | 3 |
hi, possible to connect to oracle ?? tks gigi
|
| Unable to hide Save and Save As menu items | 27 May 2005 19:03 GMT | 2 |
I have an InfoPath form that I want to use the Submit feature on. Therefore, I do not want the users to have the Save and Save As menu items available. I found code to disable these items like this: var objCommandBars = Application.ActiveWindow.CommandBars;
|