Knowledge.ToString()

Tag: hyperlink control

  • InfoPath: Conditionally Hide Hyperlink Control

    You may have been to a situation where you have to conditionally hide the hyperlink control but unlike many other InfoPath controls, hyperlink controls does not support conditions. But there is a way to hide this control. 🙂 Here is my main data source. IsVisible is a boolean field and Hyperlink is a string storing…

    |

  • InfoPath Hyperlink Control: Show Hyperlink Based on Filtered Data

    In InfoPath, Hyperlink control does not support filtering data when you select a field for repeating group. But you can definitely avert this limitation using a trick. For example, I have secondary data source “Data” as xml file with the following content Now I want to get a hyperlink out of “Value” attribute of “Setting”…

    |