Jump to content

Recommended Posts

Posted (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 defined
O427.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?

post-1478-0-31585600-1467109797_thumb.png

post-1478-0-76624300-1467109798_thumb.png

Edited by skepsis
Posted

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?

  • Administrators
Posted

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;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...