Atozed Forums

Full Version: IW error in IE - remove()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.

[attachment=323]

Regards,
Robert
Please specify which IE version.
(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
(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;
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
This issue has been fixed and it will be released today.

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

Cheers,


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

Cheers,


Thank you.