Changing Window Title on the Fly (WC_BLabel%) (AREV Specific)
At 21 JUN 2002 11:44:56AM Warren wrote:
I would like to change the Window Title on the fly depending on the value of a data field in the record. The logical place for this is in the Post Read process.
However, when I change WC_BLabel% I can't get the Window to display the update. I'ved tickle WC_Display_Action% and WC_Reset% with various combinations with no success.
Perhaps tickling WC_Window_Action%?
Any ideas?
At 21 JUN 2002 10:22PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Did you PERFORM "FLUSH TEMPLATES" ?
World Leaders in all things RevSoft
At 23 JUN 2002 04:17PM Ed Keeman wrote:
Hi
If you put
@DATA=CHAR(0):CHAR(100):CHAR(13) *; Ctrl-F7 + Enter
after the statement that changes blabel it will work.
@data gets filled with ctrl-f7 and enter what will put the window shortly in a resize mode, and this updates the label.
Ed Keeman
At 26 JUN 2002 09:13AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site';return(true)]The Sprezzatura Group[/url] wrote:
After setting WC_BLabel%, you need to call the Display.Border subroutine. It does not take any parameters.
World Leaders in all Things RevSoft