Hi All,
I'm opening a form with command
In a given situation would be nice to read back the name (here "oSomeName") from the child form SomeForm. oSomeName.name works, but returns "SomeForm" of course. I'm looking for something which returns string "oSomeName"
The problem was discussed here formerly I suppose, but I can't find it. So I'm sorry for the question.
Toman
I'm opening a form with command
Code:
DO FORM SomeForm NAME oSomeName
The problem was discussed here formerly I suppose, but I can't find it. So I'm sorry for the question.
Toman