Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>category:"presentation server" }} ====== The SHOWDATABINDING method ====== === Published 07 JUN 2021 at 10:34:15AM === In the next release of OpenInsight we've added a new feature that allows you to quickly display runtime databinding information for the controls in your application - the aptly named **SHOWDATABINDING** method. It's a simple method that is supported by all controls, and can be invoked like so: <code wp-block-preformatted> Call Exec_Method( CtrlEntID, "SHOWDATABINDING" ) </code> If the control is bound to a database table then it displays a view-only dialog of data binding information for that control. The following example shows the information for a bound column in an EditTable control: [[https://revdevx.files.wordpress.com/2021/06/showdatabinding-dialog.png|{{19517.4404513889_1.png}}]] The Description, Validation, Heading and Formula attributes all have their own sub-dialog boxes to display their full details. If the control is not databound a simple message is displayed to inform the user of the fact. This method can easily be added to menu or contextmenu QuickEvents in your own applications if you wish to expose this information to your users, or just for your own diagnostic purposes. === Comments === ---- === At 07 JUN 2021 03:13PM david wrote: === <QUOTE>Interesting ... </QUOTE> == Original ID: revdevx.com/?p=3362 == third_party_content/revdevx/19517.4404513889.txt Last modified: 2024/01/29 20:23by 127.0.0.1