Hi
I have a program that zaps and appends 4 tables once that has been done the program does the following code
&& .dbf + .cdx
&& .dbf + .cdx
&& .dbf + .cdx
&& .dbf + .cdx
&& .dbc + .dct + .dcx
so i am adding 4 files to each zip file + one zip file gets an extra 3 files for the database. The problem i am having is that the zip file does not always attach the correct amount of files(sometimes it does), and the problem is not always consistant by this I mean it is not always the same file that is not attached.
I am guessing that one of statements is still busy when it tries to execute the next line of code. If so could someone please explain to me how I can get round this.
Your help and advise is appreciated in advance
Many Thanks
Nick
I have a program that zaps and appends 4 tables once that has been done the program does the following code
Code:
!wzzip myzipfile table1.*
Code:
!wzzip myzipfile table2.*
Code:
!wzzip myzipfile1 table3.*
Code:
!wzzip myzipfile1 table4.*
Code:
!wzzip myzipfile1 database.*
so i am adding 4 files to each zip file + one zip file gets an extra 3 files for the database. The problem i am having is that the zip file does not always attach the correct amount of files(sometimes it does), and the problem is not always consistant by this I mean it is not always the same file that is not attached.
I am guessing that one of statements is still busy when it tries to execute the next line of code. If so could someone please explain to me how I can get round this.
Your help and advise is appreciated in advance
Many Thanks
Nick