When I transfer my Foxpro Ver 2.6 programs and database files to ver 8.0 my screen commands in ver 2.6 don't work properly in ver 8.0. My "SAY" and "GET" commands don't line up properly on the screen. Example of how I wrote my screen commands in Foxpro Ver 2.6:
Set device to screen
@10, 10 say "stock number:"
@10, 23 get STOCK picture "xxxxxx"
Read
In Foxpro Ver 8.0 the "GET" command and "SAY" commands seem
to be much smaller and don't fill up my screen the same as
Ver 2.6. Is this something to do with FONT SIZE?? If so, how
would I write a GETFONT() command or do I need to rewrite all my old ver 2.6 programs to fit screen in Ver 8.0???
Set device to screen
@10, 10 say "stock number:"
@10, 23 get STOCK picture "xxxxxx"
Read
In Foxpro Ver 8.0 the "GET" command and "SAY" commands seem
to be much smaller and don't fill up my screen the same as
Ver 2.6. Is this something to do with FONT SIZE?? If so, how
would I write a GETFONT() command or do I need to rewrite all my old ver 2.6 programs to fit screen in Ver 8.0???