Save memory variable to a file?

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
manfai
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

Save memory variable to a file?

Post by manfai » Wed May 21, 2003 2:49 pm

I have a report which will write checks for me. However, I have to remember what is the last check number so that it will not be duplicated. Can I used the control table (database) to pass a memory variable to the report then have the report to post the last check number back to the control file (database)? I have successfully passing a memory variable to the report so that It may use it as the beginning of the check number, but I can not find a way to save the last check number or a memory varible back to that file. :-{ ____Since this is a check writing report, I can not use the export options; right??____Any help would be appreciated.

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Save memory variable to a file?

Post by kfleming » Thu May 22, 2003 12:38 pm

You would need to use some form of export to store this value.____Kathleen__R&R Support

Post Reply