dbTalk Databases Forums  

Newbie : Classes and Inheretance question.

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Newbie : Classes and Inheretance question. in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
richmarin@earthlink.net
 
Posts: n/a

Default Newbie : Classes and Inheretance question. - 07-22-2005 , 10:49 AM







I am using VFP 5.0.

Suppose I create a base class form. Then I create an application using
that class. Then create an executible for my application.

After I created the executible, I decide that I want to change my base
class form. Maybe I change the color of the form. Will I have to create
a new executible? Or by changing the base class, will it affect all the
lower classes without having to create a new executible?

...


Reply With Quote
  #2  
Old   
Rick Bean
 
Posts: n/a

Default Re: Newbie : Classes and Inheretance question. - 07-22-2005 , 02:29 PM






Rich,
As always, the answer is "it depends"! Normally you would have to recreate the
..EXE. However, if you don't include the class in your project (i.e. it's marked
excluded) AND you distribute it's files along with the .EXE, then all you'll
need to do is replace these two files. Note: There are very few circumstances
where this is a good idea.

Rick

<richmarin (AT) earthlink (DOT) net> wrote

Quote:
I am using VFP 5.0.

Suppose I create a base class form. Then I create an application using
that class. Then create an executible for my application.

After I created the executible, I decide that I want to change my base
class form. Maybe I change the color of the form. Will I have to create
a new executible? Or by changing the base class, will it affect all the
lower classes without having to create a new executible?

..



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.