Home > Back-end >  How to display the form?
How to display the form?

Time:10-07

I have a question, want to pop up a form, a copy in the form of the background process, copied the pop up again after the next form, on a form closed, could you tell me how to do this? Thank you very much!

CodePudding user response:

Background form=f1
Single out prompt window=f2

First f1. Enabled:=false, the model of single out f2, at the same time set f2 set-top
Do copy
F1. Enabled:=true, shut off the f2

CodePudding user response:

Can say the detailed point? Do have a instance, thank you!

CodePudding user response:

Popup form first, and a copy in the form of the background process, copied the pop up again after the next form, on a form closed, my main problem is a copy a form before the background process, forms, and you won't come I want to pop up a window in the front, thank you.

CodePudding user response:

reference cgh2012 reply: 3/f
popup form first, in the form of a copy the background process, copied the pop up again after the next form, on a form closed, my main problem is a copy a form before the background process, forms, and you won't come I want to pop up a window in the front, thank you.


To use the f2. The show; Then copy
If the f2. Showmodal; No chance to perform the copy
  • Related