Use our Google Custom Search for best site search results.
Search
-
just ping the server and it will give you the ip.
-
go to the properties of your repeating table
under Data -> customize commands
in the dropdown select remove and uncheck everything
do the same thing for remove all.
-
in the email-submit data connection make sure you are sending the template along, it seems you are not sending the template along the form. you need to check the "Attach the form template to ensure that user can open the form"
-
well the rule you have written is indeed an infinite loop because
let us say the original value is 4, 4 is less than 9 so you put the new value as 04 but 04 is also less than 9, so you put the new value as 004.......
a way around this would be to check the length of the field also. Check the attachment
-
hi vick yong,
i am not sure about your schema, the attached template contains two senarios, check which one matches your scenario and use that.
-
check http://geekswithblogs.net/jgmeyer/archive/2006/06/26/83087.aspx. and follow the steps mentioned there to publish the form template.
-
This feature is not available in browser enabled forms(when viewed in browser). There are many other features that are not available in browser enabled forms. only a sub set of features available in client forms are enabled in browser enabled forms.
-
write simple rules on the two text boxes to compare the two and perform the action that you need to do. To be on safer side you can change the data type fo the text fields to "whole Number"
-
Well create a new template, create an email submit connection, drag a drop down list box, use a text box if the user selects others in the drop down list box(show/hide text box based on drop down list box value). that is all you need to do
-
You cant have image control in web enabled forms in infopath 2007, not even after using code.
however a way around for this problem is to use template parts, use as many as template parts as you have images. in each template part insert a separate picture, and in the template show/hide these template parts according to your requirements.
NOTE: ...