Página 1 de 1
Error ::oArrayBrowse1:Goto(1)
Publicado: Lun May 27, 2013 3:24 pm
por emeasoft
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)Â
Error ::oArrayBrowse1:Goto(1)
Publicado: Lun May 27, 2013 5:13 pm
por ignacio
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,
Error ::oArrayBrowse1:Goto(1)
Publicado: Lun May 27, 2013 8:08 pm
por emeasoft
Thank you! It worked perfectly!
I wonder if this bug will be fixed or do I have to leave this method.
Regards,
Aline
Error ::oArrayBrowse1:Goto(1)
Publicado: Lun May 27, 2013 8:44 pm
por ignacio
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,