Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Non-visual Class
Message
 
 
To
20/05/2002 16:43:00
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00659044
Message ID:
00659149
Views:
39
Gary,

I sure appreciated you taking the time to review my code/thoughts.

>>I personally have never used a VCX for non-visual classes. I would always use a .PRG for a non visual class.<<

Just to make sure we are on the same page, you are saying you use code like the following for the non-visual .prg class, corret?
DEFINE CLASS CopyThis AS Custom

  PROCEDURE CopyItem
  * Code here
  ENDPROC

  PROCEDURE Encrypt
  * Code here
  ENDPROC

  PROCEDURE Decrypt
  * Code here
  ENDPROC

ENDDEFINE
>>You have way more flexibility IMHO.<<

Can you expand on this just a little - what you mean by more flexibility (it does look like the code is easier to maintain like this).

Mel Cummings
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform