Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi,
I have an input form that includes a container that is optionally visible - something like:
<container type="visibleGroup" visibleIf="[folder/@label]='test'">
<input .... />
</container>
When I create (and save) a new record the section remains hidden. If I change record, or hit refresh (F5)
the section becomes visible.
How would I ensure the section becomes visible when the record is saved without requiring the user to
refresh manually
Thanks
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
Hi,
You have to do something like this.
<container>
<input.....>
<enter name="onChange">
<refresh/>
<setModified/>
</enter>
</input>
</container>
Regards,
Amit
Hi,
You have to do something like this.
<container>
<input.....>
<enter name="onChange">
<refresh/>
<setModified/>
</enter>
</input>
</container>
Regards,
Amit
Visualizações
respostas
Total de curtidas
Thanks Amit,
I will give that a try when I am back at my desk.
Any idea where I would find that in the documentation ?
Kind regards
Ian
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas