Thanks for that. The one that caught my eye is SCATTER/GATHER not (yet)
supported. I used those commands in everything I do in my VFP apps,
especially in single record Add/Edit screens. My objects have a
controlsource like "thisform.oRecord.MyField" which gets populated via
something like:
DO FORM frmEditRecord NAME loFrm NOSHOW
SELECT MyTable
SCATTER MEMO NAME loFrm.oRecord
loFrm.Show()
IF loFrm.lSaveChanges THEN
thisform.obiz.UpdateRecord(loFrm.oRecord)
ENDIF
IF VARTYPE(loFrm) = "O" THEN
loFrm.release()
ENDIF
On 12/10/2019 1:21 AM, Johan Nel wrote:
Hi all,
A list of the current status of VFP function/procedure support was
published on the X# website.
https://www.xsharp.info/itm-help/foxpro-compatibility-list
Hope this is of interest to most.
Johan Nel
George, South Africa.
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message:
https://leafe.com/archives/byMID/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.