![]() |
|
IW error in IE - remove() - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IW error in IE - remove() (/thread-2164.html) |
IW error in IE - remove() - brsoft - 12-01-2020 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 RE: IW error in IE - remove() - kudzu - 12-01-2020 Please specify which IE version. RE: IW error in IE - remove() - brsoft - 12-01-2020 (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 RE: IW error in IE - remove() - brsoft - 12-01-2020 (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; RE: IW error in IE - remove() - Alexandre Machado - 12-02-2020 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 RE: IW error in IE - remove() - Alexandre Machado - 12-03-2020 This issue has been fixed and it will be released today. Cheers, RE: IW error in IE - remove() - brsoft - 12-03-2020 (12-03-2020, 09:38 AM)Alexandre Machado Wrote: This issue has been fixed and it will be released today. Thank you. RE: IW error in IE - remove() - brsoft - 12-03-2020 (12-03-2020, 09:38 AM)Alexandre Machado Wrote: This issue has been fixed and it will be released today. Thank you. |