Hello,
When use Goto (1) to TArrayBrowse he goes to line 1, but for line 2.
Ex ::: oArrayBrowse1: GoTo (1) <- does not work */
Regards,
Aline
Attached files Teste_GoTo.zip (48.8 KB)Â
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Error ::oArrayBrowse1:Goto(1)
- ignacio
- Site Admin
- Mensajes: 9469
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Error ::oArrayBrowse1:Goto(1)
Please could you try with this code:
METHOD GoTo( nPos ) CLASS XArrayBrowse
IF ::nLen < 1
RETURN Nil
ENDIF
::CancelEdit()
::DrawLine()
::KeyNo( nPos )
::OnChange( .T. )
::SetVPos( ::nArrayAt )
::Refresh( .F. )
RETURN Nil
TIA.
Regards,
METHOD GoTo( nPos ) CLASS XArrayBrowse
IF ::nLen < 1
RETURN Nil
ENDIF
::CancelEdit()
::DrawLine()
::KeyNo( nPos )
::OnChange( .T. )
::SetVPos( ::nArrayAt )
::Refresh( .F. )
RETURN Nil
TIA.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Error ::oArrayBrowse1:Goto(1)
Thank you! It worked perfectly!
I wonder if this bug will be fixed or do I have to leave this method.
Regards,
Aline
I wonder if this bug will be fixed or do I have to leave this method.
Regards,
Aline
- ignacio
- Site Admin
- Mensajes: 9469
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Error ::oArrayBrowse1:Goto(1)
emeasoft escribió el lun, 27 mayo 2013 20:08Thank you! It worked perfectly!
I wonder if this bug will be fixed or do I have to leave this method.
Regards,
Aline
Of course it will be fixed. You can delete on next update. Thank you for your feedback.
Regards,
I wonder if this bug will be fixed or do I have to leave this method.
Regards,
Aline
Of course it will be fixed. You can delete on next update. Thank you for your feedback.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com