I am trying to include the name of the active window in the Help/About menu
option. This way when users are running the application they could refer to
Help/About and tell me exactly what the name of the window is and report that in
their problem report?
Thanks in advance
Mike Chamanara
DigitalNet
On 11 Jun 2004 13:02:11 -0700, "mike chamanara"
<mike.ch...@digitalnet.com> wrote:
Bruce Armstrong [TeamSybase]
http://www.teamsybase.com
Two new books on developing with PowerBuilder
http://www.pb9books.com?source=newsgroups
Need code sample? Check out CodeXchange:
http://www.codexchange.sybase.com
ISUG Enhancement Requests
http://www.isug.com/cgi-bin/ISUG2/submit_enhancement
Preach the gospel at all times. If necessary, use words. - Francis of Assisi
http://www.needhim.org
---------------------------------------------------------------------
DISCLAIMER:
This newsgroup message is only intended for the recipient. Given that it
is a posting to a public newsgroup, that means if you can read this
message then you are the recipient. This message may contain information
that is confidential and protected from disclosure. And then again,
it may not.
Given that TeamSybase members are not employees of Sybase, the contents
of this message do not necessarily represent the views or policies of
Sybase. Given that TeamSybase is a diverse group of users of Sybase
products, the contents of this message do not necessarily represent the
views of a significant number of the members of TeamSybase. Given that the
author has mutliple personalities and hears voices in his head, the contents
of this message do not necessarily represent his own views.
Mike,
In the menu option for openingout window, you will need to getthe name of the
active sheet. In the script before you open the about window, have your MDI
window do a GetActiveSheet. Then get the window name and pass it to the about
window.
mdiframewindow.GetActiveSheet()
Look in help for more on this function.
I hope this helps.
Jim
On 11 Jun 2004 18:25:00 -0700,
in sybase.public.powerbuilder.powerscript
Jim Smith
jrsmithATduqlightDOTcom
Thanks, it works.
Mike