Re: [dabo-users] Bizobj.RowNumChanged

2013-10-29 Thread Ricardo Aráoz
El 29/10/13 00:25, Ed Leafe escribió: On Oct 28, 2013, at 10:13 PM, Ricardo Aráoz ricar...@gmail.com wrote: But with no result. That is, nothing happens, actualizFoto() is not called. That is a UI event. For bizobjs, you should put your logic in the afterPointerMove() method. Thanks Ed,

Re: [dabo-users] Bizobj.RowNumChanged

2013-10-29 Thread Ed Leafe
On Oct 29, 2013, at 7:24 AM, Ricardo Aráoz ricar...@gmail.com wrote: BTW, there is a RowNumChanged event listed for Bizobj in the API documentation. That will work, but only if the bizobj is the PrimaryBizobj of the form, and it is tied to form-level navigation. -- Ed Leafe

[dabo-users] saving images

2013-10-29 Thread Ricardo Aráoz
Hi, having some trouble saving images to db. The file: self.DataStructure = ( ('Id', 'I', True, 'Persona', 'Id'), ('Apellido', 'C', False, 'Persona', 'Apellido'), ('Nombre', 'C', False, 'Persona', 'Nombre'),