the mistakes in the existing fas file

the mistakes in the existing fas file

mruPRQUJ
Advocate Advocate
817 Views
7 Replies
Message 1 of 8

the mistakes in the existing fas file

mruPRQUJ
Advocate
Advocate

Hi there,

One fas file is used to check the title block of attached DWG file. It created a report. It can create a report now, but it created an additional unnecessary report as well.  Please see attached files and the image below for your reference, thank you very much in advance. 🙂

 

mruPRQUJ_0-1724278838791.png

 

0 Likes
818 Views
7 Replies
Replies (7)
Message 2 of 8

Ed__Jobe
Mentor
Mentor

First of all, an FAS file is a lisp file. You posted in the wrong forum. Secondly, an FAS file is compiled. You can't edit it or even view its contents. You have to contact the author to get any problems fixed. Third, if you can't attach a file, zip it, then post the zip file.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

Message 3 of 8

mruPRQUJ
Advocate
Advocate

Thank you very much for your great support! 🙂

0 Likes
Message 4 of 8

ec-cad
Collaborator
Collaborator

As mentioned, the .fas file is a compiled version of the .lsp (source file). If the author has not

shared a copy of the .lsp, then your only recourse is to contact that person, and either have them

supply the source file, or fix the .fas file.

 

Barring that,

If you describe what the report contents are, Header, data lines, we can probably generate a new

.lsp file that you can use instead of the 'broken' .fas file. I tried loading that, and it yields errors.

It's pretty easy to batch a Lisp, and have it run on many drawings, appending to a 'report.csv' file

in current folder. From there, it's a click away from Excel.

 

ECCAD

Message 5 of 8

Sea-Haven
Mentor
Mentor

The image is very clear can not find a file %251.xlsx is that correct name unusual to have a % in name. So where was the file normally located ? Like others need source code to look at. 

Message 6 of 8

pendean
Community Legend
Community Legend
Is your EXCEL file really named %251 ?

Your FAS seems to be looking for support file(s) too (probably to stop any user from sharing it), which you did not share

Command: BCH_H_REPORTING
; error: bad argument type: lselsetp nil
Message 7 of 8

LDShaw
Collaborator
Collaborator

Unless I trust the source of the FAS file I won't even download it. It's just not worth the risk of running. 

vl-registry-delete
Deletes the specified key from the Windows Registry

Oops!

Message 8 of 8

mruPRQUJ
Advocate
Advocate

Thank you very much all of you. I sent an email to the author, thanks again. 🙂

0 Likes