Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

This setting helps Genie detect a subfile when its option column is not the first column. By default, Genie looks for a small input field in the first column of a detected subfile. With this option, the input field can be in any other column, and Genie can detect the subfile.

...

This setting is available with Profound UI releases after Version 6 Fix Pack 2.1.

 


Example:

Code Block
pui["option column number"] = -1;	//The last column has the options, and dropdowns should go there.

This setting should be used on a per-screen basis; i.e. set it in the screen's "onpageload" event. If most of your subfiles use the option column in the last column, you can set this option globally, as explained Here.