Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to detect only row change in grid.
Message
From
13/07/2000 22:41:53
 
 
To
09/07/2000 02:03:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00389383
Message ID:
00392206
Views:
17
if mdown() *We clicked somewhere
lnNewRow = 0
this.GridHitTest(mcol(), mrow(), '', @lnNewRow)
if lnNewRow <> this.relativerow
*** We are moving rows!
else
*** We are moving columns!
endif
else
if inlist(lastkey(), 18, 3, 5, 24)
*** We are moving rows!
else
*** We are moving columns!
endif
endif

this doesent seem to work as lnNewRow Value is always 0.
Rajesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform