bobsmallwood
Programmer
Is there a way to open an Excel Workbook from a pushbutton on a Paradox form?
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.
uses "shell32.dll"
ShellExecuteA(hwnd clong, lpOperation cptr, lpFile cptr, lpParameters cptr, lpDirectory cptr, nShowCmd clong) clong
enduses
ShellExecuteA(0,"open","c:\\dir\\subdir\\filename.xls","","",3)