Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clicking on Grid
Message
From
03/09/2001 23:38:20
 
 
To
03/09/2001 03:43:34
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00551702
Message ID:
00551927
Views:
25
>Hey Terence,
>
>Thanks for the tip, but i'm having some trouble running your form, sometimes cant find c:\no_ime.vcx, sometimes cant find c:\lovelyhm\no_ime.vcx, and sometimes cant find c:\windows\lovelyhm\no_ime.vcx... how should I set up to have it working properly?
>
>Jimi
>
>p.s. I play D2 exp too :) play mod though, have a look at www.vkmods.de, it's fun and difficult :P
>
>

Sorry, I have update it, fix the bug which one of the member classloc wrongly put.

In addition, BroWse Table v1.2 give grd 3 new procedure:
txtclick, txtdblclick, txtkeypress

where for the replace txt class, it will check out the grid proc as default
* txt.click
IF [COLUMN] $ UPPER(THIS.PARENT.BASECLASS)
* IN GRID
	IF PEMSTATUS(THIS.PARENT.PARENT, [TXTCLICK], 5)
	* Self-Define PROC exist
		THIS.PARENT.PARENT.TXTCLICK
	ENDIF
ENDIF



I would like to tell you something about OOP

You define a new class, simple like a command button
and you simple put a code on click event:

* btn.click
messagebox("hello")

Now, you put this new class into your form,

IF you don't put any code on click event, it will work the default proc..
That is, a messagebox is given.
IF you put new code on click event, it will ignore the original code
and only do what you assign proc.


Well, you may sometime want it also work the original code,
how to do? This is simple.

btn::click()

you can call it in any part of your new click code,
in front, middle or end also availble.

Therefore, you don't afraid you cannot handle the code.




Finally, if you really want to use the dblclick function.
you can delete all the click event proc in the txt class.
The class is free and you can do it whatever you like. :)

>>Please re-download my bwtable
>>http://member.tripod.com/~justok/bwtable.zip


p.s. that webpage is read, nothing special, only 1.08 patch mod, quite old.
I got 2 hack on realm, maphack and colour hack, which show rune on red or purple color.
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform