Normal Topic Command Button ( Sasame Exit ) (Read 460 times)
Renato Piacenti
Member
*
Offline


No personal text

Posts: 48
Location: Manaus - Amazonas - Brazil
Joined: Jun 20th, 2005
Command Button ( Sasame Exit )
Nov 29th, 2005 at 2:46am
Print Post Print Post  
Some friend could help me in the programming of one commad Button, executes exit the sesame system EX:  File and Exit or ALT-F and X

???

Renato Piacenti
  

Renato Piacenti&&Manaus Amazonas Brazil&&Aqui a Floresta esta sendo preservada.&&Preserve a sua tamb�m.
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Command Button ( Sasame Exit )
Reply #1 - Nov 29th, 2005 at 2:53am
Print Post Print Post  
You need to record a macro that exits Sesame (by any means). Don't worry, Sesame won't really exit while the macro is being recorded. Save the macro. Then in code called by the button call @macro specifying the filename of the macro you recorded and saved.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Renato Piacenti
Member
*
Offline


No personal text

Posts: 48
Location: Manaus - Amazonas - Brazil
Joined: Jun 20th, 2005
Re: Command Button ( Sasame Exit )
Reply #2 - Nov 29th, 2005 at 3:40am
Print Post Print Post  
Thanks, The Cow, for you help me, the working macro very well !!
Wink


Var vSair as String

if vSair = "" then @macro("c:\sesame\sair.mac")

Renato Piacenti

Manaus - Amazonas - Brazil
  

Renato Piacenti&&Manaus Amazonas Brazil&&Aqui a Floresta esta sendo preservada.&&Preserve a sua tamb�m.
Back to top
 
IP Logged