Use our Google Custom Search for best site search results.
Search
-
Sorry to say but that's the only option u have,using ActiveX Control and if it is blocked in your company then u cant use this control. Although in infopath 2010 contact selector can be used without using Activex Control. Further u have an option of making a list where u can give names of the people and their email ids. Prepare a secondary ...
-
I have a requirement in which i have to copy data from one repeating table to other. In my source repeating table i have a data inserted in a row,every row also has a check box called "follow up",when this checkbox is checked and follow up button is clicked,the checked rows from the source repeating table gets copied to destination ...
-
A submitted form opens with data that is already being entered and submitted plus with a unique name with which the form gets submitted. Where as the new form opens without any data and have no submit id. In terms of rules,a new form will undergo rules whereas a submitted form has all the rules already applied to it. However if there are rules ...
-
Ya u'll get a calendar only when u'll have to select time,but when u select some date it will show u time 12:00:00 AM.After that in the same format you can write whatever time you want to write.Its not a selection field rather an insertion field.
-
Dear Evvo,
You can have a datepicker field,then select datetime and time only and select format of time in which you want time to be displayed.I have achieved this at one of my projects and it is working fine there.Let me know if you need some clarification there.
-
Dear Akosila1
You can create a data connection to get the values from the lists and then you can assign whatever value you want to the textbox. If you want to assign one column of
the list to the textbox and want all the items to be displayed there then its better to have a dropdown list control instead of textbox.You can create ...
-
Hi Amarnath,
yes,whatever you have mentioned here can be done without managed code. Design an infopath form and insert whatever controls or whatever fields you want. Then create a new view as Approver view and make all the fields read only.You can copy paste infopath form across views.And then repeat the same procedure for another ...
-
Ya, you can definitely create a Connection as we do for a normal dot net application.And pass values to sql table.
-
Well,what you can do is have a checkbox,and on button click change the value of checkbox from false to true.You can hide the Checkbox if you ant while keeping it in a section and then hiding that section.
-
Using code yu can do it easily,just loop through the nodes of the repeating table and keep checking that the values in two common fields shouldn't be same.let me know if you want to know how to loop thorugh nodes in a repeating table..