| Thread | Last Post | Replies |
|
| how to retrieve data from Custom control | 19 Jul 2004 18:31 GMT | 3 |
Hi, I have created ocx file in VB6.0 . added that control in Infopath 2003.How to interact with it.I want to retrieve data from that control..
|
| Infopath is all very well but... | 19 Jul 2004 17:01 GMT | 1 |
....you have to install Infopath on the client PC don't you? So if there is 500 users wanting to benefit from Infopath, you must install Infopath on all 500 PC's. What about an equivalent web based offering that can be installed on server
|
| Custom ActiveX Control in C++ | 19 Jul 2004 09:47 GMT | 4 |
i managed to go through the hands-on-lab-6 for infopath dealing with the creation of custom activex controls for infopath. the lab shows how a control can be created that returns a variable of type long to infopath.
|
| Subforms or any other way to reuse parts? | 19 Jul 2004 06:30 GMT | 7 |
Hi... Just started messing around with Infopath I rather quickly ran into groups of fields shared by a couple of forms. Extracting the common fields into one form sadly doesn't suit the workflow I'm modelling and duplicating those fields into every other form isn't a proper ...
|
| InfoPath Project: Adding reference to custom dll that is in GAC | 18 Jul 2004 16:36 GMT | 2 |
I have created custom dll in VS 2003 and added it to GAC. Now i am trying to add reference to this dll in my InfoPath VS 2003 project, any idea why Add Component dialog does not let me to select this dll? thanks
|
| Button not visible | 16 Jul 2004 23:21 GMT | 1 |
i have created a button using runtime function XDocument::OnLoad(eventObj) { var xx =new ActiveXObject("MSComctlLib.Button");
|
| Interacting with Activex | 16 Jul 2004 23:13 GMT | 1 |
i have created an Textbox as .ocx. i have placed it on infopath form. i entered some text in that textbox. how can i read that text into infopath
|
| Programmatically insert a picture?? | 16 Jul 2004 23:11 GMT | 2 |
Hello everyone...here's my dilemma... I have a drop-down list dynamically created from a SharePoint list of different picture filenames. The value of each of the item is the exact URL path to each picture. When the user selects a picture name
|
| ERROR: COM object that has been separated from its underlying RCW can not be used. | 16 Jul 2004 22:56 GMT | 3 |
I keep getting this error on this line of code: error: COM object that has been separated from its underlying RCW can not be used. at
|
| What is the best way to have a popup window in an InfoPath SP1 | 16 Jul 2004 22:25 GMT | 1 |
I have a an InfoPath form with some controls and a button, I would like to click the button and open a dialog box, or another InfoPath from as a dialog box (and connected to the same data source / schema) then do some work and go back to the main form. Is that possible? And are ...
|
| Is it possible to read from a .config-file in InfoPath SP1? | 16 Jul 2004 19:27 GMT | 10 |
In a Web- or Windows-application you use ConfigurationSettings.AppSettings to read from a .config-file. I'd like to do the same in the FormCode.cs-file, but it seems this doesn't work. I've tried to name the file MyForm.xsn.config (where MyForm is the name of the InfoPath ...
|
| Best Method For Deploying Trusted Forms | 16 Jul 2004 13:27 GMT | 5 |
Could someone make a recommendation to the best method for deploying full trusted forms that will be used internally on a single domain. I'm under the impression that if I use code signing certificate then they will get a prompt each time they open the form??? This will make them ...
|
| Code behind infopath | 16 Jul 2004 12:58 GMT | 1 |
I want to enter a file name and path in a textbox. I want to infopath to check a radiobutton based on whether the file exists or not. Is this possible in Infopath? i would like to use c# for the code module.
|
| InfoPath Forms | 16 Jul 2004 08:43 GMT | 1 |
I've been trying to learn infoPath on my own with any free information I can my hands on, I've also looked into some books, but can't seem to find an answer to my specific situation.
|
| Forms & Fields Question | 16 Jul 2004 08:13 GMT | 1 |
Okay. Different angle here. Suppose I was using an Access database as a backend, and InfoPath as a frontend to maintain some work order information for the department I run at the company at which I work. Say, I created the Access database with an Employee table, saved it, and ...
|