| Thread | Last Post | Replies |
|
| Publishing Infopath forms online...accessible? | 18 Dec 2006 14:00 GMT | 2 |
We're at the very early stages of exploring some infopath options. We're going to be installing MOSS soon and it looks like Infopath + MOSS have the ability to allow you to make an electronic form and publish publicly online allowing anyone to fill it out.
|
| Can't print in Landscape mode | 18 Dec 2006 09:06 GMT | 8 |
I have tried new printer drivers, different printers, uninstalling and reinstalling infopath. It used to work fine but now I can select Portrait or Landscape in page setup, but when I actually print or print preview it only shows up as portrait. Is there a config file that is ...
|
| Selecttext fails | 17 Dec 2006 23:52 GMT | 9 |
I'm trying to put something into the windows clipboard from IP: Devised following test-code: Sub XDocument_OnLoad(eventObj) Dim oTekst: Set oTekst =
|
| Clearing Date Fields in Managed Codes | 16 Dec 2006 03:20 GMT | 1 |
I would like to clear some date fields as part of some managed code behind a button on my form. I can do it through rules, but I can't figure out how to make it work in code. Help would be appreciated! Thanks,
|
| access view xsl elements using xpathnavigator | 15 Dec 2006 01:09 GMT | 1 |
I want to access/modify the elements of the viewX.xsl with code. I failed to find any resources for this issue. Is it a part of the security scheme to prevent access to this xml file? I just need to change the visual rendering of the view. (Like setting it to readonly?)
|
| InfoPath Outline Format | 11 Dec 2006 17:40 GMT | 2 |
InfoPath 2003...I want to create an outline format using repeating sections...see below for an example: (1). Text (2). Text
|
| InfoPath 2007 OLE | 10 Dec 2006 22:26 GMT | 1 |
Is it possible to embed InfoPath 2007 control/forms within an MFC/C++ application? Ideally, we want to create forms using InfoPath, along with rules to validate the data. We then want to embed (and distribute) these forms within our application to present to the end user. Also,
|
| Automatic prefix no in text form | 09 Dec 2006 02:34 GMT | 1 |
I'd like to set a prefix of purchase order no. in text box and automatic when open a form. Anyone know about this. Thank you.
|
| get user list in sharepoint using C# | 08 Dec 2006 04:41 GMT | 3 |
I hv a question about retrieving user list in sharepoint` i'm using C# to get the list of users however, i found that It cannot get the full list under top level site for example:
|
| Preventing the Removal of Digital Signaures | 07 Dec 2006 22:13 GMT | 2 |
I am attempting to prevent people from removing digital signatures from a form. I have added the following to the OnBeforeChange handler. If e.Operation = “Delete” Then e.ReturnStatus = False
|
| Disabling the remove digital signature option | 07 Dec 2006 22:12 GMT | 3 |
Hai, I am trying to utilize digital signatures on my InfoPath forms. The certificate was issued by Microsoft Certificate Authority. I attach the digital signature to the document and no changes are allowed, but any user
|
| Infopath 2007 : Need to use managed code for browser based forms | 07 Dec 2006 07:23 GMT | 4 |
1. I need to hide, disable certain portion of my Infopath form based on user role. I am publishing my form in Sharepoint 2007 Server.
|
| Infopath 2003 - Adding repeating sections through code | 06 Dec 2006 05:08 GMT | 1 |
I am trying to add a repeating section on a infopath form dynamically through code. the reason i am doing this is that, based on the user selection, i have to display a list of the tasks the user has to complete. The list of tasks varies and what i am trying to acheive is create ...
|
| Extracting embedded file attachments | 05 Dec 2006 10:03 GMT | 1 |
Hi...Iam new to InfoPath and XML. I am looking at a requirement to programmatically extract data entered via InfoPath. So far, I have a VBScript procedure that traverses the XML DOM reading each node/element and extracting each node/element's text value.
|
| InfoPath 2007 RTM Problem | 04 Dec 2006 14:49 GMT | 2 |
Can anyone help me? I have a large form that was working fine in the beta2 TR release and now that I am trying to use it within the RTM release of IP and MOSS I get the following error when using the design checker or when trying to upload to the MOSS site.
|