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

Post Reply
hua
Posts: 1072
Joined: Fri Oct 28, 2005 2:27 am

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

Post 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

msgget("Payroll Period", {"From", "To"}, {::cFrom, ::cTo})
MsgGetArray() will not return .t. eventhough Ok is clicked unless some field has been edited.

TIA
FWH1912
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

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

Post by nageswaragunupudi »

You are right.
We will soon suggest a modification
Regards

G. N. Rao.
Hyderabad, India
Post Reply