Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Current Row?
Message
From
17/08/1999 18:07:28
 
 
To
17/08/1999 16:04:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00254638
Message ID:
00254720
Views:
27
Hi Dan,

>I'm curious how did you implement your solution? I assume the modal is using the default data session. But how are you moving the record pointer in the grid? I had a couple ideas but didn't really have time to test anything out.

Well, to implement it you just create a Current Record Variable in the grid or form, then your dynamic fore color looks like :

'iif(recno(This.recordsource)=This.nCurrRec,rgb(),rgb())'

Moving the record pointer? Just seeks and locates and after the find I update nCurrRec with the new Recno().
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform