I have been using FPW 2.6 till date. We are in process of re-writing
the application in VFP 7.0.
In FPW 2.6 we had a procedure file with many 'black box' functions
which were called from different modules. They were responsible for
data validity and all such stuff.
What is the best way to do this in VFP? I need to define such
functions at a 'top level' so that any form or program can access
them.
Thanks in advance...
Shah