Use our Google Custom Search for best site search results.
Search
-
Hi Virgul,
the expression 'my.fields' should only hold the place for my fields. I didn't want to borrow you with a long expression. I think I got the right connection but it doesn't work at all...
-
Hi,
I've a repeating table in my form which holds four columns date, position, persID and number. I want my table to show me only rows with different entrys in the four fields. If date, psition, persID and number are the same the row should be shown only once. I tried to us a filter with the expression not(. = ../preceding-sibling::'my.fields') ...
-
Hi Derek,
I started using InfoPath three month ago to populate data from an Access database which works perfect. The program also offers a lot of nice solutions like dropdown lists, date selectors, etc. Funktions not offered can be created by using script or xml.
But InfoPath has at least one big weak. Designing printouts is very hard and needs a ...
-
Hi Sumeet, why aren't you working with a hidden textbox which unhides as lang as it isn't blank and hide the ddl when it isn't blank? When you open your form your ddl will apear and as soon as the user selects an item the list box will apear with the selected entry. Hope I got you right.
-
Thanks Matt. Once again great work...
-
Hi Matt,
if the user selects the ddl entry ''Other'' the ddl should be hidden and a text box should apear to enter the new type. I know this case was discussed in an earlier post and my conclusion works for ddl up to three entrys because I can aply the rules for every single element. But there must be an expression to make InfoPath compare the ddl ...
-
I have an optional section in my form to store some additional data. The only problem is that I can insert the additional section in my forme only once. Is there a possibility to let the user include this section in my form twice or even more times?
-
I have urgend problem. I have a dropdown listbox and I want to hide it if the user selects the expression ''Other''. So I created a xml file like this:
<AREACLASS>
<Class class=''Non Hazardous'' />
<Class class=''General Purpose'' />
<Class class=''Cl1, Div1 B,C,D'' />
<Class class=''Cl1, Div1 C,D'' />
...
-
Hi Dan,
I'm not sure if I can follow you. Do you want to get the data belonging to the the itemCode in the same form or are you running a query first?
What do you mean with ''mixed success''?
-
Do you have downloaded the SP2 file or do you autoupdate from the microsoft homepage?