KindaLikeVFP
Programmer
This forum comes highly reccomended by Robert Bradley / FoxDev - A frequent poster here - who was formerly (until yesterday - sniff) my colleague.<br><br>So now that he is dearly departed to Atlanta and no longer avilable for witty banter and techincal support (sniff, sniff) I must rely on the kindness of the well-reported posters here. <br><br>Enough already, on to my problem:<br><br>(Sorry in advance if I don't state this problem clearly at first.)<br><br>When calling a method of an ActiveX control (wrapped in an olecontrol) as a relative reference from the command box ( i.e. ? form1.control1.methodname() ) it returns the proper type (numeric / 0 (Zero) to be exact), but returns the empty string when the same method is called within code of a containing custom descended class (about 3 containers deep: Custom->Form->OLEControl->ActiveX). <br><br>This happens with all calls of a similar nature. I have 3 non-visual activex controls from the same source (all closely related in function as well) on this form.<br><br>As I understand vfp, it should always return a numeric (the ActiveX control's documented behavior) no matter the context.<br><br>Any ideas of what could be going on vfp wise?