recent card advice needed
Posted: Sat Apr 28, 2007 9:11 am
Hi, I just purchased rev studio 2 and I love it because I have no experience of programming and I am finding it relatively easy to learn using your program. Thanks for that.
I am playing about with the emp database example and would like to know if my simple way of saving the contents of a field from one stack to a field of the recent card that was created by adding a new record in another stack,
is ok or am I asking too much in hoping that it will do the job? It appears to work ok at the moment.
Thanks
I am playing about with the emp database example and would like to know if my simple way of saving the contents of a field from one stack to a field of the recent card that was created by adding a new record in another stack,
is ok or am I asking too much in hoping that it will do the job? It appears to work ok at the moment.
Code: Select all
on closeField
put me into field "controls" of recent card
end closeField