Version: 01.10.00 - last Update: Tuesday, October 13, 2009, 12:10:00
_EdGetEnv | _EdSetEnv | _EdProperties
Foxtools Editor Support Functions
_EDPROCLIST
_EdProcList() Opens the Document View for the editor session passed in <nWHANDL>.
VFP Syntax
= _EdProcList(nWHAND)
Parameters
[in] nWHAND
Fox-window handle of the editor session in question. If nWHANDL is no valid editor-session handle, an error “API call caused an exception” (Error 2028) is raised.
Returns
VOID - no evaluable return value, coz always TRUE.
Remarks
Note: Calling this function passing an invalid editor session handle does not cause a General Protection Fault any longer!
VFP Example(s)
Opening an editor session, invoking Document View:
*\\ Open editor session nWHAND =_EDOPENFIL("TEST.TXT", 1) ? _EDPROCLIST(m.nWHAND)