Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-21 Thread Derek Kalweit
Is Desktop =.T. on the parent form? Is the parent form modal? These are forms within the VFP main window. Both have Desktop = .F. Modal or Modeless? -- Derek ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-21 Thread MB Software Solutions
Derek Kalweit wrote: Is Desktop =.T. on the parent form? Is the parent form modal? These are forms within the VFP main window. Both have Desktop = .F. Modal or Modeless? Modeless. -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com

Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-21 Thread Derek Kalweit
Is Desktop =.T. on the parent form? Is the parent form modal? These are forms within the VFP main window. Both have Desktop = .F. Modal or Modeless? Modeless. Do you have a setfocus() or anything similar in code on the parent form? Possibly in a timer? -- Derek

Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-18 Thread MB Software Solutions
Ken Dibble wrote: Viewletbuilder to the rescue to illustrate my dilemma! http://mbsoftwaresolutions.com/demos/h2office/form_in_background_issue_viewlet_swf.html That looks like exactly what you'd see if the *Customers* form's (NOT the Account Information form's) AlwaysOnTop is .T. Are

Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-18 Thread Derek Kalweit
Viewletbuilder to the rescue to illustrate my dilemma! http://mbsoftwaresolutions.com/demos/h2office/form_in_background_issue_viewlet_swf.html That looks like exactly what you'd see if the *Customers* form's (NOT the Account Information form's) AlwaysOnTop is .T. Are you sure that's

Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-18 Thread MB Software Solutions
Derek Kalweit wrote: Viewletbuilder to the rescue to illustrate my dilemma! http://mbsoftwaresolutions.com/demos/h2office/form_in_background_issue_viewlet_swf.html That looks like exactly what you'd see if the *Customers* form's (NOT the Account Information form's) AlwaysOnTop is

RE: Want to activate child form launched in parent (but keep parentopen)

2007-05-17 Thread Dave Crozier
Michael, Forgive me but I'm a little confused here. Maybe you aren't telling us something or I'm having a bad day, but I really can't see your problem here. FormA calls FormB and you want the FormB to (1) Appear on top and (2) get focus OK? Well I use this al the time in my apps with no

Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-17 Thread MB Software Solutions
Dave Crozier wrote: Michael, Forgive me but I'm a little confused here. Maybe you aren't telling us something or I'm having a bad day, but I really can't see your problem here. FormA calls FormB and you want the FormB to (1) Appear on top and (2) get focus OK? Well I use this al the

Re: Want to activate child form launched in parent (but keep parentopen)

2007-05-17 Thread Ken Dibble
Viewletbuilder to the rescue to illustrate my dilemma! http://mbsoftwaresolutions.com/demos/h2office/form_in_background_issue_viewlet_swf.html That looks like exactly what you'd see if the *Customers* form's (NOT the Account Information form's) AlwaysOnTop is .T. Are you sure that's not the