class COLOR_EF_WHITE(parentObj) of ENTRYFIELD(parentObj) custom with (this) onOpen = class::onOpen height = 1.0 left = 9.2857 top = 5.6364 width = 8.0 metric = 0 // Chars value = "Color_EF" endwith function onOpen this.colorNormal = 'white/'+this.parent.colorNormal return endclass