Use our Google Custom Search for best site search results.
Search
-
Hi, you can do that or you can also use the XmlForm.New Property you can put " If (Me.New) Then" on th e beginning of your load form event and finish with "End If"
-
Hi, how do you populate the value of Ad on your form ? If you use codes to set your field you can set a condition this.New (wich mean the form is open for the first time) to populate or not your field.
-
Hi, I just respond your other post , can you confirm that the document library is set like this : In the Browser-enabled Documents section of the Form Library Advanced Settings page, as shown in the following, select the Display as Web page
-
hi can you confirm that the document library is set like this :
In the Browser-enabled Documents section of the Form Library Advanced Settings page, as shown in the following, select the Display as Web page
-
Hi, an easy thing to do is to modify the properties of your rich text control to just allow paragraph break, and set your require format directly on the control.
Hope it's help.
-
Hi you can use the xpath function translate:
translate(my:Field, "ABCDEFGHIJKLMNOPQRSTUVWYXZ", "abcdefghijklmnopqrstuvwyxz")
-
Hi, on 2010 conditionnal formatting has merge with rules so select your button click on "Managed rules", set a condition, and on rules types select formatting and disable or hide your control.
-
hi, I already reply your other post but I just learn you use Vb so try to replace this for Me.
-
hi, for the "this.Print();" check that your coding langage is c# and not c#(compatible2003).For the "conditional formatting" right click on the button, select conditionnal formatting and and set some condition for instance if a field is blank you can hide or disabled your button.
-
hi, you can write code in vb.net, you just have to select the right languages on the option, but you don't need Visual Studio, when you make a full install of InfoPath it include VSTA who will provide the coding environment for InfoPath.
You use webservices with the Infopath wizard when you query a SharePoint list for instance you can ...