PDA

View Full Version : Exporting files from WorkManager


Svenne
01-22-2001, 06:35 PM
Is there a way to export all the files at once in WorkManager?

Gregory Hurst
05-31-2001, 05:48 AM
Just write a custom macro. Dms_load_file on the element in question. Spin through the ltab in a while loop, for each element, get the fid and do a dms_copy_from_db.

Olivier DELORIEUX
10-23-2001, 01:50 AM
Yes there's a way but you have to make a specific macro. It's not very difficult.