by Gene Wirchenko <genew@[EMAIL PROTECTED]
>
Aug 1, 2007 at 07:37 PM
shah <shahjagat@[EMAIL PROTECTED]
> wrote:
>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.
I use set procedure!
When my app initialises, it does scads of set procedure to ...
additive. A few of these are general procedures and cl*****.
A caveat: My app is all in code. I do not use the GUI tools to
generate forms. This might make a difference.
Sincerely,
Gene Wirchenko
Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.