Skinmanger1.RepaintForms(True); Root › Technical support › Troubleshooting This topic has 8 replies, 3 voices, and was last updated 11 years, 9 months ago by Support. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts February 9, 2013 at 4:26 am #35638 WolfgangParticipant Very inconvenient, as there is actually no Change in these Edits, but the OnChange executes an SQL script prematurely, having not enough data available for all parameters. February 9, 2013 at 6:42 am #50141 CheshireCatParticipant Hello Wolfgang, You can try provisional: Code: sEdit1.OnChange := nil; // Edit that performs SQL Skinmanger1.RepaintForms(True); sEdit1.OnChange := sEdit1Change; I think Serge will find a solution soon :a3: February 11, 2013 at 10:09 am #50151 SupportKeymaster Hello Wolfgang! I'm sorry, but I not quite understand a problem You meant that OnChange event occurs when RepaintForms procedure is called? Can you show a demo in this case, please? February 12, 2013 at 6:59 am #50168 WolfgangParticipant Unfortunately I can't reproduce this easily, (I tried) but it is happening. After removing the command, everything returned to normal. It also stops happening, when sSkinManager is de-activated. Kind Regards Wolfgang February 14, 2013 at 2:26 pm #50175 WolfgangParticipant It's happened again, in a different Application, where an OnChange Event is triggered in a TsEdit, beginning a Search, before the Table is actually opened. The strange thing is, that this is NOT happening on Win7, but IS happening on Windows 2008 Server. The resulting Exception is reported by MadExcept. Unfortunately, I haven't got the time to explore this further. I hope you'll find a solution Kind Regards Wolfgang February 14, 2013 at 3:04 pm #50176 WolfgangParticipant FYI: Changing TsEdit to TJvEdit and TsDateEdit to TJvDateEdit fixes the problem. There is definitely some problem in TsEdit and TsDateEdit. Kind Regards Wolfgang February 17, 2013 at 2:03 pm #50190 SupportKeymaster I can't understand this problem still. Can you help me with reproducing, please? February 17, 2013 at 2:21 pm #50193 WolfgangParticipant I wish I could. But then I would probably find a solution myself as well. Sorry Wolfgang February 17, 2013 at 4:16 pm #50196 SupportKeymaster You mean that it's not easy for you to show a problem? Otherwise, maybe you can describe this trouble more? You meant that OnChange event occurs when RepaintForms procedure is called? Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting