Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Manipulating frame text using reference variable 1998-12-15 -- Arie Rens > But how do I do this ?
> I am rather AppGenerator orientated.
Using the Global/Data buttons, define a new variable called Frame, type Window,
check Reference.
Open the procedure for the main menu as source (the 'Embeditor'), and search for the
text 'OPEN('. You will probably find just one: OPEN(AppFrame) (AppFrame being the
label for the main application window).
In the next embed point write:
Frame &= AppFrame ! Assign reference to main window to global variable
Whereever you want to change the title text of the main window, write in a
suitable embed point:
Frame{PROP:Text} = 'New Application Title'
Today is November 21, 2024, 6:59 am This article has been viewed 35204 times.
|
|