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