(GRX) Export Command Functionality
Kenneth Brody
kenbrody at bestweb.net
Mon Apr 10 10:30:30 PDT 2006
Quoting Chris Sellitto (Mon, 10 Apr 2006 10:43:29 -0400):
> Hello all,
>
> I am using filePro 5.0.13 on a Windows 2003 server.
[...]
> column 18 shows up and it contains blanks (header, and detail). My
[... export out=... ...]
> 21 ------- - - - - - - - - - - - - - - -
> ? If:
> Then: 'out(18)="Itemize"
[...]
Get the latest 5.0 update.
This is from the 5.0.14 readme:
(All) #709
EXPORT ASCII/WORD would always export the same number of fields,
regardless of whether the fields were assigned to on each record,
even if they were only referenced in a comment.
Now, filePro will only export the number of fields as the highest-
reference field actually assigned.
For example:
If:
Then: out[1] = 1 ; out[2] = 4
If: xx = "y"
Then: out[3] = 3 ; out[4] = 4
If:
Then: ' out[5] = 5
filePro would previously always exported 5 fields. Now, if x="y"
is true, it will export 4 fields, and if false will export 2 fields.
To revert back to the old behavior, set PFEXPORTALL=ON.
--
KenBrody at BestWeb dot net spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com
More information about the Filepro-list
mailing list