|
IP 2007 Mouse Wheel Behavior
This is a somewhat trivial question, but I'm set in my ways and this behavior
has been bothering me: Since upgrading to Office 2007, when filling out an
InfoPath form, the mouse wheel does not cause drop-down menus to scroll. Is
there an option somewhere that I've missed that controls this, or do we just
have to deal with it?
Thanks,...
|
1 |
12/31/2008 4:25:01 PM |
|
xml output
How do I go about creating a form template
so that the users can open it in a browser
and save their completed results
as an xml file which is valid according to the .xsd schema
that I used to create the form?
(this is the government. we have far too many paper forms floating around
....)
thanks,
John Tucker...
|
1 |
12/31/2008 4:09:01 PM |
|
Entering web service credentials programatically
I am displaying an Infopath form inside a Windows App via a form control. I
am wondering how you can pass the form the username & password for access a
web service via the form? The windows app already has the username and
password, so I don't want the user to have to enter it in again when
performing a submit action on the form....
|
3 |
12/31/2008 3:43:01 PM |
|
Submitting form using XmlFormView
I am hosting an XmlFormView control in my ASP.NET page (SharePoint site page)
and I want to submit the form programmatically when the user clicks an
ASP.NET button. So, I wrote some code like this:
// make sure the XmlForm property is not null by calling this
xmlFormView.DataBind();
// submit the form
xmlFormView.XmlForm.Submit();
This code actually runs without any exceptions being...
|
3 |
12/31/2008 3:28:00 PM |
|
Calculate the difference between two date picker
Hello,
i would like to create a Form where i can fill dates in two date pikers.
A third Text field should show me the result of the days between both pikers.
I found a article and build my form like this.
http://www.bizsupportonline.net/infopath2007/calculate-date-difference-infopath-rules-formulas.htm
Now i get only 0 days. The form will not calculate the days. Could you help
me?
...
|
9 |
12/31/2008 12:54:02 PM |
|
Newbie Question about Converting From Access 2007 To InfoPath
Hi,
I have a small application I developed in Access 2007. It has 3
tables. Employees, Instances, Issues. Instances is the child table.
I have one form. This one form has about 20 different unbound
checkboxes that reflect the different issues in the Issues table.
When the user selects Submit, the form is submitted and there is an
function that checks every checkbox and if it is checked...
|
4 |
12/31/2008 11:34:01 AM |
|
auto generate quote number
I am new to InfoPath. I have been asked to create a sales form. I have the
entire form created but need to find a way to auto generate a quote number
field. I will be publishing this form to a sharepoint server and I also have
a SQL 2005 server that I would like to submit the forms to once a user
clicks on a submit button. I am hoping someone can help me find a way to
auto generate the q...
|
6 |
12/31/2008 11:08:06 AM |
|
File Attchment
Hi,
I have a File Attachment control on my form. I am abel to submit the attachment to the form library and the attachment details to the SQL database.
Now, when the I open a blank form first it should check for the any attachment submitted by the user, if available it should bind the attachment back to the File Attachment control. And the big thing is all this has to be done prgorammaticall...
|
3 |
12/31/2008 10:38:03 AM |
|
filling Rich Text Box with XHTML
Hi
I've got a little problem concerning Rich Text Box (in IP2007), which I want
to fill programmatically with XHTML data. I know I need to append XHTML nodes
as child nodes of a Rich Text Box, so I'm doing something like this:
if (localNode.MoveToChild("Example",
myNamespace))
{
using (...
|
2 |
12/31/2008 9:14:05 AM |
|
alphabetical order
I am creating a form with a Repeating Table. With in the Repeating Table I
have First, Middle and Last Name. There are in general about 50 names being
entered by the person using the form, How can I have the names being inputted
be displayed as alphabetical order?...
|
4 |
12/31/2008 7:25:01 AM |
|
Add Item To Dropdown List Box Populated By Secondary Data Source
Hello,
I need to add an item to a dropdown list box that is populated by a
secondary data source (web service). I do not need to persist this value to
the secondary data source. I only need it in the dropdown. It's basically
an "Other" option. How can I do this?
THanks,
ezack...
|
5 |
12/31/2008 7:02:10 AM |
|
Form design question
I have a current Word form which has a header with many detail lines. The
number of detail lines vary from form to form. Its a bit clumsey but it
works. However, Is it possible to build an InfoPath Form that maintains the
one-to-many relationship when populating a master and child tables in an
Access database? The InfoPath form will be disconnected from the database as
it will be emaill...
|
2 |
12/31/2008 6:58:01 AM |
|
Select all Button
Is it possible to create a select all button in Infopath and if so any
suggestion on how to get started. Thanks
...
|
3 |
12/31/2008 6:55:01 AM |
|
InfoPath 2007 : using <Enter> key in forms
Scenario:
InfoPath 2007 browser based form.
A text box and Search button next to it.
Clicking on search button will populate a drop down from SharePoint
List as per the value in the text box.
Problem:
Search works fine when clicking on the Search button, but is there a
way to do the same by pressing the <Enter> key while the focus is in
text box ?
Please no suggestions for <T...
|
3 |
12/31/2008 6:33:01 AM |
|
Is it Possible to create Infopath forms from existing XML and XSD
Hello,
I am new to Infopath forms and have very less information on how forms are
created. From the basic tutorials on web I think if we have a schema we can
create a Infopath and filling the same would create us a XML file.
Now my situation is to the things in oppisite way.
What I am trying to right now is to create Infopath forms from existing XML
with data and XSD's ( which is qu...
|
4 |
12/31/2008 6:26:00 AM |
|
Publishing New InfoPath Form Elements
Hello Everyone,
I have an InfoPath form that has 20 data elements on it. Right now
users are filling out the form and things are working well. Only 10
data elements from the form are viewable in the default library view
("all forms"). However, when I publish the form and expose a new data
element to the SharePoint list, the data is not coming through. I can
see the column in the list but...
|
5 |
12/31/2008 6:24:01 AM |
|
extracting data from a repeating table in InfoPath 2007
I am relatively new to InfoPath, but have created a form that includes a
repeating table. The form has been in use now and I have 100s of instances.
I would like now to be able to do some data mining against the forms. All of
the relevant data on the form is available in a SharePoint view I have except
for the table.
Question: How can I view and/or extract this data from the 100s of ...
|
4 |
12/31/2008 5:54:16 AM |
|
image of button disappeared after publishing the form template
I changed the background-image of a botton by following the instructions in
this KB article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;832511
the form template works fine until I publish this Web-enabled form in
Infopath Services, when opening the form at Sharepoint, the button does not
have the image as background.
Any ideas?...
|
4 |
12/30/2008 5:48:05 PM |
|
Code for cascade works locally not form services...
Have a form that works locally but when submitted to the form services, the
first 2 level of cascade works but not the 3rd, any ideas? It is using the
xml data list from sharepoint using the vti_bin/ossvr.dll and using some xml
data connections... i am stuck and don't know how to fix it, please
help..look at the code below.
/// <summary>
/// Resets the dropdownli...
|
3 |
12/30/2008 4:14:00 PM |
|
Does InfoPath 2003 or 2007 allow for exporting in XML?
This is my first attempt at developing a form in InfoPath. Language is JS.
Does InfoPath 2003 or 2007 allow for exporting in XML? I know that a
submitted form is XML. I need to be able to extract the majority of
infomation in the form, but not all of it.
I would prefer to establish two views in the form - a user view that the
user enters data, and a view specifically for export pu...
|
2 |
12/30/2008 1:21:02 PM |
|
Compatibility Question
Hello,
This is my first go using infopath in an attempt to convice my
employer to purchase a (sharepoint) server to make life easier.
I am trying to send a fairly lengthy survey out to about 800 users
spread across different networks. I do not have a sharepoint server
or the ability to post to a server and the participants will have
either some form of infopath (2007 or 2003) or nothing a...
|
4 |
12/30/2008 1:07:01 PM |
|
Collect Data Through Email
I have designed an Infopath form and my text boxes are based on my
database which is my main data connection. I am able to email the form
to myself, click on reply, fill in the form and send it back. I even
have a rule to collect the replies into a specific folder. The
question is, how to I process the data? When I open the email I can't
find anything that will allow me to "pull" the data int...
|
3 |
12/30/2008 12:57:24 PM |
|
Use of Update button in broswer toolbar
Hi,
Can any one tell me the actual use of Update button placed in web
toolbar of InfoPath 2007 Form Services?
What is the difference between Submit and Update button? And what
is the Update equivalent button or menu in InfoPath Client? I couldn't find
the update button in InfoPath Client.
Thanks in advance,
Kalai.
...
|
2 |
12/30/2008 11:41:01 AM |
|
Fails InfoPath2007 form while submitting large data in Form Librar
I have an InfoPath 2007 Form having 174 Fields, in most of the time form
submits data successfully with all the fields. Sometimes, it could not submit
data in Form Library. While analyzing problems I have seen there are cases
when we reduce data from some multiline fields then it successfully submits
data in the library. In some cases even for 1 extra char, the form could not
submit data...
|
3 |
12/30/2008 9:41:00 AM |
|
Create XML file in C#
How could I reproduce this file?
<players>
−
<player>
<number>4</number>
<name>Pete Orr</name>
</player>
−
<player>
<number>22</number>
<name>Marcus Giles</name>
</player>
−
<player>
<number>10</number>
<name>Chipper Jones</name>
</player>
−
<player>...
|
3 |
12/30/2008 9:35:02 AM |