the same behavior over "ENRICO"
I I double click over "MARCO"
I select "MARCO " until the end of oGet
Is it possible to change this and obtain only word "MARCO"
marco
- Code: Select all Expand view
#include "fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL oGet , cGet := PADR( "ANTONIO ENRICO MARCO" , 100 )
DEFINE DIALOG oDlg
@ 1 , 1 GET oGet VAR cGet OF oDlg SIZE 150 , 10
ACTIVATE DIALOG oDlg CENTER
RETURN NIL