Subject Subforms
From Duncan <finance@iacsa.co.za>
Date Wed, 13 Aug 2014 04:24:53 -0400
Newsgroups dbase.getting-started

I have created a three page form with a datalink for displaying / updating the rowset information. I am trying to create a subform containing the rowset's memo field (for making notes) that can be invoked through a popup menu on any of the three pages. I used the form designer to create the subform and followed the manual's instructions to change:-

class TestFormForm of FORM

to

class TestFormform( Testpopup, "Mypopup") of SUBFORM( Testpopup, "Mypopup")

i.e. Testpopup is the 3 page parent form

but i continually get syntax errors on the above statement which I have amended to exclude the parent name without any success.
I would welcome any advice to work around the problem.