Hello
Next code gives this warning W0027
PPO :
What is wrong ?
Frank
Next code gives this warning W0027
@ 130 , 50 GET oGet VAR ww PICT "!!" OF oDLg PIXEL ;
SIZE 20,12 ;
PASSWORD ;
VALID (IIF(ww==HB_DeCrypt(BEDIENDE->WW,"BRECHT") .OR. tel > 2 , (lOk := .T. , oDlg:End ) , tel++) Â , oBrw:SetFocus() , .T. )PPO :
oGet := TGet():New( 130, 50, { | u | If( PCount()==0, ww, ww:= u ) }, oDLg, 20, 12, "!!",;
 {|| (IIF(ww==HB_DeCrypt(BEDIENDE->WW,"BRECHT") .OR. tel > 2 , (lOk := .T. , oDlg:End ) , tel++)  , oBrw:SetFocus() , .T. )},,,, .F.,, .T.,, .F.,, .F., .F.,, .F., .T.,,,,,,,,,, "ww", )What is wrong ?
Frank
test