Dear all,
I developed a new screen in SL 7.My screen have 2 controls : Status and Date.Ititialy,I invisibled Date control.When I change the Status control,I visible Date control and user will input data in it.But after I finish this screen and open data again,the data is not saved in the DBs.I dont know why?If I visible Date control as default ,it worked.
Could you help me to clarify this problem.Thanks in advance.
Hien
Hien
There might be a few possible causes for this:-
- The screen (or the kernel) is not attempting to do a SAVE
- A SAVE is being attempted, but the date field is not included
- A SAVE is being attempted, but the value being updated into the Date field is wrong
I think a useful place to start is to use SQL Profiler to capture the SQL that is run when you do a SAVE.
That should show you the SQL that is being run to do the Update.
And hopefully, seing that Insert/Update statement should narrow things down a bit.
Barry
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148