Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setrecnum()
Message
 
To
21/08/2002 01:40:42
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00691776
Message ID:
00692036
Views:
33
I would like to avoid this behaviour by using the following code:

LPARAMETERS tiRecNum

LOCAL loSelect

loSelect = CREATEOBJECT("CSelect",This.GetAlias())
GOTO TOP
SKIP (tiRecnum-1)


Does anyone know another solution without changing the framework?


In several occassions, I've seen developers create a layer of subclasses from the MMF base bizobj class and called them abizobj (application) or ibizobj (intermediate). Once this is done you can overwrite the method in you intermediate set of classes without changing the framework.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform