Board index » cppbuilder » Re: It works! But now the Edit1 and BitBtn1 are active and receive focus at design time
frank
![]() CBuilder Developer |
Re: It works! But now the Edit1 and BitBtn1 are active and receive focus at design time2003-07-31 01:16:01 AM cppbuilder72 hi eric - I think you need to either include the header file of the other form, or - declare the undefined as 'extern TForm ...' . This should resolve the references. Also be aware that you cannot reference the form until the form actually been created. This can be a circular problem at times. Sometimes the order of create must be changed. Does that make sense? - frank "Eric" < XXXX@XXXXX.COM >wrote in message QuoteI found that this code places the Edit1 and BitBtn1 in the component box |