How to freeze Forms on SKILL ?

E

eslam mostafa

Guest
Dear ALL
I have a Form (Mother Form) created in SKILL which has a button which
displays/opens another from (Child Form). I need to disable/freeze the
mother Form once the child form is displayed. And returns to be active
after closing the Child Form. I mean by freezing is not to accept any
actions in the Mother Form like switches, buttons, string fields or
etc.

Is it possible in SKILL?
If yes, What is the function in SKILL which allows me to make that
procedure ?

Thanks in advance
islam
 
In article <6e145fdb-be72-4081-80b0-f5169e0b44dc@a36g2000yqc.googlegroups.com> eslam mostafa <engemk@gmail.com> writes:
Dear ALL
I have a Form (Mother Form) created in SKILL which has a button which
displays/opens another from (Child Form). I need to disable/freeze the
mother Form once the child form is displayed. And returns to be active
after closing the Child Form. I mean by freezing is not to accept any
actions in the Mother Form like switches, buttons, string fields or
etc.

Is it possible in SKILL?
If yes, What is the function in SKILL which allows me to make that
procedure ?
Add the argument "?dialogStyle modal" to hiCreateAppForm for the child form,
and that will block input to all other forms/windows in DFII until that form
is OKed or Canceled.

There currently is no way to block a single form while another form is up.

-Pete Zakel
(phz@seeheader.nospam)

"One difference between a man and a machine is that a machine is quiet
when well oiled."
 
On Aug 23, 9:13 pm, px...@cadence.com (Pete nospam Zakel) wrote:
In article <6e145fdb-be72-4081-80b0-f5169e0b4...@a36g2000yqc.googlegroups..com> eslam mostafa <eng...@gmail.com> writes:

Dear ALL
I have a Form (Mother Form) created in SKILL which has a button which
displays/opens another from (Child Form). I need to disable/freeze the
mother Form once the child form is displayed. And returns to be active
after closing the Child Form. I mean by freezing is not to accept any
actions in the Mother Form like switches, buttons, string fields or
etc.

Is it possible in SKILL?
If yes, What is the function in SKILL which allows me to make that
procedure ?

Add the argument "?dialogStyle modal" to hiCreateAppForm for the child form,
and that will block input to all other forms/windows in DFII until that form
is OKed or Canceled.

There currently is no way to block a single form while another form is up..

-Pete Zakel
 (p...@seeheader.nospam)

"One difference between a man and a machine is that a machine is quiet
 when well oiled."
Many thanks for your Help

islam
 

Welcome to EDABoard.com

Sponsor

Back
Top