Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it a bug in fourth page in Report?
Message
De
15/03/2005 14:12:01
 
 
À
15/03/2005 02:39:51
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00994773
Message ID:
00996046
Vues:
19
This message has been marked as a message which has helped to the initial question of the thread.

> Can you post more of a complete example of what you are trying to do then?

when I press four page button, sample if my caption "Cari Hesap Raporu" to changes to "Report Preview - caharek2.frx Page 1 1"


Martin, if you are going to do this, please post a complete, runnable example. Your code example does not run as is and I don't want to guess whereabouts you are placing these lines of code.

Hoever, because I'm in a good mood, here is a counter example:
rlist=CREATEOBJECT("reportlistener")
rlist.listenertype=1

*---- code added by colin
x = null
do (_reportpreview) with x
rlist.PreviewContainer = x
*--------------------------

rlist.PreviewContainer.caption="My Title"

report form (_SAMPLES+"\solution\reports\invoice.frx") object rlist
This works for me, in that when I change the number of pages visible by clicking on the toolbar, the title of the preview window remains as "My Title". Can you confirm that this works for you?

- Colin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform