Results 1 to 5 of 5

Thread: PBLM w/AutoLISP "BFIND" written by Lee Mac

  1. #1
    Member
    Join Date
    2011-08
    Posts
    5
    Login to Give a bone
    0

    Question PBLM w/AutoLISP "BFIND" written by Lee Mac

    The BFIND AutoLISP written by Lee Mac works great, but my issue is that when it saves the drawing after hitting "OK" it saves it to whatever native AutoCAD I am running. If I am on AutoCAD 2010 it is saved as 2010, if I am on AutoCAD 2007 it is saved as 2007.

    Our customer requires the drawings to be saved as AutoCAD 2007 even when I am using AutoCAD 2010 or 2011.

    I have tried contacting the author, but haven't received a response yet. I have looked through the program and think I can discern where the problem might be, but don't know how to fix/correct it; I am hoping someone can help. Thxs REZ

  2. #2
    I could stop if I wanted to
    Join Date
    2009-03
    Location
    London, England
    Posts
    304
    Login to Give a bone
    0

    Default Re: PBLM w/AutoLISP "BFIND" written by Lee Mac

    Hi rzuk,

    I usually ensure I reply to such queries submitted through my website, but maybe you didn't receive the email.

    My Batch Find & Replace program uses an ObjectDBX interface to execute the Find operation on multiple drawings in a short time. This interface only permits saving to native format - i.e. saving to the same format as the application in which the program is run.

    Lee

  3. #3
    Member
    Join Date
    2011-08
    Posts
    5
    Login to Give a bone
    0

    Default Re: PBLM w/AutoLISP "BFIND" written by Lee Mac

    Thanks for your reply Lee Mac, I originally sent the email thru your Lee Mac website, but maybe mine didn't go through.

    So I guess that even inserting something like this within your program wouldn't work?
    (vla-get-saveastype
    (vla-get-opensave
    (vla-get-preferences
    (vlax-get-acad-object)
    SaveAsType
    acSaveAsType enum; read-write
    ac2007_dwg
    AutoCAD 2007 DWG (*.dwg)

    I really really like this program - saves a lot of time and it will change anything.
    Plus didn't have to do a ton of things to get it working. REZ

  4. #4
    I could stop if I wanted to
    Join Date
    2009-03
    Location
    London, England
    Posts
    304
    Login to Give a bone
    0

    Default Re: PBLM w/AutoLISP "BFIND" written by Lee Mac

    Quote Originally Posted by rzuk383263 View Post
    So I guess that even inserting something like this within your program wouldn't work?
    (vla-get-saveastype
    (vla-get-opensave
    (vla-get-preferences
    (vlax-get-acad-object)
    SaveAsType
    acSaveAsType enum; read-write
    ac2007_dwg
    AutoCAD 2007 DWG (*.dwg)
    That is changing the save settings in the Options for the Active Document, and hence will not affect the ObjectDBX Document.

    Quote Originally Posted by rzuk383263 View Post
    I really really like this program - saves a lot of time and it will change anything.
    Plus didn't have to do a ton of things to get it working. REZ
    Thanks, I'm glad

  5. #5
    Member
    Join Date
    2011-08
    Posts
    5
    Login to Give a bone
    0

    Default Re: PBLM w/AutoLISP "BFIND" written by Lee Mac

    Thanks again Lee Mac for your help, I will still use your program, but have to go looking again. Have a good day.

Similar Threads

  1. Replies: 0
    Last Post: 2015-08-07, 04:03 PM
  2. Replies: 0
    Last Post: 2012-06-06, 11:54 AM
  3. Book "AutoLisp and Visual Lisp primer", recommended or not
    By thomas.huckabee in forum AutoLISP
    Replies: 0
    Last Post: 2007-05-02, 02:06 PM
  4. Replies: 6
    Last Post: 2004-09-03, 10:44 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •