OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: jmcgrew on June 05, 2012, 01:33:45 PM

Title: Exception in dcl_Form_Show ARX Command
Post by: jmcgrew on June 05, 2012, 01:33:45 PM
I'm not sure were the error in my code is so I thought I would put it out there and see if someone had an opinion for me. What I have done is taken the list box example and modified it to hopefully create my first batch program. I have taken a few points from other batch programs and I am trying to come up with a version to were the user can select the drawings they want to run a selection of different options to run. When I test this program it runs fine till it opens the drawing and runs the lisp program I have passed to it to run on all drawings but it errors out and once I close it I get this Unhandled Exception error. Any help is greatly appreciated.
Title: Re: Exception in dcl_Form_Show ARX Command
Post by: roy_043 on June 06, 2012, 12:58:56 AM
I think your problem is related to this issue:
http://www.opendcl.com/forum/index.php?topic=1796.0 (http://www.opendcl.com/forum/index.php?topic=1796.0)
Title: Re: Exception in dcl_Form_Show ARX Command
Post by: jmcgrew on June 06, 2012, 07:48:40 AM
That did thank you so much!