How to make MsgGetArray() behaviour consistent with MsgGet()?
MsgGet() returns .t. as long as Ok button is clicked.
- Code: Select all Expand view
- msgget("Payroll Period", {"From", "To"}, {::cFrom, ::cTo})
MsgGetArray() will not return .t. eventhough Ok is clicked unless some field has been edited.
TIA
FWH1912