KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Standard Form Window has been renamed to Plain Form Window
PRODUCT: 4D | VERSION: 11.4 | PLATFORM: Mac & Win
Published On: April 9, 2009

As of 4D v11 SQL Release 4, the 4D constant "Standard Form Window" has been renamed to "Plain Form Window".

This is not an issue for code that has already been tokenized as the constant will change automatically depending on the version of 4D v11 SQL that the database is opened in (i.e. once tokenzied, the token equals a longint "8" in all versions of 4D v11 SQL).

On the other hand, developers need to be aware of this change when writing new code in 4D v11 SQL Release 4 or when switching back to an older release of 4D v11 SQL.

For more information please see the documentation here: Open form window.

Commented by Jesse Pina on July 2, 2009 at 3:26 PM
The actual functionality of the window has not changed. The name of the constant is the only change.