Hi,
why this code producest an InvalidCastException Error?
This works perfectly
No problem on the Desktop. (vers. 6.90 Basic4ppc)
why this code producest an InvalidCastException Error?
B4X:
Sub modificaarctxt_KeyPress (key)
If key = Chr(13) Then
modifica_archivio
Sender.IgnoreKey
End If
End Sub
This works perfectly
B4X:
Sub modificaarctxt_KeyPress (key)
If key = Chr(13) Then
modifica_archivio
modificaarctxt.IgnoreKey
End If
End Sub
No problem on the Desktop. (vers. 6.90 Basic4ppc)