Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Stata 8.2: How to display current dataset's filename in main window's title bar?


From   Nick Winter <[email protected]>
To   [email protected]
Subject   Re: st: Stata 8.2: How to display current dataset's filename in main window's title bar?
Date   Wed, 04 May 2005 08:32:03 -0400

I think you would need to write your own wrapper for -use-; something like:

program myuse
        version 8.2
        use `0'
        window manage maintitle `"$S_FN"'
end



At 02:12 PM 5/4/2005 +0200, you wrote:
Dear statalisters,

I would like to convince my Stata 8.2 to automatically display the
filename of the current dataset on the title bar of the main window. I
know how to do it manually by e.g. using - window manage maintitle
"$S_FN" - but is it possible to have it displayed without my
interaction after a new dataset has been loaded?

Thank you for efforts!

Sebastian
--
- Seb F Buechte
-
- Stay tuned!

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/
--------------------------------------------------------
Nicholas Winter 607.255.8819 t
Assistant Professor 607.255.4530 f
Department of Government [email protected] e
308 White Hall falcon.arts.cornell.edu/nw53 w
Cornell University
Ithaca, NY 14853-4601

*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index