eslam mostafa
Guest
Mon Aug 23, 2010 5:58 pm
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
Pete nospam Zakel
Guest
Mon Aug 23, 2010 8:13 pm
In article <6e145fdb-be72-4081-80b0-f5169e0b44dc_at_a36g2000yqc.googlegroups.com> eslam mostafa <engemk_at_gmail.com> writes:
Quote:
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_at_seeheader.nospam)
"One difference between a man and a machine is that a machine is quiet
when well oiled."
eslam mostafa
Guest
Tue Aug 24, 2010 11:51 am
On Aug 23, 9:13 pm, px...@cadence.com (Pete nospam Zakel) wrote:
Quote:
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