'id': An Identifier for the View Settings

'id' Setting Overview

Setting Usage in .4gl File

Setting Usage in .fm2 File

'id' Setting Overview

The id is an identifier for a certain collection of settings, used for a specific interaction (View). This setting is used in pair with the views setting.

The value for the id setting is a STRING.

Setting Definition in .4gl File

Setting format for the .4gl file:

<InteractForm_Settings>.id = STRING

The <InteractForm_Setting> is the variable you specify at the beginning of your interaction with Lycia LowCode.

Example:

LET rec_settings.id = "settings"

LET rec_settings.views["test_05"].paged_mode = 1

...

 

Return to top

Setting Definition in .fm2 Form File

Setting format for the .fm2 form file:

<form xmlns="http://namespaces.querix.com/2015/fglForms" interactSettings='[

{

"id":"settings",

"views": {

"<db_table_name>" : {

"<view_setting_1_name>":"<view_setting_1_value>",

"<view_setting_1_name>":"<view_setting_1_value>",

"<view_setting_1_name>":"<view_setting_3_value>"

}

}

}

]'>

 

Return to top

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.