Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running .sprs in VFP7/8 screen refresh/redraw issue
Message
 
 
To
14/02/2003 16:56:30
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00753511
Message ID:
00753520
Views:
15
Tracy,

You can use Genscrnx #:SECTION3 directive to place code between last GET and READ command. If you don't have Genscrnx, download is available at http://mmfudg.lansing.com/tips_etc.htm.

>I have a couple of screens that have not been converted to VFP7/8 yet and when the .spr is run, the screen is painted slowly during runtime. I have tested putting a
>
>#IF 'VISUAL' $ UPPER(VERSION())
> _screen.lockscreen=.T.
>#ENDIF
>
>in the top of section 1 before the @..SAY etc and then immediately before the READ statement adding a
>
>#IF 'VISUAL' $ UPPER(VERSION())
> _screen.lockscreen=.F.
>#ENDIF
>
>This works, however, I cannot figure out how to get it into the .spr in the correct location by editing using the modi screen functionality in FPD26. I do not want to edit the .spr manually evertime I rebuild the app and regenerate the app's .sprs. Where to put the code so it goes into the .spr in the correct locations?
>
>Appreciate any ideas...
>TIA,
>Tracy
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform