Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in ViewLog.PrintLogReport()
Message
From
13/01/1999 14:00:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Problem in ViewLog.PrintLogReport()
Miscellaneous
Thread ID:
00175599
Message ID:
00175599
Views:
71
I installed FoxAudit today and have found that reports I produce were not printing the User id number on the line in the report that begins

User: made changes on: 01/13/1999 09:00,

etc. I changed the default field sizes and think I have found the problem. In the ViewLog form, the PrintLogReport method has the following code:

AFIELDS(laTempLog, 'FA_TempLog')
...
lnUpdWhoSize = laTempLog(10,3)
...

I believe this is referring to the wrong field for its size. I changed the code to:

lnUpdWhoSize = laTempLog(12,3)

If this correct? Thanks.

Rick Hawkins
Rose Valley Software Studio, Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform