I don't think I am doing anything out of the ordinary. I opened the form and selected a record for my primary bizobj. The grid in question is tied to a child bizobj and displays correctly. All I am doing is click on the grid to select a record. Is it possible that the issue is due to my assigning the dGrid.Datasource to a bizobjref vs the string in the bizobj.Datasource property?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: Friday, October 24, 2008 10:31 AM To: Dabo Users list Subject: Re: [dabo-users] dGrid error moving pointer On Oct 24, 2008, at 9:03 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > I have a grid tied to a bizobj with 4 records showing in the grid. > When I > try to click on the grid to another row, I get an "invalid row" > error. When > I put a stop in the dCursorMixin at the point of the exception (line > 1663) > the RowCount shows as 1. However, when I look at the object (via > ctrl-d) and > I issue self.gridRegid.Rowcount, it give me 4. Are you manipulating the records in the grid instead of working with the bizobj? -- Ed Leafe [excessive quoting removed by server] _______________________________________________ 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]
