What happens if you create the Active Control using late binding, then step thru the code to see if its the activex or your code thats throwing the error?<br><br>i.e<br><br>myObj:=CreateOLEObject(my-active-x-control);<br>myObj.do something;<br>
myObj:=unassigned;<br><br>Just put the code on a button changing where needed, and then put a breakpoint on the create, and step thru. If the Activex control is at fault, then it should fail on the unssigned bit I suspect.<br>
<br>Jeremy<br><br><br><div class="gmail_quote">On Sun, Jan 18, 2009 at 6:07 PM, Marshland Engineering <span dir="ltr"><<a href="mailto:marshland@marshland.co.nz">marshland@marshland.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff">
<div><font size="2">I have tried this program 3 times now with the same
results.</font></div>
<div><font size="2"></font><font size="2"></font> </div>
<div><font size="2">I have a few calls from and</font><font size="2"> Analog to Digital Data unit using their ActiveX Controls
but once I add a graph (ChartFX) and close Delphi4, when I
reopen the project I get</font></div>
<div><font size="2"></font> </div>
<div><b><i><font size="2">Error Creating form :Floating Point
Overflow </font></i></b></div>
<div><b><i><font size="2"></font></i></b> </div>
<div><font size="2">I can run the program, all is there but I cannot get to view
the main form. F12 does nothing. Any Suggestions ?</font></div>
<div><font size="2"></font> </div>
<div><font size="2">I have since reloaded Delphi and reinstalled the ActiveX
control but no difference !!!.</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Thanks Wallace</font></div>
<div><b><i><font size="2"></font></i></b> </div>
<div><b><i><font size="2"></font></i></b> </div></div>
<br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br></blockquote></div><br>