![]() |
Sergey Kornilov admin 8/4/2022 |
getControl() function is designed to provide an access to the Edit control, which means it will work on pages like Add, Edit and Register. Do you need to access the field from the master record? |
J
|
JoeB7774 author 8/5/2022 |
I need to return a value on the record here I click on the Detail icon. I have a master record, a detail on that master record (Detail 1), and then a detail on Detail 1 (Detail 2). When I click on the Detail icon on a Detail 1 record (to expand Detail 2 under that Detail 1 record), I would like to get a value (called CalcsToInclude) from Detail 1. I was experimenting with the information on hiding tabs (https://xlinesoft.com/blog/2020/05/09/hiding-details-table-tab-on-the-fly/) but can't seem to get the right code to get a value from Detail 1. |