by Josh Assing <XjoshX@[EMAIL PROTECTED]
>
May 9, 2007 at 05:06 PM
Don't mix & match (spr and vfp forms) -- if you used the "converter" at
all --
it locks you out of a lot of vfp goodies.
Rewrite both screens as non modal screens.
-josh
On 9 May 2007 08:30:00 -0700, shah <shahjagat@[EMAIL PROTECTED]
> wrote:
>Hi ,
>
>I am new to VFP. So pardon me if this is a dumb question.
>
>I want to call form # two from form number one. The form # 2 should
>show up on top without making it modal as I want the user to be able
>to go back and forth between the two forms.
>
>I am unable to create page frames and give that functionality. We are
>in the process of rewriting an old FPW app into VFP. The form one
>(formOne.spr) is in FPW 2.6 and is calling a form created in VFP to
>take advantage of some features that VFP provides.
>
>Thanks in advance.
>.
>
>Shah