What has happened?
Kenneth Brody
kenbrody at bestweb.net
Tue Sep 27 12:47:19 PDT 2005
Quoting Brian K. White (Tue, 27 Sep 2005 15:21:28 -0400):
[...]
> They use a lot of the same long variables, but some lengths and edits
> changed in the new one.
>
> What would work best for me I think is if I can just insert a line at
> the top of the old table that looks at a variable and decides to chain
> to the new table.
[...]
> Also, it just occured to me I might have the same problem with the
> conflicting variable definitions even if it worked like 1), because the
> declares are read before any code is run, including the goto or chain
> I'd have at the top.
All variables are determined at compile time (dclerk/dreport/rcabe) or
at load time (rclerk/rreport), before any code is run. As such, any
DECLAREd variables will be created prior to any code in that table
being executed.
[...]
--
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