Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Reports in final application
Message
De
14/01/2000 06:21:04
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
14/01/2000 04:53:31
Upendra Nayak
Cadsys Technologies
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00318080
Message ID:
00318091
Vues:
36
>Dear UT User's
>
>We use report forms in all our application. When we view any report
>in preview mode, the title bar of the report (Form), display's
>something like :
>
>Report Designer - rp_email.frx - Page 1 - Automail
>
>
>Where : rp_email.frx is my report form name
> Automail is the application name.
>
>Can any one guide me as to how do I avoid getting this message
>on report title bar.
>
>with regards


Upendra,
Try this :
oForm = createobject("Form")
With oForm
  .WindowState = 2
  .Caption = ""
* .TitleBar = 0 && Completely removes titlebar
  .BackColor = rgb(255,255,255)
  .Show
Endwith
Report form myreport prev window (wontop())
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
Répondre
Fil
Voir

Click here to load this message in the networking platform