Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW error in IE - remove()
#1
Hi!

Old browser (IE) is sending an error message:
SCRIPT87: Invalid argument.
IWBase__2880361862.js (4,13969)

Problem: remove() function.

I attached a screen about the location of the error.

   

Regards,
Robert
Reply
#2
Please specify which IE version.
Reply
#3
(12-01-2020, 02:04 PM)kudzu Wrote: Please specify which IE version.

Hi!

Browser:
Internet Explorer 11
version: 11.630.19041.0
update: 11.0.220 (KB4586768)

IW: v15.2.18

Regards
Robert
Reply
#4
(12-01-2020, 02:04 PM)kudzu Wrote: Please specify which IE version.

Hi!

Here is the example code:

type
  TIWForm1 = class(TIWAppForm)
    IWButton1: TIWButton;
    IWGrid1: TIWGrid;
    IWComboBox1: TIWComboBox;
    procedure IWButton1AsyncClick(Sender: TObject; EventParams: TStringList);
  public
  end;

implementation

{$R *.dfm}

procedure TIWForm1.IWButton1AsyncClick(Sender: TObject;  EventParams: TStringList);
begin
IWGrid1.Cell[0,0].Control:=IWComboBox1;
end;
Reply
#5
I'll have a look and let you know. We are going to release an update later today and I'll see if I can include this fix in the update.

Cheers
Reply
#6
This issue has been fixed and it will be released today.

Cheers,
Reply
#7
(12-03-2020, 09:38 AM)Alexandre Machado Wrote: This issue has been fixed and it will be released today.

Cheers,


Thank you.
Reply
#8
(12-03-2020, 09:38 AM)Alexandre Machado Wrote: This issue has been fixed and it will be released today.

Cheers,


Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)