Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where these parameters are coming from?
Message
 
 
À
28/11/2004 16:20:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
00965200
Message ID:
00965262
Vues:
8
>I'm wondering, what kind of impact would we have if leave it without change?
>
>You need to change it.
>
>Or if we change, we would need to recompile each application and make certain, that every application uses AddNew (do you think, it's a good name with no possible future conflict?) and not Add - sounds like a lot of work, since we have ~40 different applications with lots of forms.
>
>I really do not see where you have a choice < s >.

Thanks. Well, it should be my former manager's headache now, not mine... < s > BTW, for the form in question I found, that if I remove this code in Edit method, the form behaves correctly. But I do not see anything wrong with this code.
********************************************************************
*  Description.......: EditCamouflage.Edit
*  Calling Samples...:
*  Parameter List....:
*  Created by........: Nadya Nosonovsky 06/14/2000 01:29:34 PM
*  Modified by.......: Nadya Nosonovsky 06/14/2000 01:41:44 PM
********************************************************************
dodefault()
if thisform.EditMode
   thisform.pgf.ActivePage = 2 && Details page
else
   thisform.pgf.ActivePage = 1 && Browse page
endif
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform