Show/Hide Toolbars

Flynet Studio User Interface Generation Properties

For screen applications that provide translation inside screens, mapped labels cannot be simply generated into the Flynet web page, but should be treated as dynamic data.

 

To make it easy to apply to a complete project the DynamicLabelText property is available at the Application and Screen level and DynamicText at the Label level.

 

At the ScreenDef and Label level, the following options are provided:

 

 

Value

Meaning

Default

Use the DynamicLabelText setting for the Application Definition that this Screen is contained in (True or False)

False

Do not read text dynamically from the screen to display in the web page (hard-code text based on what is in the label definition)

True

Read the label text from the screen when displaying the web page (do not hard-code in web page)

 

You can always override this setting on an individual label basis with the DynamicText property for the respective label.