Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar VCR buttons not refreshing open window
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00040692
Message ID:
00040743
Views:
29
>I am using Visual Foxpro 3.0 for Windows. > >In my app I use a toolbar that allows users to skip forward and back in the main application table. This worked well in my project since I had converted it from FP 2.6. Each time I would issue SKIP or SKIP -1 then I would issue a SHOW gets and the window that is open with data on it would update. > >I am now using text boxes to display the data on the form, but I have not made them @say compatible. They thus will not update when the SHOW GETS is issued. So... how do I update the form to show the new values. > >Remember, my toolbar has the skipping buttons, not the form, so issuing a THISFORM.REFRESH does not work. Also, any form can be open and used with the toolbar, so I can't say GOODFORM.REFRESH since I won't know which form is open. > >Make sense? Can anyone help? > >Sincerely, >Evan Delay

How about _screen.ActiveForm.Refresh()
Previous
Reply
Map
View

Click here to load this message in the networking platform