Setting Title to (OpenInsight Specific)
At 08 FEB 1999 02:17:28PM Duane ALDATA wrote:
I have a window that I am manually populating on the read event. (The window displays a 3 part key as one string, so I need to parse it out before reading). The problem with doing this manually is that I don't get the on the titlebar of the window when I enter a new key. As all of the other windows in the program are attached to a dataset, which somehow generates this title, this is creating inconsistancies in my program. Is there a way that I can send a message to the current window and change the title?Any suggestions greatly appreciated.Duane PekseALDATA Software Management Inc.duanep@aldatasoftware.com
At 08 FEB 1999 04:46PM Mike Ruane, WinWin Solutions Inc. wrote:
Duane-
Set the Text property of the Window to ""
x=Set_Property(@window, 'TEXT', '')
Hope it helps-
Mike Ruane
WinWin Solutions Inc.
WWW.WinWinSol.com
At 11 FEB 1999 03:33PM Cameron Revelation wrote:
Duane,
On the read event, are you forwarding the event or returning 1?
Cameron Purdy
Revelation Software