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]