Subject Re: Two Forms - Passing data
From James G. <Jamesg@yahoo.com>
Date Tue, 21 Oct 2014 16:56:59 -0400
Newsgroups dbase.getting-started

edward

First, you need to give some value to the variable
      form.cCAT = ""          // Initialize a form variable

     form.CCat.value = ""

and then that value will be transferred to the other form,

>          form.ERNOTEBOOK1.CNMD1.ENCAT1.value := form.cCAT.value

James.