Thakseen,

Here is an example:

view layout [
=09a: area "stuff"
=09button "Save" [
=09=09write to-file request-file a/data
=09]
]

Depending on what data you are wanting to save you would need to
modify the code.   Documentation on files can be found here:

http://www.rebol.com/docs/core23/rebolcore-12.html

Hope that was what you were looking for

Josh

On 2/27/06, Thahseen Mohammed <[EMAIL PROTECTED]> wrote:
>
> Hi
>      I have declared the following button:
>
>      btnSave: button "Save" [save-form]
>
>     Where [save-form] is the associated action.
>
>     Could some help me to How to find out later, what is the name of acti=
on
> ( save-form in this case ) associated with this button ?
>
> Thanks
> Thahseen
>
>
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
>
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to