|
 |
asp_components thread: Important
Message #1 by "sriram" <sriram@p...> on Thu, 14 Dec 2000 11:30:21 +0530
|
|
Hello !
I have just signed in at the Wrox -P2P ASP Component Discussion group.
This is the problem I am currently facing. I read your contribution & am
sure you would be
in a position to guide me. I am interested in using the Microsoft FlexGrid
in an asp page.
The problem I face is described below.
I have created an Intranet application in ASP and have used FlexGrid control
in it.
I created a cab file with the flex grid's ocx file included in it. I have
used codebase
and the correct path in the object tag. The grid works fine on all clients
that
have Visual studio installed in it, but on clients that do not have Visual
studio it fails to load. I have checked the windows registry The Ocx file
gets
downloaded & registered in the client but fails to be displayed in the ASP
page.
The error I get is at the line where I first set the value row of the
flexgrid.
The message is "Object doesn't support this property or method 'Row ' ".
The code written to display the Grid (the object tag) is given below.
<OBJECT classid="clsid:6262D3A0-531B-11CF-91F6-C2863C385E30" id
=MSFlexgrid1
style="FONT-SIZE: xx-small; LEFT: 0px " VIEWASTEXT
CODEBASE="WebGrid.CAB#version=1,0,0,1">
<PARAM NAME="_ExtentX" VALUE="20188">
<PARAM NAME="_ExtentY" VALUE="3519">
<PARAM NAME="_Version" VALUE="393216">
<PARAM NAME="Rows" VALUE="6">
<PARAM NAME="Cols" VALUE="11">
<PARAM NAME="FixedRows" VALUE="1">
<PARAM NAME="FixedCols" VALUE="0">
<PARAM NAME="RowHeightMin" VALUE="0">
<PARAM NAME="BackColor" VALUE="-2147483643">
<PARAM NAME="ForeColor" VALUE="-2147483640">
<PARAM NAME="BackColorFixed" VALUE="-2147483633">
<PARAM NAME="ForeColorFixed" VALUE="-2147483630">
<PARAM NAME="BackColorSel" VALUE="-2147483635">
<PARAM NAME="ForeColorSel" VALUE="-2147483634">
<PARAM NAME="BackColorBkg" VALUE="8421504">
<PARAM NAME="GridColor" VALUE="12632256">
<PARAM NAME="GridColorFixed" VALUE="0">
<PARAM NAME="WordWrap" VALUE="0">
<PARAM NAME="Redraw" VALUE="-1">
<PARAM NAME="AllowBigSelection" VALUE="0">
<PARAM NAME="ScrollTrack" VALUE="0">
<PARAM NAME="Enabled" VALUE="-1">
<PARAM NAME="RightToLeft" VALUE="0">
<PARAM NAME="TextStyle" VALUE="0">
<PARAM NAME="TextStyleFixed" VALUE="0">
<PARAM NAME="FocusRect" VALUE="0">
<PARAM NAME="HighLight" VALUE="2">
<PARAM NAME="FillStyle" VALUE="0">
<PARAM NAME="GridLines" VALUE="1">
<PARAM NAME="GridLinesFixed" VALUE="2">
<PARAM NAME="ScrollBars" VALUE="3">
<PARAM NAME="SelectionMode" VALUE="1">
<PARAM NAME="MergeCells" VALUE="0">
<PARAM NAME="AllowUserResizing" VALUE="1">
<PARAM NAME="PictureType" VALUE="0">
<PARAM NAME="BorderStyle" VALUE="1">
<PARAM NAME="Appearance" VALUE="1">
<PARAM NAME="MousePointer" VALUE="0">
<PARAM NAME="GridLineWidth" VALUE="1">
<PARAM NAME="FormatString" VALUE="">
<PARAM NAME="OLEDropMode" VALUE="0">
</OBJECT>
In case you have been able to solve this problem or have received any info
regarding
overcoming this problem then, pl. let me know bout it.
I have got stuck at a point where I will have to make a lot of changes in
case I
fail to display the grid.
Expecting a quick reply from you
Thanx with regards
Sriram Parthasarathy
---
You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by "Carvalho, Marcelo (M.A.)" <mcarval2@f...> on Thu, 14 Dec 2000 06:12:05 -0500
|
|
Sriram, I haven't resolve the problem yet, I need to solve this problem as
soon as possible, if I found a solution I send for you or if you solve
please send for me, I'm looking a solution in several sites, but anybore
give me a solution, I need to use ocx but is it a good solution ???, I don't
know !!!
tanks.
-----Original Message-----
From: sriram [mailto:sriram@p...]
Sent: quinta-feira, 14 de dezembro de 2000 04:00
To: ASP components
Subject: [asp_components] Important
Importance: High
Hello !
I have just signed in at the Wrox -P2P ASP Component Discussion group.
This is the problem I am currently facing. I read your contribution & am
sure you would be
in a position to guide me. I am interested in using the Microsoft FlexGrid
in an asp page.
The problem I face is described below.
I have created an Intranet application in ASP and have used FlexGrid control
in it.
I created a cab file with the flex grid's ocx file included in it. I have
used codebase
and the correct path in the object tag. The grid works fine on all clients
that
have Visual studio installed in it, but on clients that do not have Visual
studio it fails to load. I have checked the windows registry The Ocx file
gets
downloaded & registered in the client but fails to be displayed in the ASP
page.
The error I get is at the line where I first set the value row of the
flexgrid.
The message is "Object doesn't support this property or method 'Row ' ".
The code written to display the Grid (the object tag) is given below.
<OBJECT classid="clsid:6262D3A0-531B-11CF-91F6-C2863C385E30" id
=MSFlexgrid1
style="FONT-SIZE: xx-small; LEFT: 0px " VIEWASTEXT
CODEBASE="WebGrid.CAB#version=1,0,0,1">
<PARAM NAME="_ExtentX" VALUE="20188">
<PARAM NAME="_ExtentY" VALUE="3519">
<PARAM NAME="_Version" VALUE="393216">
<PARAM NAME="Rows" VALUE="6">
<PARAM NAME="Cols" VALUE="11">
<PARAM NAME="FixedRows" VALUE="1">
<PARAM NAME="FixedCols" VALUE="0">
<PARAM NAME="RowHeightMin" VALUE="0">
<PARAM NAME="BackColor" VALUE="-2147483643">
<PARAM NAME="ForeColor" VALUE="-2147483640">
<PARAM NAME="BackColorFixed" VALUE="-2147483633">
<PARAM NAME="ForeColorFixed" VALUE="-2147483630">
<PARAM NAME="BackColorSel" VALUE="-2147483635">
<PARAM NAME="ForeColorSel" VALUE="-2147483634">
<PARAM NAME="BackColorBkg" VALUE="8421504">
<PARAM NAME="GridColor" VALUE="12632256">
<PARAM NAME="GridColorFixed" VALUE="0">
<PARAM NAME="WordWrap" VALUE="0">
<PARAM NAME="Redraw" VALUE="-1">
<PARAM NAME="AllowBigSelection" VALUE="0">
<PARAM NAME="ScrollTrack" VALUE="0">
<PARAM NAME="Enabled" VALUE="-1">
<PARAM NAME="RightToLeft" VALUE="0">
<PARAM NAME="TextStyle" VALUE="0">
<PARAM NAME="TextStyleFixed" VALUE="0">
<PARAM NAME="FocusRect" VALUE="0">
<PARAM NAME="HighLight" VALUE="2">
<PARAM NAME="FillStyle" VALUE="0">
<PARAM NAME="GridLines" VALUE="1">
<PARAM NAME="GridLinesFixed" VALUE="2">
<PARAM NAME="ScrollBars" VALUE="3">
<PARAM NAME="SelectionMode" VALUE="1">
<PARAM NAME="MergeCells" VALUE="0">
<PARAM NAME="AllowUserResizing" VALUE="1">
<PARAM NAME="PictureType" VALUE="0">
<PARAM NAME="BorderStyle" VALUE="1">
<PARAM NAME="Appearance" VALUE="1">
<PARAM NAME="MousePointer" VALUE="0">
<PARAM NAME="GridLineWidth" VALUE="1">
<PARAM NAME="FormatString" VALUE="">
<PARAM NAME="OLEDropMode" VALUE="0">
</OBJECT>
In case you have been able to solve this problem or have received any info
regarding
overcoming this problem then, pl. let me know bout it.
I have got stuck at a point where I will have to make a lot of changes in
case I
fail to display the grid.
Expecting a quick reply from you
Thanx with regards
Sriram Parthasarathy
---
You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |