Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Download file ? how to..
#5
Hi Soren. If is OnClick, put this code:
Code:
procedure TIWForm1.IWButton_ZipFilesClick(Sender: TObject);
begin
  ......
  AddToInitProc('ReleaseLock();');
end;
If is OnAsyncClick, put this code:
Code:
procedure TIWForm1.IWButton_ZipFilesAsyncClick(Sender: TObject);
begin
  ......
  WebApplication.CallBackResponse.AddJavaScriptToExecute('ReleaseLock();');
end;
Reply


Messages In This Thread
Download file ? how to.. - by SorenJensen - 02-29-2020, 11:24 AM
RE: Download file ? how to.. - by SorenJensen - 02-29-2020, 04:52 PM
RE: Download file ? how to.. - by SorenJensen - 03-01-2020, 12:59 PM
RE: Download file ? how to.. - by Jose Nilton Pace - 03-01-2020, 02:52 PM
RE: Download file ? how to.. - by SorenJensen - 03-01-2020, 04:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)