Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coupling
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Coupling
Miscellaneous
Thread ID:
00934274
Message ID:
00934274
Views:
49
Hi everybody,

I have an application, which I have just finished documenting. This application is called Lender Review. The main form has several action buttons one of them is called "Lender Table" and calls form's method with the following code:
********************************************************************
*  Description.......: LendRev.EditLenders - called by "Lender Table" button
*  Calling Samples...: 
*  Parameter List....: 
*  Created by........:  
*  Modified by.......: Nadya Nosonovsky 09/25/2001 01:51:01 PM
********************************************************************
local lcCurDir, lcTableMaintDir, lcCommand && Current directory
set message to ""
lcTableMaintDir='\redp\appl\TableMaintenance\' && Table Maintenance default directory
lcCurDir=curdir() && Save current directory
cd (m.lcTableMaintDir)
lcCommand=[do TableMaintenance.app with "Manual","Lookups","Lender"]
&lcCommand
cd (m.lcCurDir) && change back to current directory
As you can see, the two applications are now bound together. I'm thinking, what can I do to "unbound" them or at least do so in a better way?

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform