× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




What about a special file containing all the information from the
sandbox files? Is that possible?


If the information being collected and keyed is identical to the
production files in every way, sure you could make one large "collection
file" of all needed info, but I would just mirror the normalized
production files as much as possible. Because most edits are applied to
combinations like <customer name> and <Customer number>, which I assume
in your case, has not yet been established.
I would make a bunch of Import-Files or Entry-Files that mirror the
formats of the production files.

When I create files this way, rather than confuse programs and myself
with library lists, just create new files and use the DDS keyword
FORMAT. This allows you to create identical fields and formats as the
original physical files, but the new physicals now get called by a new
name.

Then OVRDBF for edits that you can apply, and create new edits for when
you cannot apply an existing edit.

It is projects like this where you realize large data-editing programs
or routines are not good, and smaller, single-purpose edits are better,
where you address each data element (or combination of data elements) in
editing logic. Yes, it is a lot of functions to assemble and manage,
but in the long run, you realize that building editing logic should be
like building things with Legos (tm) building blocks.

- John V.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.