Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem to create a modal form - SOLVED
#4
I checked your project and IW doesn't currently support that type of construction. The Object inspector shows all containers as possible candidates to be linked as a ContentElement, but at runtime the region parented to another form can't be used in a different form host. If you create the TIWFormModal at runtime (as shows the code in your test case that has been commented out) it will become the active form and you won't be seeing the old form on the browser anymore.

You can make it work correctly if you make it a frame instead of an IWform. In that case you must create the IWFrame at runtime and set the content element to the IWRegion on the frame
Reply


Messages In This Thread
RE: Problem to create a modal form - by StephB - 07-07-2023, 09:58 AM
RE: Problem to create a modal form - by Alexandre Machado - 07-13-2023, 02:13 AM
RE: Problem to create a modal form - by StephB - 07-13-2023, 04:41 PM
RE: Problem to create a modal form - by StephB - 08-01-2023, 03:32 PM
RE: Problem to create a modal form - by StephB - 08-04-2023, 12:28 PM
RE: Problem to create a modal form - by StephB - 08-07-2023, 02:03 PM
RE: Problem to create a modal form - by StephB - 08-08-2023, 08:40 AM
RE: Problem to create a modal form - by StephB - 08-09-2023, 05:02 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)