I experienced the same phenomenon.
For some reason, FoxPro reports inherit the display DPI. So when my display DPI have set to 125%, the report comes out zoomed too.
I just upgraded recently, too... so far, it works surprisingly well!
and it's easier on the eyes than W10 in my opinion.
anyway, you might wanna check this, if you don't want it to talk behind your back:
https://www.oo-software.com/en/shutup10
Dear All,
is it possible to read from the Outlook Application object if a date is holiday according to the local national settings?
I'm thinking of an IsHoliday(DATE()) function which would simply return .t. or .f.
Dear Chris,
thank you very much for your detailed description about using the Object Browser.
I must admit, I never had formal training about object-oriented programming, so I never knew what Object Browser is good for.
(Also, if anyone asks if Visual Foxpro 9 works in portable mode, it does...
Dear All,
I have a routine where I have to search emails in Outlook with a specific subject.
It goes like this:
loOutlook=CREATEOBJECT("Outlook.Application")
loSearch=loOutlook.AdvancedSearch("'Inbox'","urn:schemas:mailheader:subject like...
Hi All,
there's a rather big (224000+ records) DBF table on a network drive. It is used in shared mode between multiple workstations.
Sometimes I need to do a rather lengthy database maintenace which is mainly consists a REPLACE ALL ... FOR ... command. Due to the speed of the network, this...
an easier approach without knowing the source code:
check what dll's are on the old machine in the program's directory, and copy those dll's to the new machine
something still not right.
I managed to handle the drag from inside grid container, and whether the drag is successful or not, the grid containing form becomes unclosable, like the oledraganddrop was still in progress. the controls on the form remain active, but I can't close it.
any advice?
now I found another interesting phenomenon.
if the grid source is empty (reccount()=0) and I press PgDown, the grid drops the grid source and gives a "Record is out of range" error message.
there is no any specific key handling on PgDown, nor ON KEY, neither in the form's or the grid's Keypress...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.