Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 displays only a portion of the report
Message
De
23/02/2014 00:53:02
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
21/02/2014 20:59:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Divers
Thread ID:
01594739
Message ID:
01594974
Vues:
93
This message has been marked as a message which has helped to the initial question of the thread.
Peter,
thank you for the information

this need to checked - until I find time ...


To the ghost recangle. I have seen this. It can be removed if VFP runs in the compatibility mode. (Hope that is the right word, The Win 8.1 comp is in the hand of the kids for the moment and I can not remember the right naming in german ...) Be carefull with this, if you choose wrong all windows of vfp may be moved outside _SCREEN. (Properties, command etc)


>Okay, here are the resultls of my research.
>
>Both this partial report display and the other issue I reported (Dragging causes a ghost rectange, Message#1592055) are related to the setting of the screen resolution. Rightclick on the desktop and choose 'Screen Resolution'. In my case it was set to 2048x1152. Moreover, I had chosen for enlargement of all items to 150 percent.
>When I set these to 1600x900 and 125 percent (normal), the issues are gone.
>
>I think there is some related code in (see Reportpreview project) frxpreviewform.init(). The following piece of code gave 96 (screen dpi) as the result. Now the result is 120. Probably that code needs a revision for the repair of the report issue. The other issue is typically vfp. A repair via any vfpx project is unlikely.
>
#define LOGPIXELSX 88
>
>declare integer GetDeviceCaps in WIN32API integer HDC, integer item
>declare integer GetDC         in WIN32API integer hWnd
>*declare integer DeleteDC      in WIN32API integer HDC
>declare integer ReleaseDC     in WIN32API integer hWnd, integer HDC
>
>local hdc, screenDPI
>hdc    = GetDC(0)
>THIS.screenDPI = GetDeviceCaps( m.hdc, LOGPIXELSX )
>ReleaseDC( 0, m.hdc )
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform