main logo
Subject: Re: Newapp problem.
Author: Farooq Aslam
Posted: 2001/07/13 15:34:49
 
View Entire Thread
New Search


<i><font color="#663300"><i><font color="#663300"></font></i>
Codebook 6.1 doesn't have the SAVI classes anymore. I think they were either refactored into the framework or discarded. Standardization problems. I read somewhere that the community was worried that codebook might fork into two directions, does that use SAVI classes and those that don't.

Anyway...

Open the creportform.createsecurereportlisttable() method of ccustfrm.vcx.

Search for this line...

loReport = CREATEOBJ("SAVISecurityLabelForReports")

and replace it with this

loReport = CREATEOBJ("ISecurityLabelForReports").

This will now create the I-class equivalent of SecurityLabelForReports.

Incidentally, ISecurityLabelForReports is in the isecure classlib so you might want to make sure that it's included in the project.

If it doesn't work the first time around, try recompiling ccustfrm.vcx.

Hope it works,

</font></i>

Thank you very much Allen

Now I have a working Newapp

By the way I have added these classes to my template folder
icustfrm.vcx
isecure.vcx
ccustfrm.vcx

Thanks again

Farooq

mfaslam AT hotmail .D.OT com
mfaslam@uet.edu.pk
 
©2001 Farooq Aslam
<-- Prior Message New Search Next Message -->