|
Signing views
Hi all,
In my form there are 7 views, at this moment i can sign each view
seperately, but not all at the same time together. This is built in because
I want the form to become read only at a certain moment.
How can I create a button that signs all views at once, except for 1 view,
this view needs to be signed seperately.
Can anyone help?
Thank you very much,
Ems.
...
|
1 |
5/16/2007 3:43:50 PM |
|
Submitting ink signature to Access or SQL 2000 database using Info
Hello,
I've concentrated my studies on Infopath 2003 within the last week and have
come a long way. Employees at my place of work use a paper form to fill out
their laptop issues. They submit it to the IT department with the paper and
we fix the laptop. I've been able to replicate the form using Infopath 2003
and have successfully figured out how to submit each field to an Access
data...
|
3 |
5/16/2007 12:41:01 PM |
|
Guardar Infopath en lista Sharepoint
Estoy intentando crear una página web aspx donde una persona sin
permisos para ver un documento Infopath, pueda a través de
impersonación editar dicho documento y guardarlo.
Todo funciona bien, uso un control XmlFormView con la propiedad
XmlLocation="/Form library/infopathForm.xml"
Pero el botón save implementado dentro del control XmlFormView
devuelve error de permisos puesto que invoca d...
|
3 |
5/16/2007 11:02:57 AM |
|
Reading Document Library
hi all,
I am designing a info path form that needs to read the content of a
share point document library. and display it as a list.
when I create a secondary data source in info path form to read the
document library I get only few fields (ID,Title,CreatedBy etc.), and
I am able to display those values in the form of repeating section.
However, I want to access the Name field of the do...
|
1 |
5/16/2007 7:06:23 AM |
|
How to display values in infopath
Hi all,
I'm using InfoPath 2007 and I'm very new at it. I'm not sure how to do
this so I'm asking you guys.
I want to display a simple text ("Text") to a textbox in my form. The
textbox's ID is userName. I don't know the syntax that I should use to
display the text in the textbox. If in VB .NET it is 'TextboxName.Text
= "Text" ', what would it be in InfoPath?
I hope you could help me ...
|
2 |
5/16/2007 5:40:33 AM |
|
Using a new record ID before an item is submitted
Hello
I have an IP form which links to a SQL database. I want to make a
field equal to the records ID, i.e. ID = fieldA, however, as IP
doesn't know the ID of the record until the form is submitted to the
database, how can I make fieldA equal to it?
Any ideas
Thanks
Darryl
...
|
2 |
5/16/2007 1:56:01 AM |
|
How do I get Infopath to sort the records it pulls up?
When I have Infopath query the database and pull up the information in a
repeating section, I want it to sort by different fields that are listed.
How do I get it to sort them by what I want?...
|
2 |
5/16/2007 1:53:02 AM |
|
Upgrading form xml after publishing
I have an xml file containing data similar to those below
<Survey>
<QuestionID>1</QuestionID>
<Question>Date Joined?</Question>
<Date></Date>
</Survey>
<Survey>
<QuestionID>2</QuestionID>
<Question>Date Moved?</Question>
<Date></Date>
</Survey>
I have created a form using this xml document ...
|
1 |
5/15/2007 3:51:02 PM |
|
Undo doesn't undo error on field
In a "Changed" event I set an error on a field via Errors.Add():
Errors.Add(e.Site, errMsg, errMsg);
On the running form I issue Undo (Ctrl+Z). The original value gets restored
to the field, but the error remains on the field.
I attempted capturing the restoration event in the "Changed" function, so I
could remove the Error programmatically, but it seems that the "Changed"
functi...
|
1 |
5/15/2007 3:30:01 PM |
|
Create Outlook task from InfoPath form
How could I create a button in InfoPath form, which will create task in MS
Outlook ? With some data already filled (due date, body, subject ... etc).
Thank you.
TONY...
|
1 |
5/15/2007 2:45:01 PM |
|
drop down list
Hello, please help me.
I was wondering how I could add an item programmatically/dinamically to a
drop down list to infopath 2003 using only javascript if necessary (no VS.NET)
say a drop down with a field "new field"
A textbox get visible
I enter some text and on validation(tab) I shoud add at the end an item(the
text value) at the same drop down list
cheers,
Alberto...
|
1 |
5/15/2007 2:33:00 PM |
|
When is a boolean not a boolean?
I made a data item of boolean type and selected "0" as its default.
It almost works.
I can change it with the submit function rule to "1" but I cannot seem
to see that in the java script.
I wrote some code in the onsave function and it cannot detect when its
1. So, how do I detect its value in js?
...
|
1 |
5/15/2007 1:50:19 PM |
|
Why can't a Secondary Data Source be altered during Changing event
I'm trying to call a Secondary Data Source, a Web Service, during a Changing
event. When attempting to set the query field for this Web Service
programmatically:
XPathNavigator xPath_portfolioNoQueryField =
xPath_DS_getPortfolioProfile.SelectSingleNode("/dfs:myFields/dfs:queryFields/tns:getPortfolioProfile/tns:portiaSymbol", NamespaceManager);
xPath_portfolioNoQueryField.SetValue(e....
|
1 |
5/15/2007 1:49:02 PM |
|
Explanation field
Hi
I would like to have a list of options 1 - 4 and then depending on
which one you pick an explanation box (which is quite lengthy) is
displayed. I tried using the cascade lists but my text won't fit in
(and also I get blank lines on both drop down lists even though they
are not included in the default values) - can anyone help? Please?
Thanks
...
|
2 |
5/15/2007 12:28:03 PM |
|
workaround "less than 50 chars" rule
I have a text box on my Form in InfoPath 2003. The Form is connected to a
database. While updating the form I get an error message "Only text strings
less than or equal to 50 characters allowed".
What is the workaround this limitation as I want to capture more than 50
words in my text box? Any help will be much appreciated....
|
7 |
5/15/2007 11:51:02 AM |
|
Automatically generating Word files from XML and XSL files
Hi,
Each day we create about 200 XML documents in InfoPath all of which need to
have rich formatting applied in Word such as getting a table header row to
repeat on each page.
I know how to open the XML file in Word, apply the XSL for the relevant view
from InfoPath and then manually set the Word formatting but this is a manual
process and we need to automate it. What is the best way...
|
1 |
5/15/2007 10:52:01 AM |
|
Making a form not printable
Is there away to use infopath to create a form, make it viewable and fillable
online, make it so that you can come back to it over multiple sessions to
complete the form and make it so that it cannot be printed....
|
2 |
5/15/2007 5:50:01 AM |
|
Error message in infopath Browser forms
hi to all
i want show error messages in browser enabled infopath forms
?
how to do?
and more : i am doing leave management system application. when the user
entering the date for the first time it must work then if the user applies
for the same date we have to display the error msg.
Plz do the needful help
Thanks in Advance...
|
1 |
5/15/2007 5:25:01 AM |
|
Unable to load formcontrol with form
I designed a simple form and published it to a local directory as
"C:\PROJECTS\publish\Template1.xsn". I then have a Visual Studio 2005
project where the FormControl is hosted on the windows form. When the
windows form loads, it runs the following code::::::::::
Private Sub viewOasis_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Try...
|
1 |
5/15/2007 12:09:00 AM |
|
Status Report Form doesn't always Identify Who Supplied Merged Dat
I'm a hack who is modifying a status report template. Somehow I've messed up
the Merge function so that only sometimes it includes the user name next to
the merged data in the master report. I would like to be able to identify
"who" supplied the data in the master. I can't find anything on how the merge
function operates, etc. I have a feeling that I need to look at the parent /
child /n...
|
2 |
5/14/2007 9:34:02 PM |
|
Submitting InfoPath form - Username format?
I have an InfoPath form that submits to a SharePoint task list. Everything is
working great except for submitting data to the built-in "Assigned To"
column (or any column containing a username, actually).
The problem, I believe, is that I'm not submitting the user information in
the correct form. I've tried "DOMAIN\username," "username@domain.com," and
"username" without success. In what for...
|
10 |
5/14/2007 8:21:01 PM |
|
Please help!! Trying to Submit form to Access Database to no avail
Hi, I am hoping that someone will be able to help as I have exhausted all
other avenues. I have an Access 2007 Database that I created which includes
multiple tables/fields which coincide with an IT Consultants documentation of
work performed and evironment. I then created an InfoPath2007 Form, tied it
to the Access database as a Main connection, Bound my InfoPath Text boxes to
the re...
|
1 |
5/14/2007 6:34:02 PM |
|
Login Prompt--words as designed?
Scenario: I am using SPS version 2 and InfoPath2003 SP2. I work on the same
domain where the SPS server is located. Users are on a separate, trusted
domain.
They've added the site url to their trusted sites and allow access to data
across domains is enabled (in the Intranet Zone). The form's security level
is set to "Automatically determine based on form's design."
The form templat...
|
1 |
5/14/2007 6:08:01 PM |
|
Does this work as designed or have I done something wrong?
...
|
1 |
5/14/2007 6:04:01 PM |
|
Connecting To a SharePoint List w/ Relative URL
I've got an InfoPath form with a drop down list that needs to be bound to a
SharePoint list that doesn't resides on the parent site of the site that
contains the Form Library the Infopath form publishes to.
Parent Site
--List
--SubSite
---Form Library w/ Infopath Form
The "parent" site is actual a programmatically created site that is itself a
c...
|
1 |
5/14/2007 5:34:01 PM |