Summary To use CALL FORM I need the window-reference. I never thought about taking care of window-references and I’m not happy about to start that extra efforts. Therefore I was thinking about how to ask 4D, to receive the window-reference for a process, where I know the name of. I usually don’t know the process-name […]
Beiträge vom Juli 2017
Tokens in object.notation
Question I’d asked object notation is something like $name:=$o.Firstname the key Firstname is not set in doublequotes. Hmh, that means Firstname is tokenized, or is it? Will keys in OB SET($o;Firstname;“Vorname“) be tokenized too? Answer by Raphael Herouart $name:=$o.Firstname Will be tokenized into something like this: [LocalVar][Assign][LocalVar][TokenMember] So if it was your question „1“, yes […]