Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record Order
Message
From
19/07/1996 11:06:33
 
 
To
19/07/1996 10:57:50
Alex Zhadanov
Computer Generated Solutions
New York City, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00004194
Message ID:
00004256
Views:
47
>Yes I tried to take a look at the VFP samples. I found a lot of
>interesting and useful things but I did not find something about
>"Dynnmic" properties.
if I remember correctly there is a sample of using the
dynamic properties in the manual
- anyway it is not very complicated to use them
here is a quick example

if u'll add aproperty to the form
let's say lnRecNo
and put thisform.lnRecNo=recno() in the AFTERROWCOLCHANGE event
and set the DynamicForecolor property to
IIF(RECNO()=thisform.lnRecNo,rgb(whatevernumbers),this.forecolor)

u'd have the current record highlighted

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform