Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 5 of 259 (2582 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
  • Re: In a repeating table, how can I display another field if one of the values of the repeating field contains "Telemarketing".

    &nbsp;Hello Ed, &nbsp;Is the field you want to hide/show within the repeating table, or outside of it? If the field is outside of the repeating table, here&#39;s how you would set up the formatting to do what you describe: To set up the condition:In the left dropdown of the Condition dialog, select Select a field or group..., choose the field ...
    Posted to General (Forum) by Jimmy on 05-22-2014
  • Re: Copy content of one Rich Text Box to another Rich Text Box - Lose Formatting

    &nbsp;Rather than writing your own code, which can easily turn into a big maintenance hassle, I recommend trying qRules. It has a CopyRichText command specifically for this purpose and will have you up and running in no time.
    Posted to Controls (Forum) by Jimmy on 04-21-2014
  • Re: Extract initials from name

    &nbsp;If your form has qRules in it, there should be a fairly easy way to do this using the Replace command, but I don&#39;t entirely understand your original post. You are taking the first letter from the first word, and the first two letters of the second word. What are the logistics in play there? What would be the desired output if there were ...
    Posted to General (Forum) by Jimmy on 04-21-2014
  • Re: Preceding Sibling

    &nbsp;You need to put the [1] on the preceding-sibling portion, not on the end:../preceding-sibling::my:Main[1]/my:AmountCertifiedForPaymentThe reason you were getting the first value instead of the one you wanted is a little tricky to explain, but putting a [1] after my:AccountCertifiedForPayment is definitely wrong, because it equates to ...
    Posted to General (Forum) by Jimmy on 04-21-2014
  • Re: Combining multiple expressions in one conditional formatting rule

    You can try adding the following conditional formatting:Condition: DueDate&nbsp;[Is&nbsp;less than] (Use a formula...)&nbsp;addDays(today(), 10) Formatting: Shade box orange &nbsp; Condition: DueDate&nbsp;[Is&nbsp;less than] (Use a formula...)&nbsp;addDays(today(), 15) Formatting: Shade box yellowFormatting rules are applied in the order they ...
    Posted to General (Forum) by Jimmy on 03-11-2014
  • Re: Extracting/Submitting DisplayName form people picker

    So you&#39;re using code to submit to the DB server? In that case you may need code, though the recommended practice is to use a web service (such as DBXL) as an intermediary for submitting to a database. That would save you from having to keep code in the form itself. It looks like there&#39;s at least one more mistake in your XPath. You need to ...
    Posted to General (Forum) by Jimmy on 03-05-2014
  • Re: Extracting/Submitting DisplayName form people picker

    There shouldn&#39;t be a my: here:&nbsp;my:pc:PersonBut is there a reason you&#39;re using code to do this? It seems like something you could do with regular rules.
    Posted to General (Forum) by Jimmy on 03-05-2014
  • Re: calculated text field based on two other Combo box -

    Welcome to the forum. So you&#39;ve told us that you want to combine two fields into another field, but you haven&#39;t told us how you want to combine them. Where would an if statement figure into the situation, and why is a default value formula problematic?
    Posted to Browser Forms (Forum) by Jimmy on 03-04-2014
  • Re: How to create empty characters

    This should do it:concat(Field1, substring(concat(Field2, &quot;&nbsp; &quot;), 1, 2), Field3)&nbsp;
    Posted to General (Forum) by Jimmy on 03-04-2014
  • Re: Multiple Radio Buttons - Same Value

    The controls in the view reflect the current state of the data, and allow the user to interact with it. So if two of the radio buttons have the same value then they will both show as selected when the field takes that value. I&#39;m fairly sure there&#39;s no way to prevent that behavior and in some ways it wouldn&#39;t make sense (for example, ...
    Posted to Controls (Forum) by Jimmy on 03-04-2014
Page 5 of 259 (2582 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.