Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute the parent class method, but not a grandparent
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Execute the parent class method, but not a grandparent
Miscellaneous
Thread ID:
00535248
Message ID:
00535248
Views:
47
Hi everybody,

In a grid AfterRowColChange I have some custom code, when I invoke
its parent code with dodefault(nColIndex). This grid is based on Highlighted grid, so this code does highlighting. I've just checked our wggrid class and found out, that it has this code:
LPARAMETERS nColIndex
*--------------------------------------------------------------------------
* -- NSL 2/29/00 Per request of Nadya
* -- Added the check for the existance of the hasnavstand property first
* -- Nadya must be using this grid on a non-WG form.  
*--------------------------------------------------------------------------
IF pemstatus(thisform,'hasnavstand',5) and thisform.hasnavstand
	thisform.navstand.navupdate()
ENDIF
I don't want to execute this code. How can I achieve it?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform