Saving information in Revolution.

Alvaro Abril - Tecnologia abril at mayafun.com
Sat May 27 20:03:16 EDT 2006


Hello.. where I can to put this commands.. I cant save information using
Standalone :)

Alvaro

-----Mensaje original-----
De: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com] En nombre de Mark
Schonewille
Enviado el: Sábado, 27 de Mayo de 2006 04:06 p.m.
Para: How to use Revolution
Asunto: Re: Saving information in Revolution.

Hi Alvaro,

on closeCard
   save this stack
end closeCard

or

on closeStackRequest
   save this stack
   pass closeStackRequest
end closeStackRequest

There is also a closeStack handler, but you might want to use the  
closeStackRequest handler because you could decide whether you really  
want to close the stack, in the closeStackRequest handler, which will  
be useful when your project grows more advanced.

Are you sure you want to save the information in the stack? If you  
are going to make standalones, you probably want to save the data in  
a text file or in a stack that is not part of the standalone.

Best regards,

Mark

P.S. It is not necessary to quote messages that have nothing to do  
with the subject.

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Salery is the easiest way to get your own web store on-line: http:// 
www.salery.biz/salery.html



Op 28-mei-2006, om 0:53 heeft Alvaro Abril - Tecnologia het volgende  
geschreven:

> Dear Sirs:..
>
> How i use :
>
> On closecard
>
> End closecard
>
> To save information? I cant save information, because in Hypercard,  
> save is
> automatic...
>
> How I can?
>
> Best regards, Alvaro

<snip>

_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution





More information about the use-livecode mailing list