Use our Google Custom Search for best site search results.
Search
-
Many columns do not appear on the data connection wizard when you try to make a data connection in InfoPath, such as calculated fields also. You can make a hidden column and write the value of the workflow column on this hidden column in your workflow, and retrieve it in your data connection.
-
can you tell us more about your case? maybe you can use the hyperlink control and change its data source.
-
You can use substrings and concat the date field the way you like
-
can you attach your form..
-
you can use css, and apply properties for (table{}) so each one can be aligned the same way.
-
many possibilities for your field to be hidden, but for quick solution, make site column and publish to it, it will be shown in the designer.
-
OK here is the solution, i'll give you the way and you apply it to your form.
Suppose you have 2 columns in your repeating table, column1 which is your goal to sum, and column2, you want to sum column2 and put the sum value below column2 but in the same repeating table, which means that you will have 2 fields in the same column, Drag a field ...
-
http://www.infopathdev.com/forums/p/3889/15097.aspx
-
Try this on blank new form ..
1- drag radio buttons to the form, make them 2.
2- save source files, close the form
3- create css in source files folder, put this in it :
.xdBehavior_Boolean
{ background-color : black ;
}
save your css as test.css
4-open view1.xsl, exactly after <head> tag put this :
<link ...
-
You can make this without custom code, consider you have drop down list that has first names filled from a data source, and you have repeating Table with 2 columns, first name and address. what you can do is make the repeating table retrieve data from same data source as the drop down list, so you now have drop down list filled with first name for ...