Results 1 to 3 of 3

Thread: Query objects with null value

  1. #1
    kb Guest

    Query objects with null value

    Is there a way in to query objects that don't have object data tagged to them? I want to seperate the tagged objects from the untagged objects through a query. The way I'm doing it now, is that I first query all the tagged objects into a drawing. I then save that drawing as tagged objects. Next I have a blank drawing with SaveBack settings saved in it, so I attach original source drawing with all the objects in it (tagged and no tag) and query in the tagged drawing I just created, and then detach the orginal. I then used the save back options that we saved in the blank drawing and remove objects from the source drawing. This gives me one drawing with tagged objects and one drawing with no tagged objects.

    There must be a better way, but I've tried everything and can't get it to work.

    where object data value = < 0
    where object data value = null
    where object data value = ''
    where object data value = ""

    Nothing works,

    Any ideas?

  2. #2
    Jorge Jimenez Guest
    where object data value is null

    --
    Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica


    "kb" <nospam@address.withheld> wrote in message
    news:31374794.1112822802420.JavaMail.jive@jiveforu m1.autodesk.com...
    Is there a way in to query objects that don't have object data tagged to
    them? I want to seperate the tagged objects from the untagged objects
    through a query. The way I'm doing it now, is that I first query all the
    tagged objects into a drawing. I then save that drawing as tagged
    objects. Next I have a blank drawing with SaveBack settings saved in it,
    so I attach original source drawing with all the objects in it (tagged and
    no tag) and query in the tagged drawing I just created, and then detach
    the orginal. I then used the save back options that we saved in the blank
    drawing and remove objects from the source drawing. This gives me one
    drawing with tagged objects and one drawing with no tagged objects.

    There must be a better way, but I've tried everything and can't get it to
    work.

    where object data value = < 0
    where object data value = null
    where object data value = ''
    where object data value = ""

    Nothing works,

    Any ideas?

  3. #3
    Tony Tanzillo Guest
    Object Data is stored in a dictionary that is a child of
    the object's extension dictionary. It's easy to determine
    what the dictionary name is, and that's really all you need.

    Just filter out objects that either have no extension
    dictionary, or have no specific child dictionary within
    their extension dictionary, with the determined name.

    --
    http://www.caddzone.com

    AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
    http://www.acadxtabs.com

    "kb" <nospam@address.withheld> wrote in message news:31374794.1112822802420.JavaMail.jive@jiveforu m1.autodesk.com...
    Is there a way in to query objects that don't have object data tagged to them? I want to seperate the tagged objects
    from the untagged objects through a query. The way I'm doing it now, is that I first query all the tagged objects
    into a drawing. I then save that drawing as tagged objects. Next I have a blank drawing with SaveBack settings saved
    in it, so I attach original source drawing with all the objects in it (tagged and no tag) and query in the tagged
    drawing I just created, and then detach the orginal. I then used the save back options that we saved in the blank
    drawing and remove objects from the source drawing. This gives me one drawing with tagged objects and one drawing
    with no tagged objects.

    There must be a better way, but I've tried everything and can't get it to work.

    where object data value = < 0
    where object data value = null
    where object data value = ''
    where object data value = ""

    Nothing works,

    Any ideas?

Similar Threads

  1. signalstorm query
    By firegardeneve in forum Cadence
    Replies: 0
    Last Post: 03-18-2005, 12:11 AM
  2. reactor query
    By Jamie Duncan in forum Customization
    Replies: 6
    Last Post: 03-04-2005, 12:37 PM
  3. Null Pointer Problem
    By R. Hayden in forum Printing
    Replies: 0
    Last Post: 03-03-2005, 06:51 PM
  4. PC3 "unexpected null pointer"
    By jdrm in forum Printing
    Replies: 2
    Last Post: 02-03-2005, 09:43 PM
  5. SMS query help
    By dstein in forum Network
    Replies: 3
    Last Post: 08-31-2004, 09:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum