Refresh Method
Object:frmcategory.pageframe1.page1.cmdPicture
Expand/Collapse source code of procedure pageframe1.page1.cmdPicture.Refresh Source Code
IF "3" $ GETFLDSTATE(-1, "category") OR "4" $ GETFLDSTATE(-1, "category")
  this.Caption = ADDPICTURE_LOC
ELSE
  this.Caption = CHANGEPICTURE_LOC
ENDIF