Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with scrolling PREVIEW
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00103636
Message ID:
00103654
Vues:
22
>>Does anyone else have problems with the display of data in a PREVIEW window
>>being messed up when you scroll it? If so, what do you do about it?
>Sometimes, I see it, especially if preview toolbar is undocked. So, I dock it.

Nice call, Ed. :-) Now, any idea on how to do it programmatically?

More details: The current code looks something like this:
=PrevWind('Purchase Orders by Vendor')
REPORT FORM rPOVend FOR TRVendor = TRIM(xVendor) PREVIEW WINDOW wShowInq 
wShowInq.Release()

FUNCTION PrevWind
LPARAMETERS tcTitle

IF PCOUNT() = 0
    tcTitle = 'REPORT'
ENDif

wShowInq = CREATEOBJECT('Form')
wShowInq.Name = 'wShowInq'
wShowInq.WindowState = 2
wShowInq.Caption = tcTitle
wShowInq.Show()

RETURN
If I take out the .Show(), preview the report, and then show the form Modal after I fix the toolbar, would that do it?
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform