Subject FORM DESIGN
From Mustansir Ghor <mustan31@hotmail.com>
Date Thu, 18 Jan 2018 03:03:41 -0500
Newsgroups dbase.getting-started

Dear All

Below are few lines of constructor code of a form. On 3rd line when I am changing the statement to [set procedure to :DT_custom:MyControls.cc additive] and even after save when I open the form in design mode in restore to original statement.

Can Anybody guide how this new statement can be replaced there

class receiptForm of BASECFORM from :DT_custom:base.cfm
   set procedure to :DT_custom:kmdatewithcal.cc additive
   set procedure to D:\dBaseTutorial\custom\MyControls.cc additive
   with (this)
      height = 632.0


Best Regards
Mustansir