This is how I do it -

procedure Quit;
var MyEvent: EventType;
begin
  MemSet(@MyEvent, SizeOf(MyEvent), 0);
  MyEvent.eType := appStopEvent;
  EvtAddEventToQueue(@MyEvent);
end;


Edward Jones


karthik wrote:
hi everyone,

 i don't know how to exit the application, i have used appstopevent but the 
application doesnt exit properly, i used treo 680 simulator, please anyone tell 
me how to do this.

Thanks with
karthik


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to