|
Infopath 2007(Beta) switching default view in Code
Using new Object Model how would I set a view to be default view dynamically.
For example in the old Object Model I could access ViewInfos[] collection
and set particular ViewInfo like so:
string view = thisXDocument.DOM.selectSingleNode("//mstns:D_VIEW").text;
thisXDocument.ViewInfos[view].IsDefault = true;
In the new object model isDefault pproperty is not exposed.
Is there someth...
|
2 |
24.07.2006 15:09:02 |
|
Infopath-Sharepoint Approval Status
I am having a bit of a problem, hopefully someone here can offer a bit
of advice.
I have a forms library on a Sharepoint Portal Server. This library
uses an infopath template. The problem is that when a user submits the
form it always automatically approves the form. I want this to be so
that when a user submits the form, it submits as "Pending" not
"Approved"
I saw an example of ...
|
3 |
24.07.2006 14:59:46 |
|
Expired Certificates
Infopath shows expired signatures as invalid. Suppose an employee signs a
documents and we keep it for historical reasons. When that person leaves the
company their certificate will evenutally expire.
How are we supposed to keep Infopath from marking them with "There is a
problem with this digital certificate" on expired certs?
This is akin to using white out on all my ink signatures o...
|
1 |
24.07.2006 14:33:02 |
|
How do I create a PDF from an InfoPath form?
DOes anyone know how to convert an infopath form into a PDF without having to
scan the printed form? Like in word or excel youy can print to PDF
automatically. Thanks.
...
|
3 |
24.07.2006 11:40:29 |
|
POP Adapter with Infopath 2007 and Outlook 2007.
I am using BizTalk 2006 POP adapter with Infopath 2007, by enabling the
below mentioned option to render the Infopath in outlook mail box, POP
adapter is unable to process the message, however if I unselect this option
things get worked as required.
Tools > Form Options > Email Attachments > Enable infopath e-mail form
functionality for this form template
How can i enable PO...
|
1 |
24.07.2006 08:55:26 |
|
Form fields and views
I'm new to infopath and I have what I hope is an easy question.
I'm trying to add text to a field that is only on the view that is not the
default view. If I use the following sytax I receive an error message (Object
reference not set)..
thisXDocument.DOM.selectSingleNode("//my:ToField").text = "Test"
and if I use the following sytax I don't receive an error but the field is
blank.....
|
12 |
23.07.2006 18:55:01 |
|
How do you populate a infopath listbox using C# code
I have a infopath listbox control on my infopath form and I would like
to populate it from a SQL database using C# code. I want to have more
control over how it is poplulated. I am too limited when I tell the
control to connect in the control properties. I would like to do this
using C# code instead.
...
|
4 |
23.07.2006 16:01:01 |
|
Access Sharepoint Site group User into InforPath Combobox
Hi All, I am working on work flow application. My requirement is,
Administrator of SharePoint server has created two Site group Account and
Approval. There would be some Users associated with each site Group, I want
to Access these site group users on to my Infopath Template in separate List.
Please Reply If any idea.
Thanking you in advanced.
girdhar Rawal...
|
1 |
22.07.2006 06:41:01 |
|
Access Sharepoint Site group User into InforPath Combobox
Hi All, I am working on work flow application. My requirement is,
Administrator of SharePoint server has created two Site group Account and
Approval. There would be some Users associated with each site Group, I want
to Access these site group users on to my Infopath Template in separate List.
Please Reply If any idea.
Thanking you in advanced.
girdhar Rawal...
|
1 |
22.07.2006 06:39:02 |
|
InfoPath 2007 and workflows
I have SharePoint 2007 and InfoPath 2007. I have setup workflows for some
forms that I created in InfoPath. Most of my users have the InfoPath 2007
beta loaded as well for us to test this out. For some reason, the Edit This
Task button that appears when InfoPath opens with the form to approve will
not work when my users click on it. I am not sure why this is not working so
I thought ...
|
2 |
22.07.2006 02:45:02 |
|
Info path problem
i have been creating 2 forms and the first one the submit button worked fine
without errors in connecting to the access database im using with it and
inputing the information,
however on the second form when i tried to do the same with a different
database the option to submit to database wasnt there!!!!!!! any idea's
please no einstein answers as its first time using info path and i do...
|
3 |
21.07.2006 20:00:55 |
|
Expression Boxes in repeating tables
I am trying to design a form that is based on an SQL data connection. There
is a table "part" and another table "lot". Each "part" pertains to a "lot".
I would like to generate a repeating table that contains information of both
the "part" and the "lot" it pertains to in one single row. It should be
possible to update this table by inserting a new row.
I have tried the following: Comb...
|
1 |
21.07.2006 19:44:02 |
|
Page Layout and screen resolution
I have a form that I created and worked fine, the layout on the screen was
how it printed. When I change my screen resolutiuon to be large fonts (120%)
the page layout extends out beyond the page print margins chopping off part
of the form. When I switch my resloution back to normal fonts the form is
still extending the fields beyond the page margins. (Infopath 2003 / XP Pro)
--
Ed...
|
1 |
21.07.2006 19:01:02 |
|
Stored Procedures in Infopath
I am receiving an error when I run the following code in Visual studio.NET
Dim MySysID As Integer
Dim myADOAdapter As ADOAdapterObject = thisXDocument.DataAdapters.Item(5)
MySysID =
thisXDocument.DOM.selectSingleNode("/dfs:myFields/dfs:queryFields/q:OvertimeLog/@SysID").text
myADOAdapter.Command = "execute dbo.sp_Overtime_Return" + MySysID
myADOAdapter.Query()
...
|
3 |
21.07.2006 18:49:02 |
|
How to select the last node value in a repeating table?
Anybody have a code script to select the LAST node value of a repeating
table? I have code to select the FIRST, or all of the nodes.
Thanks!!...
|
6 |
21.07.2006 18:23:01 |
|
Summing time durations
I am trying to find a way to get the summations of time durations. I tried
but failed. I am trying to get infopath to add 01:00 + 1:10 = 02:10 (two
hours and 10 minutes)...
|
3 |
21.07.2006 18:02:01 |
|
Accessing a control in InfoPath form in C#
I have a InforPath Form with a text box and a button. I want to
programmatically access the text box control as an instance of TextBox
control and not as a XML node or element. Is it possible to do that? If yes,
how?
Thanks!...
|
3 |
21.07.2006 17:25:39 |
|
How to change fonts in a test box message?
The text message box shows on screen with tiny letters, off-center, etc. Is
there a way to change the formatting of the text box message contents?...
|
2 |
21.07.2006 17:13:25 |
|
ActiveXObject
Hi is there a difference in InfoPath build 11.5531.5703 and 11.6357.6360 with
SP1 in terms of being able to run either version with ActiveXObject?
We have a piece of JavaScript code that opens InfoPath successfully (build
11.6357.6360 with SP1) but it fails with build 11.5531.5703.
Any ides how to fix this?
Thanks
...
|
4 |
21.07.2006 17:09:49 |
|
Tab to Enter key
Hi,
Can we make infopath jump one fields to another fields by enter key
press? How can we trigger enter key as convert it to tabs key.
With regards,
Goh
...
|
6 |
21.07.2006 17:08:41 |
|
Users cannot open new form from published template on shared netwo
I have created a form template, and published it to a shared network folder
for use by my colleagues. They all have access to this folder. However,
when they try and fill out a new form, it gives an errorr message: "InfoPath
cannot open form. Access Denied. Contact System Administrator".
Not sure what to do and have limited IT support. Thanks....
|
4 |
21.07.2006 15:50:02 |
|
/dfs:myFields
Hi, I am as green as a Green Applie.
What does the '/dfs:myFields' signify in InfoPath.
This looks as if it is associated with a Infopath Data Connection.
...
|
2 |
21.07.2006 14:09:54 |
|
deploying infopath form containing code
Hello
i want to know how can I deploy the infopath form containing VSTA code.
Since my code contains connection strings and control bound to
database. Everytime I want to deploy the form, the form needs to be
opened in client and connection string needs to be changed.
Also , it becomes the pain if the VSTA is not installed on the
production system. Can anyone guide me to the better proce...
|
3 |
21.07.2006 06:50:56 |
|
Adding an infopath form to a groove workspace
I’m trying to import an InfoPath 2007 form into the Groove 2007 beta product
and it is not working. I done the following:
• I created a new InfoPath form (using InfoPath 2007 beta 12.0.4017.1004)
with a
single string property ("onefield")
• I set the security of the form to “Restrictedâ€
• I promoted the “onefield†property
• I set the submit option for the form to ...
|
1 |
21.07.2006 06:19:01 |
|
InfoPath with Office XP/2002?
Are there any issues with installing InfoPath along side Office XP?
I understand some limitations in InfoPath features when the 2003 versions of
Excel and Outlook are not present. I'm more concerned about the 2002
Word/Excel/PP/Outlook/Access having problems caused by Infopath. I can't
find any documentation/KB items on this. Which might be a good sign, but I
have to ask.
For rea...
|
2 |
21.07.2006 05:17:01 |