Browse by Tags
-
Hello I have a dropdown and a text box in a repeating section. I want to allow users to add new sections. However, what I dont want is users selecting same values in the dropdown for inserted sections. To sum up, I would like only unique values to be selected in the dropdowns. Can this be achieved without...
-
Hi everyone, I have a form with a series of radio buttons that are all required fields. I made them all "Cannot be blank" like I have every other required field, but for some reason the red boxes are not rendering properly. Here is a screenshot of what I'm getting (sorry, IT here blocks...
-
Not sure if this is the right forum because it kind of fits into a lot of categories. Anyway, I built a form that has multiple submit options. The form creator submits a form and depending on the responses it goes to two different approvers, each with their own view and their own rules for what happens...
-
Hi, i'm trying to get the controlid from a field or a button to use javascript. So what i need is something like this: Control mycontrol = (button or field control as a control type); string myControlClientID = mycontrol.ClientID; -----------------------------------------------------------------...
-
Hi everyone. I'm making a form where two files are required to be attached. These files are generated from other forms, so the names are uniform and predictable. Ideally, I'd like to have a rule where only files with the name "Risk Assessment for (Title)" would be accepted. However...
-
I'm trying to create a web application tat automatically creates a infopath form when criteria is met. I've copied the template into my app_data folder and use that as a starter point. I then create a new form based on the template. I'm unable to open the new form in infopath. At first, it...
-
IP 2007. I can hide using Rules but how can I show a Section control using rule or code?
-
I have a form that pulls data from a database through a webservice, andI have this datasource bound to a repeating table. What I would like to be able to do is to insert/edit/ or delete records in this repeating table so that when chages are done I can use another webservice to write this corrected table...
-
Hi All, First of all, I am not a programmer. I am using IP 2003 and VBScripts. I am trying to update the value of a control called "Send_Status" (Datatype: True/False (boolean)) after a digital signature has been removed from a given section.I am using the following event: Sub msoxd_my_signatures2_OnAfterChange...
-
Is it possible to hide a button based on your connection status? (e.g. Online/Offline). And without code? For example, I'd like to hide a Refresh button if you're online.