Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form not refreshing when moving through records in table
Message
From
13/08/2001 11:53:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Form not refreshing when moving through records in table
Miscellaneous
Thread ID:
00543067
Message ID:
00543067
Views:
44
I have recently added a print button a form which simply displays data from a table one record at a time...you move through the table by VCR buttons which are on the form. When I click on the print button and then click on the VCR buttons again, the data on the form is not updated with the current record. However, I can see that it is moving through the table correctly...it appears that the screen is just not refreshing. Here is the code behind the Print button:

thisform.lockscreen=.t.

report form security.frx all to printer noconsole

select tmp_brow
go top
thisform.lockscreen=.f.


Can anyone help me?

Thanks in advance!
Next
Reply
Map
View

Click here to load this message in the networking platform