taskbar show name of form

J

JB

I have several forms open on my desktop and the title for the forms are
form1, form2 form3 and it changes as the form is submitted. However I don't
know which one to click on for a particular form. Another words, if I have
the form phone log and the form students. I have to click the first one on
the taskbar titled form1 and see if that is the phone log or if it is the
students form. How can I get it to show phone log and students instead of
form 1 form 2 and etc.? Thanks for your help.
 
S

S.Y.M. Wong-A-Ton

Add an OnContextChange event handler to your form (Tools > Programming > On
Context Change Event), and add the following JScript code where there is a
comment to add your code there:

Application.ActiveWindow.Caption = "My Form Caption";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top