hi,
when using #xCommand Syntax in CLASS like this
will VAR "cTargetDir" be Property of oText_2 :?:
if YES
can write
or must i pass "cTargetDir" as Parameter
when using #xCommand Syntax in CLASS like this
LOCAL oText_2, cTargetDir
  DEFINE WINDOW oASKFORM FROM 0,0 TO 270, 534 PIXEL TITLE cAction
  @ 110,10 GET oText_2 VAR cTargetDir SIZE 500,30 PIXEL FONT oFontDefault OF oASKFORMif YES
can write
 ::oASKFORM:oText_2:cTargetDir := cDir + "\"  cTargetDir := cDir + "\"greeting,
Jimmy
Jimmy