Page 1 of 1

New records aren't broadcasted

PostPosted: Sun May 17, 2015 8:37 pm
by madimane
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.

Re: New records aren't broadcasted

PostPosted: Sun May 17, 2015 11:56 pm
by jasantana
At which point are you storing the field that filters the foundset?

Re: New records aren't broadcasted

PostPosted: Mon May 18, 2015 10:06 am
by jcompagner
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.

Re: New records aren't broadcasted

PostPosted: Tue May 19, 2015 1:31 pm
by madimane
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.