Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: ActiveX Controls Not Displaying (DTPicker)


Message #1 by "Richard Hands" <richard.hands@n...> on Tue, 5 Dec 2000 18:07:06 -0000
I am trying to use the DTPicker control from MSCOMCT2



the problem is, that although when the page loads, it picks up the cab

file from the codebase, once it has popped up the authenticode window and

i have replied yes to download the component, the component downloads and

registers on the machine, yet on the webpage all i get is a rectangle the

correct size for the control with the old triangle, square, circle icon in

it.



no matter how many times i refresh / delete the control and re-install it

etc i cannot get it to display.



can anyone help?



(i have attached the <OBJECT> tag im using



<OBJECT classid=clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1 

codeBase=http://zlc217/prolicencepolice_local/cabs/mscomct2.cab height=25

id=DTPicker1 

style="HEIGHT: 25px; WIDTH: 115px" width=115 VIEWASTEXT>

<PARAM NAME="_ExtentX" VALUE="3043">

<PARAM NAME="_ExtentY" VALUE="661">

<PARAM NAME="_Version" VALUE="393216">

<PARAM NAME="MousePointer" VALUE="0">

<PARAM NAME="Enabled" VALUE="1">

<PARAM NAME="OLEDropMode" VALUE="0">

<PARAM NAME="CalendarBackColor" VALUE="16777215">

<PARAM NAME="CalendarForeColor" VALUE="-2147483630">

<PARAM NAME="CalendarTitleBackColor" VALUE="16777215">

<PARAM NAME="CalendarTitleForeColor" VALUE="-2147483630">

<PARAM NAME="CalendarTrailingForeColor" VALUE="16777215">

<PARAM NAME="CheckBox" VALUE="1">

<PARAM NAME="CustomFormat" VALUE="">

<PARAM NAME="DateIsNull" VALUE="0">

<PARAM NAME="Format" VALUE="662831105">

<PARAM NAME="UpDown" VALUE="0">

<PARAM NAME="CurrentDate" VALUE="36860">

<PARAM NAME="MaxDate" VALUE="2958465">

<PARAM NAME="MinDate" VALUE="-109205">

</OBJECT>


  Return to Index