Export dif multiple lines

Bill Randall wrandall at fptech.com
Wed Sep 17 10:11:20 PDT 2008


----- Original Message ----- 
From: Richard Hane
To: filepro-list at lists.celestial.com
Cc: Rick Hane
Sent: Wednesday, September 17, 2008 1:03 PM
Subject: Export dif multiple lines


Is it possible to export a dif file with multiple (2 in this case) 
lines per filepro record?

IE. 1st line part nmr, description, qty in stock, etc
2nd line skip 3 columns the plant comments, controller notes

Thank you,
Rick Hane
Controller
Deluxe Stitcher Company Inc
www.deluxestitcher.com

============================

You mean something like this?

::pass="1";gosub doout:
....
doout:::
::export multi out=(fn) <flags>:
:pass eq "1":out(1)=nmr;out(2)=desc;out(3)=qty;pass="2";goto doout:
::out(1)="";out(2)="";out(3)="";out(4)=comments;out(5)=notes:
::return:

Bill



More information about the Filepro-list mailing list