explorer.SETRANGE(Path, "webshop einrichtung"."Pfad Import/Export"); explorer.SETRANGE("Is a file", TRUE); explorer.SETFILTER(Name,datei_import); IF explorer.FIND('-') THEN BEGIN REPEAT timestamptemp := COPYSTR(explorer.Name,24,8); IF '20060223' = timestamptemp THEN BEGIN CurrDataport.FILENAME := "webshop einrichtung"."Pfad Import/Export" + explorer.Name; CurrDataport.IMPORT(TRUE); END; UNTIL explorer.NEXT = 0; END;
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!