Dear Mr. Rao,
would you be so kind to show how to use decrypt/encrypt with EDIT_GET edit type.
Best regards,
Otto
would you be so kind to show how to use decrypt/encrypt with EDIT_GET edit type.
Best regards,
Otto
oBrw:PASSWORD:bEditValue := { || Decrypt( ALLTRIM( FIELD->PASSWORD ), cPW ) }
oBrw:PASSWORD:nEditType := EDIT_BUTTON
oBrw:PASSWORD:bEditBlock := { | r, c, o | EditPASSWORD( r, c, o ) }
oBrw:PASSWORD:bEditValue := { || Decrypt( ALLTRIM( FIELD->PASSWORD ), cPW ) }
oBrw:PASSWORD:nEditType := EDIT_GET