| Thread | Last Post | Replies |
|
| query & check if node was returned | 30 Sep 2005 22:58 GMT | 2 |
This is a vb.net managed code. I am getting an error "Object Reference not Set" at Line 14 where I compare if cNode is Nothing. What this Sub does is it takes the query parameter RCTID and does a thisXDocument.Query(), after which I want to see (compare) if a node
|
| disabling custom toolbar at startup | 30 Sep 2005 20:56 GMT | 5 |
in our Infopath form we have a few toolbars and we want to decide in the startup code which of these toolbars should be displayed. Unfortunately in all known startup events (OnLoad, OnSwitchView, OnContextChange, ...) we cannot access the custom toolbars, I think
|
| Installation of a Form in Windows 2003 Server | 30 Sep 2005 20:22 GMT | 1 |
I have a Infopath form that is required to be trusted. The infopath SDK kit includes instructions on creating a installation version of the form by using the command RegForm, which when installed on a windows XP workstation, gives me the trusted form installation that I am ...
|
| Can InfoPath interpret escape characters? | 30 Sep 2005 20:11 GMT | 3 |
I have the following JScript code inside a for loop (irbNumbers and studyNames are variales that contain lists). canDestroyList += (i+1) + ")\nIRB Number:\t" + irbNumbers(i).text + "\n" + "Study Name:\t" + studyNames(i).text + "\n\n;
|
| Problems with an access workgroup? | 30 Sep 2005 15:11 GMT | 12 |
I designed my form based on an Access database table and I can query the data. However, when I try to submit data I am told I don't have permission. I guess that this is because the Access database is secured by means of a workgroup.
|
| Advice | 30 Sep 2005 13:21 GMT | 2 |
I need to put together a system that involves recruitment consultants completing a form notifying placements that they have made, managers authorising these form, and finally accounts staff importing the data into an accounting package to generate invoicing. I am considering ...
|
| Conditional Formatting - not enough room for one condition | 30 Sep 2005 13:12 GMT | 4 |
I'm trying to write one condition using conditional formatting. I have 7 criteria to enter, but infopath only provides 5 places to write criteria. For example, I'm trying to write-
|
| MUltiple Tabs | 30 Sep 2005 12:57 GMT | 3 |
Iam an Infopath newbie.Iamin the process of coverting a excel template to infopath forms. The excel file has multile sheets . Since each sheet is pretty large filling all the fields in a single sheet is not feasible. So which is the bestway out for this.Does infopath support TAB ...
|
| Help - emailing to people that don't have infopath | 30 Sep 2005 05:40 GMT | 3 |
How do I send it to my team? They don't have infopath ... an they access and fill out the forms???
|
| Using xdExtension inside default value formula | 29 Sep 2005 22:48 GMT | 3 |
I am successfully using xdExtension:MyFunction() syntax inside InfoPath rules. I've tried using the same technique inside field default value formulae and I see the following error message: Reference to undeclared namespace prefix: 'xdExtension'.
|
| Access to SQL | 29 Sep 2005 21:02 GMT | 1 |
If I have an InfoPath form linked to an Access database is there a way to convert the whole thing to SQL? Thanks ahead of time! Matt
|
| Will SP2 effect my forms created in SP1? | 29 Sep 2005 20:57 GMT | 1 |
Will SP2 effect my forms I created in SP1?
|
| Setting Default value for Dropdown List | 29 Sep 2005 20:54 GMT | 5 |
Hi, I populate my Drop-down list box with a XML file. How do set a default value? Thanks, Rohit
|
| Date Picker Calculation | 29 Sep 2005 19:03 GMT | 3 |
I have two date picker fields - an Effective Date Start and an Effective Date End. I'd like the end date to automatically populate one year from the date entered in the start date. Can you give me the correct formula for this?
|
| how do you extend the 10 limit of conditions ? | 29 Sep 2005 17:50 GMT | 5 |
I developed an InfoPath form that directly connects to Access database and allow user multiple submit as email message. One problem I met is that one email receiver’s conditions are 14. However, the limits of the conditions is 10 in InfoPath 2003. I tried to use “contains” to ...
|