hello guys!
need help on how to add a password to the zip file created below. thanks
LOCAL m.cZipFileName
m.cZipFileName=_targetFolder + DTOS(DATE())+" "+ STRTRAN(TIME(), ":", " ") + ".zip"
STRTOFILE("PK"+CHR(5)+CHR(7-1)+REPLICATE(CHR(0),18),m.cZipFileName)...
hello!
can anybody help me with this.
this code I used is to filter records:
SET FILTER TO sem = ALLTRIM(PROPER(thisform.cmb_sem.Value)) AND yr = ALLTRIM(PROPER(thisform.cmb_yr.Value)) AND (major="GENERAL" OR major= ALLTRIM(thisform.txtmajor.Value))
GOTO top...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.