An existing external procedure does a load of calculations and then displays a subfile for a client.
I now need to be able to display it differently, ie in a visualization mode instead of modification mode so that function keys cannot be used and fields can be protected.
Normally, we would just add a parameter for the display mode and modify all callers, etc,etc.
What is an efficient way to modify this procédure? I am tempted to put a global field <mode> and add a procedure to set this mode from my caller before calling the subfile procedure. This way I will not touch the callers.
Any advice?
Thanks
As an Amazon Associate we earn from qualifying purchases.
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.