Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change active form
#1
how to change active page(form) 
i immediately release active form before jump to next form

The problem is if more than 1 user try to change form. it saying form already exist

below code will show you
TdashboardForm has labels. Each of them has different form to jump in

if not (WebApplication.ActiveForm is TdashboardForm) then
  TIWAppForm(WebApplication.ActiveForm).Release;
TuserAddForm.Create(WebApplication).Show();
Reply


Messages In This Thread
Change active form - by morhous - 09-18-2018, 06:11 AM
RE: Change active form - by Jose Nilton Pace - 09-18-2018, 11:26 AM

Forum Jump:


Users browsing this thread: 5 Guest(s)