Page 1 of 1

How to make MsgGetArray() behaviour consistent with MsgGet()

PostPosted: Fri Nov 03, 2023 9:56 am
by hua
Hi,
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

Re: How to make MsgGetArray() behaviour consistent with MsgGet()

PostPosted: Fri Nov 03, 2023 2:18 pm
by nageswaragunupudi
You are right.
We will soon suggest a modification