Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Coupling
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Coupling
Divers
Thread ID:
00934274
Message ID:
00934274
Vues:
43
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform