Refresh Method
Object:frmorderentry.cboCustomer_ID
Expand/Collapse source code of procedure cboCustomer_ID.Refresh Source Code
*-- Only allow change of customer if we're adding a new record.
this.Enabled = ("3" $ GETFLDSTATE(-1, "orders") OR "4" $ GETFLDSTATE(-1, "orders"))
tsifCombo::Refresh()