Code files

jerryjukem

Member
Licensed User
Longtime User
I am trying to use code files as I have written 2 programs and I am trying to merge. Here is problem... I have changed secondary file name to .txt and included name in tools>components. When I run primary file, I get form format error. Here is question. Where is the form in the secondary file? Can it be edited from primary? Or all forms must be in primary file?
 

Cableguy

Expert
Licensed User
Longtime User
IDE generated controls must be in the sbp file, the code files may include all code except for the globals sub....So renaming the sbp to txt is not enought, also you must be carefull with the controls names not beeing repeted in diferent files( this is mostly why the IDE control creation is stored in the sbp file).
 
Top