Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Encapsulating Refresh
Message
 
To
27/03/1998 07:15:52
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00087587
Message ID:
00087640
Views:
32
>>Please excuse my ignorance, but I must go by what I know best at this time, i.e. Delphi. The Delphi components, like the ActiveX data components, automatically refresh as the record pointer moves in the dataset. Has anyone accomplished the same with subclassing the VFP components? (I'd rather not refresh every control on a form to update the databound components...)
>>
>>Thanks...
>>
>>Jack Mendenhall
>>RMI
>
>You don't need to refresh every control manually, just use
>
>THISFORM.REFRESH()
>
>or if you need to refresh just a subset of controls, place them in a container and just refresh the container.

I am trying to avoid refreshing the entire form or pageframe. If I use a container, then I would have to place all my databound components in a container separate from all other controls. Kind of defeats the RAD aspect of VFP...

Thank for the advice though...
Previous
Reply
Map
View

Click here to load this message in the networking platform