Greetings,
I have to make a customization to a form. Not a big deal, I go in, turn on customization and make changes to the code in the form_load event. I compile to make sure it doesn't pop up an error, save and exit. I exit customization. I then close the form and re-open it. Go back into customizations and the code changes I made are not there! Gone!
I have tried this several times with customization level being set to Self or All Users. My user roles are set to admin. This is Dynamics SL version 8.01.21219.00.
Any thoughts as to why my changes arent being saved?
Sr. Software Developer/Analyst
Hope Network
Grand Rapids, Mi USA
Kevin,
Can you tell me what your customization is doing and on what screen. The only reason we can think of for a customization to appear as though it did not save would be because there is code that overrides the customizations.
Blaine
Technical Support Engineer
**This posting is provided " AS - IS" with no warranties and confers no rights.
I am trying to modify the shippers screen under order maintenance (40.110.00), in the form_load event I want to place some error trapping to allow it to close any cursors that may be open.
We added this line of code to form1 load event and it changed the caption when the form was loaded to ‘hello’.
Call setprop("lcaption_array_62", "text", "hello")
So that tells us we can save code to the form1 load event without error. At least this simple code.
If you want to you can send a sample of your code to test on our system.