Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it a bug in fourth page in Report?
Message
From
15/03/2005 14:12:01
 
 
To
15/03/2005 02:39:51
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00994773
Message ID:
00996046
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform