I have two applications that access the same database from different points of view (telephone reps vs. warehouse folks). Many of the desired functions are exactly the same for both; the code is identical. Maintaining them would be a lot easier if I could keep the Common routines in one file and just "Include" it into both main routines.
"#INCLUDE"'ed files cannot contain FoxPro commands. (Actually, they can be there but are ignored.)
How do I do this?
Shanachie
"#INCLUDE"'ed files cannot contain FoxPro commands. (Actually, they can be there but are ignored.)
How do I do this?
Shanachie