Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change the title of title bar of report.
Message
From
12/12/2003 09:10:04
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
12/12/2003 07:29:00
Mike Sontillano
Travellers Life Assurance of the Philipp
Naga, Philippines
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00858512
Message ID:
00858530
Views:
16
>Hi all,
>
>It is possible and how to personalized the title in the title bar of the report? I notice that when i preview the report the title of the title bar is the filename of the report.
>
>TIA.
>
>Mike
Define Window Output From 0,0 To 10,10 ;
	System Name oOUTPUT Close Zoom
With oOUTPUT
*	.Icon = "myIcon.ico"
	.Caption = "This is my custom caption - Yearly Sales Detail"
	.Height = _screen.Height/1.2 && Just for fun scaling 
	.Width = _screen.Width/1.2
	.Autocenter = .T.
	.Show()
Endwith

Report Form myReport window 'Output' prev

If Vartype(oOUTPUT) = 'O'
	oOUTPUT.Release()
Endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform