Hello,
My app has is showing data when I submit data but when navigating back from the BrowseGallery to that item the records disappears.
The only time it doesn't do this is when I enter the columns in the BrowseGallery, but when I re-edit the app the data disappears and I would have to reenter the data through the BrowseGallery again in order to see the data, but doesn't show on the phone app.
Button Icon that goes to detail screen from Gallery:
Set(glbCurrentRecord, ThisItem); Navigate(DetailScreen1)
DetailForm:
Item: glbCurrentRecord
DataSouce: Bincount (SQL table)
EditForm:
Item: glbCurrentRecord
OnSuccess: Back(); Set(glbCurrentRecord, Self.LastSubmit); Notify("Success: form was successfully saved", NotificationType.Success);
Thanks,
Jvang