RE: tsunami question
- Posted by Ron Austin <ronaustin at alltel.net> Dec 17, 2003
- 490 views
George Walters wrote: > > > I don't see a function to clear a tsunami file w/o deleteing it and > recreating it. Did I over look this? I have a lot of files that are > cleared > at the end of the month or year as well as transaction files that need > to be > cleared after being posted. > > george > when you create a file using trm_Create("my.dat",flag), if flag=1 then > you can re-create and clear the file. If flag=0 and you try to recreate > the file you get a warning message. If you used flag=1 then you could > write an include file with procedure that would re-create and clear the > file. You don't have to erase the file first. >