문제

I have a multiple records on a list page. When I edit a record then it works fine but when I refresh the details form, record is changed to the first record every time!

I have checked, data source relations are working well! Problem lies somewhere else...

Any one, any idea?

도움이 되었습니까?

해결책

I refer you to the classic article about how to refresh data on the datasource. It's an essential read. Have you tried just reloading data of the selected record, and then updating the controls on the form?

Only occasoinally have I had to resort to saving the record id before refreshing a form, and searching for the record again afterwards (slow).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top