On Oct 1, 2008, at 3:58 PM, Richard Esplin wrote:

> I took Ed's advice and tried simply adding self.Form.update() to
> onGridCellSelected, but the detailed view on the right is still  
> blank. I have
> played around a bit, and don't see any different behavior. My print is
> getting run, so I know control is getting passed to onGridCellSelected
> correctly.

        There is an event for this: dEvents.RowNumChanged. This is raised  
whenever the row number changes in a data-bound grid, so the update  
should already by firing. I would check the data binding properties of  
the controls.

        Can you post the DataSource and DataField of a couple of the controls  
that are apparently not responding? Are they placed directly on the  
form, on a panel, or several layers deep in a paged control?

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to