Wavemaker
Revision as of 04:58, 21 November 2014 by Nicolas Rollin (talk | contribs) (Created page with "== Introduction == == Specific == === Parent Form and Child Form === # Add a grid for parent information (Drag a Database Widgets) # Create a livevariable with child data (uns...")
Introduction
Specific
Parent Form and Child Form
- Add a grid for parent information (Drag a Database Widgets)
- Create a livevariable with child data (unselect autoUpdate and startUpdate)
- Bind this livevariable with the parent grid
- Add a grid for child information using the livevariable
- On the Parent grid add the livevariable in the onClick Event
- When a record is selected on the parent grid (click Event) It triggers a resfresh of the livevariable which is binded with that form and which is the source of the child grid.