Use our Google Custom Search for best site search results.
Search
-
http://www.bizsupportonline.net/infopath2003/calculating-age-from-date-of-birth-infopath-rules-formulas.htm
Try this, this examp[le has worked for me. let me know if u find some issues.
-
Sharepoint logs can be found here Program files->Common Files->Microsoft Shared->Web Server extensions->12-> LOGS
Also please refer eventvwr logs to see security and application related logs.
-
Views are not a problem, problem comes usually in case of large and complex data source. Without much data you can create as many views you want..
-
I cant understand your problem still. if you are using repeating section and want to concatenate two fields, you can loop through the items using iterator.movenext() and do whatever you want, there is hardly anything that is not possible using Infopath.
-
I had this requirement once, to print the form on button click. For this , i first created an excel template and created a form there exactly similar to Infopath form using excel VSTA, and then i took the print using excel functionality.
-
OK, and do u have any code as well ? but if it is occurring randomly, it might be a cache issue.
-
Hi Johan,
I think u might have put some rule on submit button, and those rules are not getting fired correctly. Can you tell me , if you are putting both code and rules on submit button click ?
-
OK, with non-browser enabled forms you need to have a table where there should be some relationship between the two columns, it should be something like this
India - Mumbai
india - Kolkata
India - new Delhi
Australia - Canberra
Australia - sydney etc,
this data should be there in one table, then you can filter dropdown on the ...
-
If you can tell us whether you are using browser enabled infopath form or non browser forms it would be lot easier for us to post a reply that can solve your problem.
-
If you are working with browser enabled infopath forms, the only way to achiever cascading dropdown boxes boxes is by managed code. If you are working with non browser forms, you can achieve this functionality by using filter option.