Hi all,
I have a form based on a foundset which is filtered by a foundset filter param onShow event.
I realize that when i add new records and save them, the broadcast is not done (other clients don’t see the new records until they show the form again).
On the other side, if i update an existant record, the broadcast is done perfectly.
Is it an expected behaviour or am i missing something?
Thank you in advance for your help.
At which point are you storing the field that filters the foundset?
where do you show the new records in in the other clients?
in related foundset? or in a normal/shared/separate foundset?
because only related foundsets will re query them selfs, we don’t push new records in normal/none related foundsets.
Thank you for your replies guys.
Juan
At which point are you storing the field that filters the foundset?
I’m updating the foundset filter param OnShow of the form.
Johan
where do you show the new records in the other clients?
On the same form!
in related foundset? or in a normal/shared/separate foundset?
In Default namedFoundset.
because only related foundsets will re query them selfs, we don’t push new records in normal/none related foundsets
Thank you Johan, this is what i want to know.