Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Create Cursor curCoverage (bExecTime B, cClass C(128), cMethod C(128), iLine I, cFile C(254), iStacklevel I)
Set Point To '.'
Append From (ADDBS(GETENV("TEMP"))+"yourapp.log") Type CSV
Read Events belongs after DO FORM or oForm.Show(), nowhere else.
I never created a Method in the form, and for hence did not put the Read event in a Method, i said i added in the form Activate property , the "Read Event"
That's fine.i changed to showwindow =2 and READ EVENT it is in the main.prg after DO FORM
Mike said:Just to be exact, it can also appear after a command that launches a menu or a toolbar
THIS.ClearLastError()
IF THIS.lReadEvents
READ EVENTS
ENDIF