This example demonstrates how to use the dax_bridge.getRecord command to get records from the backend 4D database. In this example a data grid is displayed on the left with the names of people found in the Contacts table. Each time a contact name is myClick, a call to the backend database is made to get the record details and display it in div identifed as 'myArea'.

Loading...
Loading...

Click here to view the implementation details.