Hi everyone,
Struggling hard with this.
I Have a page with some Text and ComboBox's controls, I'm trying to populate this controls from the Record selected in the Gallery in another page.
Ok I have the Record.
Navigate(GFMV_Visualizacao;ScreenTransition.None; {listafaturasmaterias_selected: GalFatutasListaInicial.Selected})
The problem is the OnVisible don't populate me any controls, for instance
OnVisible
TxtMytextBox.Text = listafaturasmaterias_selected.SomeField
This doesn't work for any control, besides if i Put TxtMyText.Text = "1" same behavior. If I Put OnVisible:
Notify(listafaturasmaterias_selected.SomeField, Sucess, 2000)
It Works
How can I Fill my Form (Page) with this values?, any clues? Bug? Bad user procedure?
Thanks,
Joao Livio
Solved! Go to Solution.
Hi @jlivio ,
You do not need to pass a Variable between screens - the Default of the Text box can simply be
galFatutasListaInicial.Selected.SomeField
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @jlivio ,
You do not need to pass a Variable between screens - the Default of the Text box can simply be
galFatutasListaInicial.Selected.SomeField
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
In did, I don't, thank you, solved
I'm using for ComboBoxes
ForAll(GalFatutasListaInicial.AllItems; MyField)
Regards
User | Count |
---|---|
174 | |
115 | |
86 | |
44 | |
41 |
User | Count |
---|---|
238 | |
150 | |
131 | |
77 | |
73 |