Use our Google Custom Search for best site search results.
Search
-
Ah ok, thats what I figured. Glad he got it figured out!
-
What is the need to use List Boxes for the costs?
-
This may work (have not tested this out):
1. Recreate schema in template part
2. Add any data connections/resource files that you wanted in there
3. Copy all of the data from the .xsl file into the new .xsl file
4. Copy mafiest data over.
5. Going to test this out right now because I'm interested and I'm sure I am missing something ...
-
Edit - Nvm read the post wrong
-
I'm assuming your xml file is set up as follows (or close to this):
<employee>
<EmployeeName>Tim</EmployeeName>
<ManagersName>Tom</ManagersName>
etc...
</employee>
<employee>
...
-
Jimmy has it right. You have to use the All Instances... and Any Instances... since you are working with repeating data.
I attached the updated form.
-
I'm attaching a form for what I think you are trying to get at.
Button - if (field1 is blank OR field2 is blank OR field3 is blank) -> Hide button
Section w/Instructions - if (Field1 is not blank AND Field2 is not blank AND Field3 is not blank) -> Hide section
Let me know if this works for you!
-
These should work:
nhxxx = nh[A-Za-z0-9]{3}
vendxxxx = vend[A-Za-z0-9]{4}
ahsnxxxxa = ahsn[A-Za-z0-9]{4}a
If its any character and not alphanumberical just use a "." instead of of [A-Za-z0-9]{4}. So, four periods instead of that.
-
Hey Dave,
Use Data Validation.
Which version of IP are you using. It is done slightly differently depending on what version you have, but if you look up data validation you should find it no problem.
The validation condition you will want to set is: If my:FieldName is blank.
-
Haha ya, just do it once and then copy each section and change the binding of the option buttons afterward. That's probably the easiest way to do it.