| Thread | Last Post | Replies |
|
| NewFromSolutionWithData parameters | 01 Mar 2005 15:27 GMT | 1 |
According to the documentation on MSDN this method is defined as: NewFromSolutionWithData(ByVal varXMLData As Variant, ByVal varSolutionURI As Variant, [ByVal dwBehavior As Long = 1]) As XDocument and here's the details on the first parameter:
|
| Defining Roles from accounts in multiple active directory domains | 01 Mar 2005 15:25 GMT | 1 |
Our company consists of 5 domains in a single forest and we are implementing a workflow solution with Infopath as user interface. I have noticed that when designing forms and defining roles I can only select accounts that are in the same domain as the computer on which
|
| who to open new form in .NET with parameters | 01 Mar 2005 11:56 GMT | 2 |
I have to scenarios where I need to open a new form and transfer data to the new form using VB.NET code 1. I have a startup form containing buttons. When click'ed I need to startup a new form (no parameters needed)
|
| Hide field value with " * " | 01 Mar 2005 09:24 GMT | 3 |
Hi, can anyone explain me how can I hide a field value showing '*' instead chars? I have a text field where people insert a password and I would like to hide this password while they digit it! Many thanks and sorry for my english.
|
| Read Only lock on InfoPath form in Sharepoint. | 01 Mar 2005 07:39 GMT | 2 |
I have a document library in Sharepoint that stores InfoPath forms of a specific template. I've used Visual Studio tools and C# to develop the InfoPath template. It contains an HTML button in a custom task pane that calls through to the C#
|
| Accessing TaskPane window from onLaod function of Infopath form | 01 Mar 2005 06:37 GMT | 3 |
I want to load some data to a html page in the TaskPane. I wrote a script in "onLaod" fuction of Infopath form. But this gives a null reference for the task pane object. (objTaskPane = XDocument.View.Window.TaskPanes.Item(0).HTMLWindow;)
|