Show name in subform headers
Hi,
Im loading a list from a data base to load the number of subforms items i need, which is working great , its a list of categories currently im throwing the category name into a text box within the subforms, id like to throw the name in the header of the subform so i can make it expandable and see what catergory it is even when collapse.
Ive tried doing manual load from database example : select name as 'Name', code as 'Value' from locations
Thanks,
-
It's only possible to do this with JavaScript because the label doesn't allow variables.
Here's some code I wrote a while back to automatically hide a section if all the checkboxes were checked. The second function probably answers your question directly, but I included all of it.
Please sign in to leave a comment.
Comments
3 comments