> > Hi to all.
> > The last command of an sql statement is:
> > "copy to c:\leg\templates\dprofile1.dbf"
> > Everything works fine exept every time this command is executed. we get the message " c:\leg\templates\dprofile1.dbf" already exists. overwrite it?
> > How can we avoid this message?
> > This table is used to integrate our application with Ms office so it needs to erase all records previously in table (or the whole table) and send the new data
> > Thanks in advance
> > Mike
>
> SET SAFETY OFF
> --
> Eric den Doop
>
www.foxite.com - The Home Of The Visual FoxPro Experts
Eric
Thanks a lot . I knew that i shouldnt do programming at 4.00 hrs
Regards
Mike