Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnAsyncPageUnloaded don't wok
#4
The problem exists even with no code inside the OnAsyncPageUnloaded event.

Also I don't understand WebApplication.ActiveFormCount = 1. My formCount is always greater than 1.  So  WebApplication.SelfDestruct(15); will never happens.


  if AIsCurrent and (WebApplication.ActiveFormCount = 1) then begin
    WebApplication.SelfDestruct(15);
  end;
Reply


Messages In This Thread
OnAsyncPageUnloaded don't wok - by Mikael Nilsson - 02-20-2023, 10:57 AM
RE: OnAsyncPageUnloaded don't wok - by Mikael Nilsson - 02-22-2023, 01:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)