|
Author
|
Topic: Time logs
|
jordonez Member
|
posted 11-30-2000 06:44 AM
I see how to turn time logging off and on. I turned the feature on, but now can't figure out how to access the record. I did a search for the timelog file and found it, but was asked what file to associate it with in order to read it. I don't know what to associate it with. Any help, please?
IP: Logged |
Renee Member
|
posted 11-30-2000 09:22 AM
Since most users are probably not familiar with the time log function, I am going to explain the basics first.FN can track the amount of time a user spends using FN for a given set of data files or task. When you do this, the system writes a record to a file called TIMELOG.PRN each time the system is used. The time log function remains inactive until it is turned on. It then prompts the user for the information it needs each time the system is run. It remains active until turned off. FN can track the amount of time a user spends using FN for a given set of data files or task. When you do this, the system writes a record to a file called TIMELOG.PRN each time the system is used. The time log function remains inactive until it is turned on. It then prompts the user for the information it needs each time the system is run. It remains active until turned off. To turn the time log on:
- On the Windows desktop, right-click the Financial Navigator icon and select Properties.
- Select the Shortcut tab.
- In the Target field, add at the end of the line a space, forward slash, and y.
- Select OK to save and exit.
- Double-click the FN icon to start the program and the log file.
To turn the time log off:
- On the Windows desktop, right-click the Financial Navigator icon and select Properties.
- Select the Shortcut tab.
- In the Target field, add at the end of the line a space, forward slash, and n as follows:
/n - Select OK to save and exit.
- Double-click the FN icon to start the program and discontinue the log file.
Now for your question.
quote: Originally posted by jordonez: ... I turned the feature on, but now I can't figure out how to access the record. I did a search for the timelog file and found it, but was asked what file to associate it with in order to read it.
Notepad is the easiest program to use to do this. You may also choose to use a full-featured work processor such as Word. When Windows asks you what file to associate with PRN files, select Notepad (or some other word processor) from the list Windows gives you. Make sure that "Always use this program to open this file" is checked. Select OK and Notepad will open the file. ------------------ Renée Trudeau Financial Navigator Service Provider
IP: Logged |
John Administrator
|
posted 11-30-2000 09:38 AM
Since the time log file is in a comma delimited format, it can also be effectively used with a spread sheet such as Excel.This can useful for tallying time spent or calculating average time required per transaction entered. The timelog can be stored on the workstation for all data files or with the data files so the info is just for that entity. [This message has been edited by John (edited 11-30-2000).]
IP: Logged |
jordonez Member
|
posted 11-30-2000 09:53 AM
Okay, I associated the timelog w/Word. When it opens, one is asked of how to "encode it". I just chose "plain text". Is there a better choice?But the real question is "How helpful is this file?" I see the date and time when the data is opened, but I can't understand the rest of the information. I even looked at some old *prn's and I only can see the date opened. What I really want to try is how much time I spend in a dataset. I have 13 entities that I work with. I am trying to find out how much time I work in each. I would assume that I would need to close out of the file to stop the clock from running. [This message has been edited by John (edited 11-30-2000).]
IP: Logged |
John Administrator
|
posted 11-30-2000 10:33 AM
Try using Excel instead of word.I just created a new timelog file and noticed some garbage in the first line. This garbage is some printer control codes. We will correct this. For now if you delete the first line using notepad, it will solve that situation. Once the file is created, FN just adds to file. In Excel, there are column headings in the first row describing the data. Notice the last row is "Dur" for duration in minutes. This will indicate how long you have been using FN. Also copying the timelog file to a file with a .csv extension allows it to be parsed in columns when loaded into Excel. [This message has been edited by John (edited 11-30-2000).]
IP: Logged | |