Be sure to check out http://vfpx.codeplex.com/discussions/549674 as well, also other comments on this page.
ACTIVATE WINDOW -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ActivateWindow~VFP
BROWSE -- (1) Placement clause IN MACDESKTOP also works. (2) NOCLEAR clause still works (3) COLOR clause (separate from COLOR SCHEME) still works. http://fox.wikis.com/wc.dll?Wiki~Browse~VFP
CREATE CLASS -- Placement clauses work: IN [WINDOW] WindowName2 / IN SCREEN / IN MACDESKTOP. Keyword SAVE can be used without error. See http://fox.wikis.com/wc.dll?Wiki~CreateClass~VFP
CREATE FORM -- (1) Placement clause IN MACDESKTOP also works. (2) Keyword NOENVIRONMENT can be used without error. See http://fox.wikis.com/wc.dll?Wiki~CreateForm
CREATE LABEL -- (1) Placement clause IN MACDESKTOP also works. (2) Keyword NOENVIRONMENT can be used without error. See http://fox.wikis.com/wc.dll?Wiki~CreateLabel
CREATE MENU -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~CreateMenuVFP
CREATE PROJECT -- Placement clause IN MACDESKTOP also "works", but none of the placement clauses do what they say. All end up on VFP desktop. See http://fox.wikis.com/wc.dll?Wiki~CreateProject
CREATE QUERY -- (1) Any clause relevant for MODIFY QUERY is good here. (2) Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~CreateQuery
CREATE REPORT -- (1) Placement clause IN MACDESKTOP also works. (2) SAVE clause appears to work (3) NOENVIRONMENT clause doesn't do anything, but will be accepted. See http://fox.wikis.com/wc.dll?Wiki~CreateReport
DEFINE WINDOW -- (1) Placement clause IN MACDESKTOP also works. (2) SHADOWS/NOSHADOWS clause doesn't do anything but will be accepted. See http://fox.wikis.com/wc.dll?Wiki~DefineWindow
EDIT -- (1) Placement clause IN MACDESKTOP also works. (2) NOCLEAR clause still works (3) COLOR clause (separate from COLOR SCHEME) still works. See http://fox.wikis.com/wc.dll?Wiki~Editcommand~Wiki
HIDE WINDOW -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~HideWindow~VFP
MODIFY CLASS -- (1) Placement clauses work: IN [WINDOW] WindowName2 / IN SCREEN / IN MACDESKTOP. (2) SAVE clause is accepted, not sure what it does if anything. See http://fox.wikis.com/wc.dll?Wiki~ModifyClass~WIN_COM_API
MODIFY COMMAND -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyCommand
MODIFY DATABASE -- (1) Placement clauses "work" but don't do anything: IN [WINDOW] WindowName2 / IN SCREEN / IN MACDESKTOP (2) SAVE clause accepted but doesn't do anything. See http://fox.wikis.com/wc.dll?Wiki~ModifyDatabase~VFP
MODIFY FILE -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyFile~VFP
MODIFY FORM -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyForm
MODIFY GENERAL -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyGeneral
MODIFY LABEL -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyLabel
MODIFY MEMO -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyMemo~VFP
MODIFY MENU -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyMenu~VFP
MODIFY PROCEDURE -- The NOEDIT clause can be used and it is useful. See http://fox.wikis.com/wc.dll?Wiki~ModifyProcedure~VFP
MODIFY PROJECT -- Placement clauses "work" but don't do anything: IN [WINDOW] WindowName2 / IN SCREEN / IN MACDESKTOP. See http://fox.wikis.com/wc.dll?Wiki~ModifyProject~VFP
MODIFY QUERY -- Placement clauses IN WINDOW WindowName2 / IN MACDESKTOP also work. See http://fox.wikis.com/wc.dll?Wiki~ModifyQuery~VFP
MODIFY REPORT -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ModifyReport
MODIFY WINDOW -- The clause SHADOW/NOSHADOW can be used though it has no effect. See http://fox.wikis.com/wc.dll?Wiki~ModifyWindow~VFP
SET SHADOWS ON/OFF -- See http://fox.wikis.com/wc.dll?Wiki~SetShadows~VFP
SET STICKY ON/OFF -- See http://fox.wikis.com/wc.dll?Wiki~SetSticky~VFP
SET TITLE ON/OFF -- The real name is SET TITLES ON/OFF. See http://fox.wikis.com/wc.dll?Wiki~SetTitle~WIN_COM_API
SET WINDOW OF MEMO TO < window > -- Still works today. See http://fox.wikis.com/wc.dll?Wiki~SetWindowOfMemo~VFP
SET("SHADOWS") -- This works, returning the SET SHADOWS ON/OFF setting. See http://fox.wikis.com/wc.dll?Wiki~FunctionSetShadows~VFP
SET("STICKY") -- This works, returning the SET STICKY ON/OFF setting. See http://fox.wikis.com/wc.dll?Wiki~FunctionSetSticky~VFP
SET("TITLE") -- The real name is SET("Titles").
SET("WINDOW OF MEMO") -- This works, returning the SET WINDOW OF MEMO setting. See http://fox.wikis.com/wc.dll?Wiki~FunctionSetWindowOfMemo~VFP
SHOW WINDOW -- Placement clause IN MACDESKTOP also works. See http://fox.wikis.com/wc.dll?Wiki~ShowWindow
↧