Jump to content

Tracker of using lisp file as xls in AutoCAD interface


kite15

Recommended Posts

Hi,

 

I am looking for a code by which i can save a "AutolispUsingRecord.xls" file.

Please, suggest by code or process step by step. I am the beginner on this things.

 

Needs:

1) Only Lisp related command to be listed into the xls file.

2) While save a drawing file a data will update into the said xls file automatically.

3) The count of the said command to be enlisted.

 

Please help if any script any....:cry:

Link to comment
Share on other sites

Why would it be necessary to track this type of information? Why not just use a keylogger that is activated when an AutoCAD session is started?

Link to comment
Share on other sites

Thanks.....

Lee Mac,

 

As i am beginner on this things can not getting any result after using the Lisp

Please, suggest/instruct as step by step for the same.

 

ReMark,

 

Mainly some user not saying real truth, that these are helping them......So, want to find out the real fact...:(

 

Thanks.

Link to comment
Share on other sites

As i am beginner on this things can not getting any result after using the Lisp

Please, suggest/instruct as step by step for the same.

 

Have you saved your drawing?

 

As noted on my site in bold:

 

The CSV Log files are only written when the drawing is saved; this ensures there is no impact on performance whilst the user is working on the drawing.

 

Please read the program description on my site for a full understanding of how the program operates.

Link to comment
Share on other sites

Have you saved your drawing?

 

As noted on my site in bold:

 

 

 

Please read the program description on my site for a full understanding of how the program operates.

 

 

Its Work. Thank you very much.:o.:D

Link to comment
Share on other sites

Hello Lee Mac,

 

The csv file is saving as "Log_date.."

 

Can you please guide how to save it "Username_Date.."

Or

The Folder name will be LISP-Logs_Username => ..........as existing..

 

Thanks in advance for more help!:unsure:

Link to comment
Share on other sites

The csv file is saving as "Log_date.."

 

Can you please guide how to save it "Username_Date.."

 

Change line 99 from:

                filename  (strcat directory "\\Log_" (LM:Date "YYYYMODD") ".csv")

to:

                filename  (strcat directory "\\" (getvar 'loginname) "_" (LM:Date "YYYYMODD") ".csv")

Link to comment
Share on other sites

  • 5 months later...

Hello Lee Mac,

 

Can you please, advice for more update...

 

Actully looking for monthly basis record

 

i.e.: the date format will enter in the contain of csv file and the main csv file will be save as like June_2016 or June_2015 etc..:?

 

Thanks

Link to comment
Share on other sites

Hello kite15 and welcome to the best cad forum, hands-down on the planet. Lots of us fully understand the "just starting out" part and as someone who only started real LISP coding less than 5 years ago I can tell you that it takes practice, practice, practice and then even more practice. It also involves lots of reading, studying, experimenting and then more practice. There's always plenty of help here and many other forums around the Internet, but nothing beats self-tutoring.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...