Fw: exists command - resolution

Kenneth Brody kenbrody at bestweb.net
Wed Dec 8 12:07:26 PST 2004


Dennis Malen wrote:
[...]
> > 1. I know I am exporting twice. I tried once to use the same export
> > definition which did not work. I defined two separate definitions to
> > export which did work.

Well, we're back to defining "did not work".  We understand that the
symptom was that the header record, for whatever reason, did not end
up in the export file.  The question is "why".  What "didn't work",
which caused the header record to not end up there?  Are you sure that
you actually executed the EXPORT twice?  Maybe it's not that the header
record got overwritten.  Maybe it never got written in the first place.

> > 2. Ken and you are saying I don't have to do that, but it works.

It may "work" with two separate exports, but it's probably a lot more
work than is necessary, and overly complicated.  A single export,
executed twice, is clean and simple.

> > 3. In reading Stuart Werner's book I see that he is not using the "write"
> > command. I am.
> >
> > 4. In the use of the "close" command perhaps I should not be using it
> > before
> > I export twice or do I. Because I close the export in each export, this
> > may
> > be causing the problem.

With a single EXPORT command, executed twice, there is no need for any
WRITE or CLOSE statements.  (Unless you are completely finished with the
export, and want to continue doing other things, while making the export
file available to other programs.  In that case, you should CLOSE it
after the last record has been exported.)

> > The problem may be in my use of the "write" and "close" commands that are
> > causing the problem.

Without having more than just bits and pieces of the code, there's no way
for anyone to know.

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody/at\spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap at gmail.com>



More information about the Filepro-list mailing list