Jump to content

Edit memo on dbgrid showing error message


FFREDIANELLI

Recommended Posts

Please some help, if i put an hiden panel with a tunidbmemo on it and connect the column where I whant do show de editor , i get this message when the program start, if i type ok, the editor works ok, it shows in the grid normaly... but how to avoid this message ?

Version 1.90.1509

image.png.2f350209b39754fceefb90da60091577.png

Link to comment
Share on other sites

I tryed to create a testcase but without success (the system use a lot of sql server tables), than I excluded the grid and recreated one columm a time, no errors until I insert a numeric field, at the first numeric field the error is show at the line:

TUniCustomDBGridColumn.InitEditor(C: TJSObject; Fld: TField);

    if FEdit is TUniCustomMemo then
      with TUniCustomMemo(FEdit).JSInterface do
      begin
---->>>>        JSConfig('grow', [True]);
      end;

if i comment this line the no error is triggered and the editor show (but obviusly the line do now Grow... do acomodate the tdbmemo...)

If exist some workarround please letme know.

Thanks

I can provide remote access may be you can see something that i can't.

Link to comment
Share on other sites

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...