Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid record mark.
Message
From
06/11/1997 13:55:13
 
 
To
06/11/1997 13:52:44
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00058650
Message ID:
00058674
Views:
29
>>>>>Does anyone know how to ensure that the current record in the grid allways has the record mark on it? In my opinion this has never worked the way it should intuatively work. Am I wrong?
>>>>
>>>>I agree it doesn't work right. I work around it by setting focus
>>>>to the grid momentarily every time I move the record pointer
>>>>programatically. You can eliminate the screen "blip" of the setfocus
>>>>by doing a THISFORM.lockscreen=.t. before the setfocus, and a
>>>>THISFORM.lockscreen=.f. afterwards.
>>>
>>>I've also done this but I am having trouble with a custom grid class contained within a container class. I need the container to fix another problem. I needed a true lostfocus event and the grid was repainting itself after the last grid event had fired. I was just wondering if someone else had a different solution before I dig in and add this to my class. After three versions of Windows based foxpro versions I would think this would have been fixed.
>>
>>The best remedy here is to color current record in grid and don't use RecordMark.
>
>Ive been working on that but it seems to be very slow. Do you have any advice as to what to do and what not to do?

You use DynamicBackColor property, and this is not slow.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform