| Thread | Last Post | Replies |
|
| Managed Code Problem | 18 Mar 2005 14:29 GMT | 7 |
Hi- I have a fully trusted and signed form that opens and everything runs fine on my machine, and also on 2 other peoples machines (they are developers, and have VS.NET installed). On 2 machines that do not have VS.NET installed, the form doesn't seem to allow the managed code ...
|
| Can I use Infopath with ODBC | 18 Mar 2005 13:31 GMT | 2 |
I have a hard time to get Infopath work with ODBC for Oracle. Is it only Access and MS SQL that Infopath can connect to?
|
| How can I share an infopath form? | 18 Mar 2005 13:17 GMT | 2 |
Is there a "viewer" for infopath - the forms are amazing but I can only share them with those who have the program installed.
|
| Submitting form to database | 18 Mar 2005 09:57 GMT | 2 |
do not really understand how can submit data to a database (Access). My Book and the Online Help say that you can do it by a rule for example. But when I want to creat such a rule can not select a database under Submitting Form. The available options are only E-Mail, Webservice ...
|
| SQL Server submit error | 18 Mar 2005 08:50 GMT | 3 |
I am trying to submit changes from a remote desktop to a SQL Server. I can query the DB fine, but when I try and add a button to submit changes, there is no option for database in the "Submitting Forms" dialog box? Anyone else have this problem?
|
| Hopefully Easy Question - Adding New Data | 18 Mar 2005 08:50 GMT | 1 |
Good Day, I have an InfoPath form that has three views for adding contacts into a database: 1. Main view that allows users to:
|
| Infopath\Sharepoint Rights | 18 Mar 2005 08:50 GMT | 1 |
I have an InfoPath form published on a Sharepoint Portal Server. I have access limited to the form based on the user roles in Infopath but I need to limit access to the form on sharepoint. Here's what I need to accomplish -- even though a member from Group "A" in Infopath created ...
|
| Expand/collaps of sections | 18 Mar 2005 08:50 GMT | 2 |
Sorry but I'm a newbeez. The user want's to expand/collaps a section when he clicks on the section title. How can I achive this? Thanks, Urs
|
| Screen tips | 17 Mar 2005 19:29 GMT | 1 |
How can i hide all Default screen tips in the form? I tried putting blank in the screen tip, the application showd an empty creen tip. Thanks,
|
| Sort entries in Drop Down List Box | 17 Mar 2005 19:28 GMT | 3 |
I have a drop down list box which has a SharePoint list as its back end data source. The SharePoint list is a Contacts list so is sorted by Surname by default. I am using Company Name in my selection, so wish to sort the companies by name. I cannot see any way of doing this ...
|
| Rearrange Form Views | 17 Mar 2005 17:09 GMT | 2 |
The current situation is that we have a form with multiple views. The end user has requested that the order of the views in the drop down menu be changed. For example, the current order is: View B
|
| Performance issues with C# event handlers | 17 Mar 2005 15:29 GMT | 6 |
Reading through previous posts, it seems like there is an issue with performance for C# eventhalder. Is there a work around or fix issued for this problem? Can something be done to improve the loading time of the form? I am
|
| Createing nodes dynamically | 17 Mar 2005 13:27 GMT | 1 |
I want to modify the XMl dynamically parent = thisXDocument.DOM.selectSingleNode("Place to add"); my_AgendaItem = thisXDocument.DOM.createElement("my:AgendaItem"); parent.appendChild(my_AgendaItem);
|
| How do I calculate the minutes between two time values 11:13 - 2:. | 16 Mar 2005 20:19 GMT | 1 |
In Excel 2000, I am attempting to automatically calculate the total number of minutes between two time vectors, i.e. 07:43 to 14:26 = (total minutes). Any help would be greatly appreciated as I am new to Excel. Thanks
|
| Print InfoPath document from embedded Activex control | 16 Mar 2005 10:13 GMT | 2 |
That is basically the task i have: create button, that can be used in infopath forms. and that button should save, print document and exit. 1st part of easy. I created activex control using vc++(ATL). And can put it down a form.
|