ACC1x: No Form Caption in Run-Time ApplicationID: Q109937
|
If you build an application to be distributed, make sure to include the TitleBar statement in the [Run-Time Options] section of your application's .INI file. If you do not, the title bar in your application will not display a caption. Additionally, no caption will be displayed when a table, query, form, or report is maximized.
The following example demonstrates how to correctly modify the
[Run-Time Options] section of your application's .INI file:
[Run-Time Options]
TitleBar=This Is My Application
This Is My Application
This Is My Application - [xxxxxx]
[Run-Time Options]
;TitleBar=This Is My Application
Microsoft Access "Distribution Kit Guide," version 1.1, "Custom Initialization (.INI) File," pages 5-7
Additional query words: adk runtime title caption
Keywords : kbusage FmsOthr
Version : 1.1
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: April 2, 1999