Can someone help me with a main prog to start my application?
Here is what I have done, the program runs alright in the project but my executable cant run the forms on the menu.
PROCEDURE TMstart
***********************************************************
*PROGRAM ID : TMstart
*DATE WRITTEN:
*DESCRIPTION :
*PROGRAMMER :
****************************************************
OPEN DATABASE c:\tmonitor\tmdata\tm
do c:\tmonitor\tmmenu\csa.mpr
Read Events
RETURN
set color on
set date british
set echo off
set talk off
set sysmenu off
set device to screen
SET STATUS OFF
CLEAR MENUS
CLEAR POPUPS
CLEAR MEMORY
return
Here is what I have done, the program runs alright in the project but my executable cant run the forms on the menu.
PROCEDURE TMstart
***********************************************************
*PROGRAM ID : TMstart
*DATE WRITTEN:
*DESCRIPTION :
*PROGRAMMER :
****************************************************
OPEN DATABASE c:\tmonitor\tmdata\tm
do c:\tmonitor\tmmenu\csa.mpr
Read Events
RETURN
set color on
set date british
set echo off
set talk off
set sysmenu off
set device to screen
SET STATUS OFF
CLEAR MENUS
CLEAR POPUPS
CLEAR MEMORY
return