To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The GetCurrentItem() method is used to retrieve the name of the currently active form item and accepts no parameters. It can return the following values depending on the focus location:
· the name of the corresponding action, if the program focus is on a button or another item having the ACTION attribute;
· The name of the current field represented in [tab_name.]field_name format. The tab_name is added to the retrieved value if a FROM clause contains an explicit list of fields. If the dialog uses FROM screen_record.* or BY NAME structures, the prefix is omitted;
· The screen_array name, if the program focus is in an active DISPLAY ARRAY list;
· Screen_array.screen_record identifier if the program focus is in INPUT ARRAY list. In some cases the field name can stay unidentified (e.g., in the BEFORE INPUT block of an INPUT ARRAY statement)