Hi Freaks
Im just writing two programs.
One used as an interface where a user can retrieve a entity (Table of persons).
Then he/she can sort and check all or a few of them to "work" with.
The worker/background-programm is the second one to which I pass the entity by an entity-parameter.
Works perfect but ...
But I want to pass the "check" status to the background programm, I run into a "trouble"
I define a non database field (with this extra inf) in the entity to hold such information.
And this non-database is not passed between the components
Have a look into the documentation and yes only database fields (or the UF10 is_external=True) are passed between component.
So any idea how to pass such information from one component to another?
Okay, I could pass a UIL (UnifAce Item List) in paralell to the entity, but this is not a "good programming" to have parts of the same record (=entity) in different variables
Defining a field as "database" only for purpose of passing parameters ruines my database.
If just passing the person-IDs plus the extras infos I have to reread all person in the background programm.
Using of handles to get information from the user interface is also not a good programming.
The interface between the programms should be as small as possible
Any other ideas beside the solution to change the programmin language ... 🙂
Ingo




