I have downloaded the Codebook 6.1 full version. While trying to get this version to work found the following problems (till now):
================= 1. cSecurityLabel =================
cSecCtl.vcx has 'cSecurityLabel' class in it. That is why cSecure.vcx always reappear in the project.
==================== 2. Class based menus ====================
When using class based menus, MainMenu has 'AdministrationPad' in its '.cChildList'. But the framework creates 'odministrationPad' instead of 'oAdministrationPad'. This results in 'Unknown member oAdministrationPad' error whenever the 'goApp.oMaintoolbar.SetEnabled()' is called. Running any form which is based on 'cBaseModalForm' will result in this error.
The probable trouble spot is cChildListCollection.LoadChildren() which has the following line: lcChildName = "o" + SUBSTR(lcClass, 2) This replaces the first character from '.cChildList' names with 'o'. This is how 'odministrationPad' get its name.
What is the proper solution?
====================== 3. Setting of Resource ====================== Already pointed out in Message #6221
Shouldn't the files at download site be updated?
Regards A. Datta (aadatta .at. vsnl DO.T com) ©2001 A Datta |