AcuEmbedded

Determines whether the runtime should run in an independent window or as a frame within the document.

Parameter Type    Input Output
(BOOL) [TRUE, FALSE ]    [TRUE, FALSE]

The AcuEmbedded property accepts a BOOL as a value. When this property is set to "TRUE", the default, the window appears embedded in the browser document. Set it to "FALSE" when you want the window to appear independently, outside the browser.

For example:

AcuGTAX.AcuEmbedded = TRUE
if AcuGTAX.AcuEmbedded

The AcuEmbedded property is available any time after the Web runtime has been invoked. Its contents are read and applied to the runtime when AcuExecute is invoked.

Note that if you use the HEIGHT and WIDTH attributes of the <OBJECT> tag and you set AcuEmbedded to "FALSE", the Web runtime's logo screen will occupy that area on the HTML page while the application runs in its own window.