main logo
Subject: Re: Newapp problem.
Author: Farooq Aslam
Posted: 2001/07/13 02:57:46
 
View Entire Thread
New Search


<i><font color="#663300"><i><font color="#663300">
</font></i>
GetFileVersion only works for VFP5. VFP6 uses AGetFileVersion which is a more powerful version of the function.

Open the caboutform.Init of ccustfrm.vcx.

Look for this line:

IF GetFileVersion(&lcFileName, /AT/ aVersion) = 0

replace it with

IF AGetFileVersion(aVersion,&lcFileName) = 0

Put the necessary comments so you won't forget this .DO.T I just checked this a while ago and I would have never gotten a clue that I changed it if I didn't put those comments back then.

Hope your help works fine now.

</font></i>
Thank you very much Mr. Allen. That solved my problem.

Another bit of problem..
When I select Print Reports... from File menu, the following error is reported.
Error #: 1733
Message: Class definition SAVISECURITYLABELFORREPORTS is not found.
Line #: 13
Code: loReport = CREATEOBJ("SAVISecurityLabelForReports")
Method: createsecurereportlisttable
Object: ireportform

Would you please spare some time?

Thanks
Farooq

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