|
Need help with solution/idea for form
We have a form called a "Person-Centered Support Plan Form". It has a series
of questions for a person to answer to figure out how to create a support
plan for a consumer. Within the form, there are 3 sections that captures
data in a repeating table and the other two sections are repeating tables
within repeating sections. This form is filled out the first time a consumer
is met with ...
|
3 |
13.08.2006 07:00:01 |
|
createmail function
I note in one of the InfoPath sample templates that there is a createmail()
function. Is there any way to specify what recipient's email address as part
of the statement?
Thanks!...
|
5 |
13.08.2006 03:21:01 |
|
Code Behind not running in browser
Hi Gurus.
I've created a new form in Infopath 2007, and added some code behind
(VB.NET) using VSTA.
The code runs just fine in the IP2007 client, but when displaying it on
the web (from a newly created Form Library in SPS 2007) it looks like
the code does not run.
The form displays just fine, all the fields in place, but no logic was
executed.
I've gone through all the publishing proce...
|
3 |
13.08.2006 02:39:02 |
|
static prefilled repeating sections?
Hi. I have a series of questions, and I want to save the questions along
with the answers. I don't want to create a new element name for each
question. I want the report xml to look something like:
<test>
<question>How many?</question>
<answer>3</answer>
</test>
<test>
....
</test>
....
It looks like the only way to have multipl...
|
4 |
12.08.2006 23:37:51 |
|
Infopath & JScript error (Object: doesn't support this property or method)
Hey folks,
I am having a big problem on a application being pushed out
to a client. The Infopath form in question uses a ton of JScript
objects, getters, setters, etc... The error I'm encountering is:
"Object: doesn't support this property or method" This error occurs on
a small method that's not doing much but getting information from a
form using a getter and comparing it to a...
|
2 |
12.08.2006 06:00:01 |
|
infopath 2007 OM, DataAdapters
How to use DataConnections in Infopath 2007 OM
I want to convert the following code that was in infopath 2003 to the new
2007 OM.
WebServiceAdapter2 WSSubmit = (WebServiceAdapter2)
thisXDocument.DataAdapters["PutMarkLogicDoc"];
WSSubmit.Submit();
...
|
2 |
12.08.2006 05:51:01 |
|
Outdated xsd files inside xsn file
Hi All,
I have a InfoPath form with several data connections to webservices.
While we were developing that form, many webservices changed and
InfoPath created many versions of webservice xsd (probably xml data
definition for webservice data return).
But now I have to clean that unused files. Does anyone already done
this before?
TIA,
Rubens
...
|
2 |
11.08.2006 23:01:23 |
|
Eliminate Red (Required Field) Asterisk?
When a using a database as a data source, controls display a red asterisk in
required fields. In this case, we’re using a Master/Detail control, but
submit is disabled because it’s intended for use as a query-only form.
Anyway, the red asterisks show up in required fields in both the master and
detail sections.
Is there a way to stop the red asterisk from displaying?
Thanks,
mi...
|
6 |
11.08.2006 22:09:02 |
|
possible to populate a sharepoint list using Infopath forms
in Sharepoint, I know it is possible to populate a shared document library
using InfoPath forms.
Is it possible to populate a list in Sharepoint using InfoPath forms?
Hope I'm posting this in the correct area and for reference, I am using
Windows Sharepoint Services v2 and InfoPath 2003 but if this is possible
using a combination of other version of InfoPath and WSS, that information
...
|
2 |
11.08.2006 16:33:04 |
|
InfoPath 2007 with SharePoint 2007 task lists
Can InfoPath 2007 be used to populate rows in a task list, or any other list,
for SharePoint 2007? Or does InfoPath 2007 only create xml files for form
libraries....
|
2 |
11.08.2006 16:32:29 |
|
Are template parts and custon controls same?
In InfoPath 2003, there used to be custom controls and in IP 2007 I see
template parts. Is template part replacement to custom controls? If not then
what is the diff?
Can we develop template part once with validation logic, rules , database
connectivity, add them in library and the reuse to create new forms just to
have consistency in same field throughout all forms and avoid rework?
...
|
2 |
11.08.2006 16:29:15 |
|
displaying pictures from access database
Hello,
I would like to know how I can display a picture instead of text from an
Access database with Infopath 2003?
So far I don't have any problems to display simple text with an expression
box but is there a way to do the same with pictures?
Since my data are only pictures, I would like to be able to display picture
from an access database when someone is selecting an option with ...
|
6 |
11.08.2006 16:26:21 |
|
Error message when linking to SharePoint
I have an IP form linked to SharePoint from a shared drive. The forms works
fine when our tech pubs department accesses the form, but when others within
the company access the form, an error message appears:
"This form cannot be filled out, either because you do not have adequate
permissions, another user has the form open, or the form is open in another
program. Do you want to open a...
|
2 |
11.08.2006 11:52:15 |
|
Scripted Submit Problem
I am a newbie with InfoPath. Trying to set up a form with a scripted submit
event. Here is the VBScript I have:
Sub XDocument_OnSubmitRequest(eventObj)
' If the submit operation is successful, set
' eventObj.ReturnStatus = True
' Write your code here
dim strURL = XDocument.Solution.URI
strURL = Replace(strURL, "poreq.xsn", "post.aspx")
dim oXmlHttp as new ActiveXObject("MSXML...
|
2 |
11.08.2006 05:23:01 |
|
How to switch from vbscript to jscript on existing form?
Based on the lack of vbscript examples out there, I want to switch to
jscript. I see how to set the default script language in the Options/Design
tab, but I have an existing form that I don't want to re-create from scratch.
How can I get rid of the existing associated script.vbs and start a new
script.js file for this form? I understand I'll have to re-write my script
functions from sc...
|
2 |
11.08.2006 05:21:01 |
|
Can graphs or charts be added / embedded in an infopath form
Hi,
Can graphs or charts be added / embedded in an infopath form?
Thanks,
RLC
...
|
2 |
11.08.2006 00:27:55 |
|
FormEvents_Loading not executing data connection in browser mode.
I have the following code in my template, which is running in browser mode on
SPS, with Forms Services:
public void FormEvents_Loading(object sender, LoadingEventArgs e)
{
string slnId = String.Empty;
try
{
e.InputParameters.TryGetValue("SlnProgID", out slnId);
}
catch (Exception ex)
{
...
|
1 |
10.08.2006 21:56:01 |
|
Can we use master data tables to populate list boxes and convert those back-and-forth from/to id numbers?
Can we use master data tables to populate list boxes and convert those
back-and-forth from/to id numbers?
Here is a more detailed scenario:
You should be able to do this but I can't figure out how because I'm
new to InfoPath.
Let's pretend we have a connected Access 2003 database with two
tables (to keep things simple for this example), we want to make an
InfoPath form that allows us to q...
|
1 |
10.08.2006 20:42:10 |
|
Auto Print in InfoPath?
Does anyone know how to auto print in InfoPath? I want the document to
print when the end user hits the 'Submit' button. Not sure what to do.
Help!
Lisa
Nashville, TN
...
|
6 |
10.08.2006 20:39:57 |
|
Not all my fields get published to Sharepoint
I'm using Sharepoint Services and InfoPath 2003.
We've created a very extensive form and when I try to publish to SharePoint,
not all the fields make it. I dumps about half of them. Is there a
limitation on the number of fields SharePoint will support? I wouldn't think
it would matter. I planned on using views to limit the data views to the
users but since I can't get all the fields...
|
2 |
10.08.2006 20:03:46 |
|
how to enable export to excel button
How to enable Export to Excel & web control in infopath form...
|
2 |
10.08.2006 20:00:50 |
|
script.js please help
Hi
I am new to InfoPath and I am struggle on this project that I am
working on wonder if anyone would be kind enough to help me out please.
I am using the Time Card template and would like to customise it so
that it is repeating in Week node.
I manage to do that in a brand new template. Now I would like to copy
the script.js from Time Card template to my new template but for some
reason...
|
2 |
10.08.2006 20:00:03 |
|
IP2007 Publishing Problems
We are trying to create a web-enabled form, available on a SharePoint server,
which is running IP Form Services. The form needs to access web services that
exist on another machine in the enterprise, so I would like to use
connections that is in a SharePoint Data Connection library. (I believe I may
have to...unsure at this point.) I'm able to publish the form, creating a new
doclib with...
|
2 |
10.08.2006 19:50:01 |
|
Primary data Source to store - Secondary Data source to retrieve
I am new to Infopath (still evaluating actually) and need to solve this
problem before we can proceed.
I have set up forms with an Access data source and am able to submit new
data and retrieve existing data. However, several fields such as customer
name, address, etc will already exist in another table and I'd like to spare
the user form having to re-type them in to my Main Data Sou...
|
6 |
10.08.2006 19:48:06 |
|
Filtering a dropdown list from multiple fields
I am creating an Issue Tracking form that is stored in SharePoint. My
problem is that in my form I have a dropdown list that is in a repeating
table. This list allows users to select work items from a sharepoint list
that are associated with the issue. The work item list is very large so I
wanted to have a couple of filter criteria that the user can use to filter
the list. I have 4 d...
|
1 |
10.08.2006 19:14:02 |