Use our Google Custom Search for best site search results.
Search
-
Hi,
I'm having an issue at present with InfoPath 2010 and using Rules.
I am creating a Form in order to track users Holiday requests. Among others my Repeating Table has a Balance Field and a Check Box field in order to cancel a Holiday - the Check Box control has a formatting Rule (to highlight red and striketrhough the fields) and an ...
-
Think I almost have this sorted. I decided to build the formula bit by bit to try and test where I was going wrong - still not quite sure where I did go wrong!
I currently have the formula below:
eval(eval(REPEATING GROUP, 'concat(substring(my:DATE[../my:SIG_BOX = string(false())], 9, 2), "/", substring(my:DATE[../my:SIG_BOX = ...
-
Hi,
Sorry if this has already been asked. I tried seraching the forum but couldnt find a similar post.
I have an InfoPath Form with a Repeating Table which contains a Date control and a Check Box.
I need to perform a Concat on all of the Date fields where the Check Box is false / unchecked. This is a simple enough process using a ...
-
Hi TechThompson,
I think I understand what you are trying to do here! Is the only real issue you are having with the dropdown changing to "Select..." because of the Rules? If so how about removing the "Select..." as an option and setting a different Default Value - not sure if this will work or not as I'm not entirely sure ...
-
Hi balloons,
It sounds like you have set 'Main' as the Default Value for the dropdown field. This would mean that every time you create a new row on the Repeating Table it will set that Fields value to its Default.
Do you want that Field to appear blank by Default and then you choose the relevant option or are you looking the Field ...
-
Please see below for some pics of the described issue. First showing how it looks in SPD, in Preview and then in the Browser after being Published.
Thanks!
-
Hi,
This is an issue I have been having for a couple of weeks now.
I have designed a new InfoPath Form which seems to appear grand in SP Designer and in the Preview. Once I submit the Form to the Site however the Fill I have applied on the Table Column only appears for the first row of each Table. The Text (which is white) is there, as can be ...
-
You can do this without using code.
You would use the Concat Function to merge the word Control with the Preceding-Sibling Function (which will count the rows and add 1).
The default value for that field would be: concat("Control ", count(preceding-sibling::*) + 1)
I hope this helps.
Thanks
-
Hi Ernesto,
Thanks for the reply. Both Fields are set to Date Only. It seems to be the Library Column that is set to Date and Time. For some reason the check box in InfoPath that you would usually tick to allow amendment of the Column is greyed out.
I had a quick play around with it and found that I can edit the Column only of the Reminder Date ...
-
If you had to use a Browser Form rather than opening in the Client you can still work around this.
What we do in my work is add two fields to the Form. One is a check box and the other a normal text box. The text box is set to Read Only and the check box has a rule applied that when ticked sets the text box to the User Function ie. ...