Mike Gagnon
Programmer
Take a look at faq184-3894 the last entry.
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
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.
#DEFINE VFPCOM_CLSID "VFPCOM.COMUTIL"
#DEFINE EXCEL_CLSID "Excel.application"
local loVFPCOM, loExcel
loVFPCOM = create(VFPCOM_CLSID)
loExcel = create(EXCEL_CLSID)
loVFPCOM.ExportEvents(loExcel, ;
'c:\Excel_Events.prg')
MODIFY COMMAND c:\excel_events.prg