Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change the title of title bar of report.
Message
De
12/12/2003 09:10:04
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
12/12/2003 07:29:00
Mike Sontillano
Travellers Life Assurance of the Philipp
Naga, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00858512
Message ID:
00858530
Vues:
17
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform