Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where these parameters are coming from?
Message
 
 
To
28/11/2004 16:20:38
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00965200
Message ID:
00965262
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform