refreshfeatures Method
Object: frmbehindsc
Expand/Collapse source code of procedure refreshfeatures Source Code
thisform.LockScreen = .T.

*-- Display the explanation of the feature.
THISFORM.edtFeatureText.SelStart = 0
thisform.edtFeatureText.Refresh()

thisform.cmdCode.Enabled = !EMPTY(behindsc.code_to_sh)
thisform.LockScreen = .F.