Author Topic: DBX , Sometimes it works...  (Read 1926 times)

0 Members and 1 Guest are viewing this topic.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8858
  • AKA Daniel
DBX , Sometimes it works...
« on: June 27, 2009, 12:48:58 PM »
I'm trying to collect the custom summary info via DBX, and well sometimes it works, and sometimes it doesn't.
I have attached my project (uses openDCL) and a sample dwg, the lisp file is in the dev folder,
look for the function IMPORTPROPERTIESLISTFROMDBX line 638.
If any of you lisp masters have time to take a gander.  :-)

Thanks a ton!
« Last Edit: June 28, 2009, 05:35:58 AM by Daniel »

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8858
  • AKA Daniel
Re: DBX , Sometimes it works...
« Reply #1 on: June 28, 2009, 05:38:11 AM »
got it, I had the wrong bits set for GetFiled   :whistle:
I updated my atachment

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: DBX , Sometimes it works...
« Reply #2 on: June 29, 2009, 12:16:50 PM »
What's it do Daniel?
James Buzbee
Windows 8

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8858
  • AKA Daniel
Re: DBX , Sometimes it works...
« Reply #3 on: June 29, 2009, 05:57:22 PM »
I use it for storing/moving the custom properties that fields are linked to.

just a newer version of what I had here,
http://www.theswamp.org/index.php?topic=16908.0
 
I'm using SQLite to store the data instead of a csv file.
« Last Edit: June 29, 2009, 06:03:30 PM by Daniel »

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: DBX , Sometimes it works...
« Reply #4 on: June 30, 2009, 02:46:37 PM »
Nice.  Have you shared this over at OpenDCL.com?
James Buzbee
Windows 8

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8858
  • AKA Daniel
Re: DBX , Sometimes it works...
« Reply #5 on: July 01, 2009, 09:05:13 AM »
Thanks,
I have not.. but I can/will once I am finished. I want to change a few things in the SQLite module, and run a few more tests.    :-)