Skepsis IT Posted June 28, 2016 Posted June 28, 2016 (edited) Hi, I face a problem after version 0.99.95.1305. Perhaps it was before that version but now I checked the specific form. It is about a form that contains a UniPageControl and at the TabSheets are created dynamically frames. The problem is not at all frames (7) but only at two (2) specific frames. When I close the form having focused the specific frames the following Ajax Error come up O67E is not definedO427.retfalse.beforeclose=0;O427.close();O67E.setReadOnly(true);delete O6BA; How can I debug such errors?Forgot to mention that Delphi version XE6. I also attach error message and a view of one of the frames Thanks for the help. Correct if I am wrong but the problem is on frames that has a dblookupcombobox? Edited June 28, 2016 by skepsis Quote
Sherzod Posted June 28, 2016 Posted June 28, 2016 Hi, Sorry, can you make a small test case for this issue ?! Best regards. Quote
Skepsis IT Posted June 28, 2016 Author Posted June 28, 2016 This is difficult because it is a part of an application... Are there any changes on dblookupcombobox that I should check? Is there a way to identify which components create the problem? Quote
Administrators Farshad Mohajeri Posted June 29, 2016 Administrators Posted June 29, 2016 Can you try this: uniDBLookupComboBox.pas. Line: 276 procedure TUniCustomDBLookupComboBox.ListLinkActiveChanged; begin if (not IsDesigning) and (not IsDestroying) then if not IsLoading then CheckReadOnly; end; Quote
Skepsis IT Posted June 29, 2016 Author Posted June 29, 2016 Thanks Farshad, problem solved! I should do it in every new version or you are going to have on next builds? Quote
Administrators Farshad Mohajeri Posted June 29, 2016 Administrators Posted June 29, 2016 Thanks Farshad, problem solved! I should do it in every new version or you are going to have on next builds? Of course, I have applied the fix internally and it will available in next build. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.