Individual Object Setting in Autotext and Lists
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Direktlink dieser Nachricht
- Anstößigen Inhalt melden
2024-12-05 12:08 PM - bearbeitet 2024-12-05 12:10 PM
I've created a ParamO object with custom individual settings. I want to extract those parameters in Label AutoText and Lists, however I can't seem to find a way to reference these parameters. Is there a way to do this? I can't seem to find a way to place them in the Classification settings.
- Labels:
-
Bibliotheks-Ressourcen

- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Direktlink dieser Nachricht
- Anstößigen Inhalt melden
am 2024-12-05 12:26 PM
It is possible to list individual GDL Object parameters in the Interactive Schedule, by selecting Library Part Parameters as to be added values.
Autotext or Properties have no access to Object Parameters. But you can create your own label and read the object parameters with the command :
n = REQUEST ("ASSOCLP_PARVALUE", expr, name_or_index, type, flags, dim1, dim2, p_values).
GDL object creation: b-prisma.de