OWC 9 = > OWC 11: SpreadSheet component

R

RonH

I need a simple way to change an existing OWC 9 spreadsheet call to OWC 11

Any suggestions would be most welcome

The original programmer is long gone and the OWC 9 component will not load with Office 2003 installed. I do not really want to install OWC 2000 on a pile of fresh new PCs with Office 2003.
 
A

Alvin Bruney

You will need to install the OWC 11

--
Regards,
Alvin Bruney
Got DotNet? Get it here...
http://www.networkip.net/dotnet/tidbits/default.htm
RonH said:
I need a simple way to change an existing OWC 9 spreadsheet call to OWC 11.

Any suggestions would be most welcome.

The original programmer is long gone and the OWC 9 component will not load
with Office 2003 installed. I do not really want to install OWC 2000 on a
pile of fresh new PCs with Office 2003.
 
R

RonH

Alvin,

I did that but it told me it could not find the spreadsheet component.

I saw something about different CLSID's but I am not sure if I need to edit the ASP pages.

Thanks
Ron
 
A

Alvin Bruney

did you install the owc11 off of the microsoft website? alternatively you
can find the owc11 dll on your machine and manually register it with a
regsvr32 owc11
 
R

RonH

Alvin,

I installed OWC11 using the installer from the MS website.

I also did "regsvr32 owc11.dll" and still I am am working.

Sorry to be dense.

Ron
 
A

Alvin Bruney

but i believe your code is still creating an owc10 chart. You would need to
remove the old owc10 reference in your project and add a new reference to
the owc11 library so that when you call create on the object, it points to
the owc11 library and not owc10 library. See if this helps.
 
R

RonH

Hi Alvin

I am making progress as I was able the get the OWC11 spreadsheet to instaniate

What does reference to the owc9 library look like

Ron
 
A

Alvin Bruney

I'm not entirely sure what you mean. If you don't know what object is being
created you can access the version number for the available object after you
create it. It will tell you who it is.
 
A

Alvin Bruney

do you have any owc9.dll or owc10.dll's on your system? if you do, run a
regsvr32 -u on them
Previously you said "You would need to remove the old owc10 reference in
your project and add a new reference to the owc11 library so that when you
call create on the object, it points to the owc11 library and not owc10
library."That's a brainfart on my part. I thought this was server code for a moment.

If the CLSID for the OWC points to owc11 object and you have it registered
correctly. It will work. What is the problem you are experiencing? Is it in
read only mode?

--
Regards,
Alvin Bruney
Got DotNet? Get it here
http://home.networkip.net/dotnet/tidbits/default.htm
RonH said:
Hi Alvin,

Thanks for your help.

Previously you said "You would need to remove the old owc10 reference in
your project and add a new reference to the owc11 library so that when you
call create on the object, it points to the owc11 library and not owc10
library."
I am not sure where I would need to reference the OWC11 library.

On a test PC I only have OWC11 install and no other version of OWC. So I
am pretty sure the OWC SpreadSheet component is being called. However, there
are a number of license manager references with its CLSID. I even tried
updating the lpk file to include OWC11.
 
R

RonH

Hi Alvin,

The issue we run into is that the ''sst" in "sst.DisplayColHeaders" returns an “Object doesn’t support this property or method: ‘sst.DisplayColHeaders’â€. This happens for most of

Here is the code that instantiates the spreadsheet part and the code that fails is the vbscript directly below it.

-------------------------

<OBJECT id=sst style="LEFT: 10px; WIDTH: 587px; TOP: 34px; HEIGHT: 72px"
classid=clsid:0002E559-0000-0000-C000-000000000046 width=587 height=72><PARAM NAME="HTMLURL" VALUE=""><PARAM NAME="HTMLData" VALUE="<html xmlns:x=&quot;urn:schemas-microsoft-com:eek:ffice:excel&quot;
xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;>

<head>
<style type=&quot;text/css&quot;>
<!--tr
{mso-height-source:auto;}
td
{white-space:nowrap;}
.wc899483B
{white-space:nowrap;
font-family:Arial;
mso-number-format:General;
font-size:auto;
font-weight:auto;
font-style:auto;
text-decoration:auto;
mso-background-source:auto;
mso-pattern:auto;
mso-color-source:auto;
text-align:general;
vertical-align:bottom;
border-top:none;
border-left:none;
border-right:none;
border-bottom:none;
mso-protection:locked;}
-->
</style>
</head>

<body>
<!--[if gte mso 9]><xml>
<x:ExcelWorkbook>
<x:ExcelWorksheets>
<x:ExcelWorksheet>
<x:OWCVersion>9.0.0.3821</x:OWCVersion>
<x:Label Style='text-underline-style:none;background:black;color:white;
border-top:solid .5pt silver;border-left:solid .5pt silver;border-right:
solid .5pt silver;border-bottom:solid .5pt silver'>
<x:Caption>Assignments</x:Caption>
</x:Label>
<x:Name>Sheet1</x:Name>
<x:WorksheetOptions>
<x:Selected/>
<x:Height>1905</x:Height>
<x:Width>15531</x:Width>
<x:TopRowVisible>0</x:TopRowVisible>
<x:LeftColumnVisible>0</x:LeftColumnVisible>
<x:protectContents>False</x:protectContents>
<x:DefaultRowHeight>255</x:DefaultRowHeight>
<x:StandardWidth>2340</x:StandardWidth>
</x:WorksheetOptions>
</x:ExcelWorksheet>
</x:ExcelWorksheets>
<x:MaxHeight>100%</x:MaxHeight>
<x:MaxWidth>100%</x:MaxWidth>
</x:ExcelWorkbook>
</xml><![endif]-->

<table class=wc899483B x:str>
<col class=wc899483B width=&quot;64&quot;>
<tr height=&quot;17&quot;>
<td class=wc899483B></td>
</tr>
</table>

</body>

</html>
"><PARAM NAME="DataType" VALUE="HTMLDATA"><PARAM NAME="AutoFit" VALUE="0"><PARAM NAME="DisplayColHeaders" VALUE="0"><PARAM NAME="DisplayGridlines" VALUE="-1"><PARAM NAME="DisplayHorizontalScrollBar" VALUE="-1"><PARAM NAME="DisplayRowHeaders" VALUE="0"><PARAM NAME="DisplayTitleBar" VALUE="0"><PARAM NAME="DisplayToolbar" VALUE="0"><PARAM NAME="DisplayVerticalScrollBar" VALUE="-1"><PARAM NAME="EnableAutoCalculate" VALUE="-1"><PARAM NAME="EnableEvents" VALUE="-1"><PARAM NAME="MoveAfterReturn" VALUE="0"><PARAM NAME="MoveAfterReturnDirection" VALUE="0"><PARAM NAME="RightToLeft" VALUE="0"><PARAM NAME="ViewableRange" VALUE="1:1000"></OBJECT><script LANGUAGE="vbscript"><!--
sst.AutoFit = true
sst.DisplayColHeaders = False
sst.DisplayRowHeaders = False
--></script>

---------------------------
All the best,

Ron

----- Alvin Bruney wrote: -----

do you have any owc9.dll or owc10.dll's on your system? if you do, run a
regsvr32 -u on them
Previously you said "You would need to remove the old owc10 reference in
your project and add a new reference to the owc11 library so that when you
call create on the object, it points to the owc11 library and not owc10
library."That's a brainfart on my part. I thought this was server code for a moment.

If the CLSID for the OWC points to owc11 object and you have it registered
correctly. It will work. What is the problem you are experiencing? Is it in
read only mode?

--
Regards,
Alvin Bruney
Got DotNet? Get it here
http://home.networkip.net/dotnet/tidbits/default.htm
Hi Alvin,
your project and add a new reference to the owc11 library so that when you
call create on the object, it points to the owc11 library and not owc10
library."am pretty sure the OWC SpreadSheet component is being called. However, there
are a number of license manager references with its CLSID. I even tried
updating the lpk file to include OWC11.
 
A

Alvin Bruney

what you want is this:
document.all.sp.ActiveWindow.DisplayColumnHeadings = true

the property is now attached to the ActiveWindow object for OWC10 and 11

--
Regards,
Alvin Bruney
Got DotNet? Get it here
http://home.networkip.net/dotnet/tidbits/default.htm
RonH said:
Hi Alvin,

The issue we run into is that the ''sst" in "sst.DisplayColHeaders"
returns an "Object doesn't support this property or method:
'sst.DisplayColHeaders'". This happens for most of
Here is the code that instantiates the spreadsheet part and the code that
fails is the vbscript directly below it.height=72><PARAM NAME="HTMLURL" VALUE=""><PARAM NAME="HTMLData" VALUE="<html
xmlns:x=&quot;urn:schemas-microsoft-com:eek:ffice:excel&quot;
xmlns=&q
uot;http://www.w3.org/TR/REC-html40&quot;>

<head>
&#1
0;<style
type=&quot;text/css&quot;>
<!--tr
{mso-height-source:a
uto;}
td
{white-space:nowrap;}
.wc899483B&#13
;
{white-space:nowrap;
font-family:Arial;

mso-number-format:General;
font-size:auto;
font-we
ight:auto;
font-style:auto;
text-decoration:auto;&
#13;
mso-background-source:auto;
mso-pattern:auto;

mso-color-source:auto;
text-align:general;
&#
9;vertical-align:bottom;
border-top:none;
border-l
eft:none;
border-right:none;
border-bottom:none;&#
13;
mso-protection:locked;}
-->
</style>

</head>

<body>
<!--[if gte mso
9]><xml>
<x:ExcelWorkbook>

<x:ExcelWorksheets>
<x:ExcelWorksheet>

<x:OWCVersion>9.0.0.3821</x:OWCVersion>
<x:Label
Style='text-underline-style:none;background:black;color:white;

border-top:solid .5pt silver;border-left:solid .5pt
silver;border-right:
solid .5pt silver;border-bottom:solid
..5pt silver'>
<x:Caption>Assignments</x:Caption>

</x:Label>
<x:Name>Sheet1</x:Name>

<x:WorksheetOptions>
<x:Selected/>

<x:Height>1905</x:Height>
<x:Width>15531</x:Width>

<x:TopRowVisible>0</x:TopRowVisible>

<x:LeftColumnVisible>0</x:LeftColumnVisible>

<x:protectContents>False</x:protectContents>

<x:DefaultRowHeight>255</x:DefaultRowHeight>

<x:StandardWidth>2340</x:StandardWidth>

</x:WorksheetOptions>
</x:ExcelWorksheet>

</x:ExcelWorksheets>
<x:MaxHeight>100%</x:MaxHeight>

<x:MaxWidth>100%</x:MaxWidth>

</x:ExcelWorkbook>
</xml><![endif]-->

<table
class=wc899483B x:str>
<col class=wc899483B
width=&quot;64&quot;>
<tr height=&quot;17&quot;>
<td
class=wc899483B></td>

</tr>
</table>

</body>

</html
"><PARAM NAME="DataType" VALUE="HTMLDATA"><PARAM NAME="AutoFit"
VALUE="0"><PARAM NAME="DisplayColHeaders" VALUE="0"><PARAM
NAME="DisplayGridlines" VALUE="-1"><PARAM NAME="DisplayHorizontalScrollBar"
VALUE="-1"><PARAM NAME="DisplayRowHeaders" VALUE="0"><PARAM
NAME="DisplayTitleBar" VALUE="0"><PARAM NAME="DisplayToolbar"
VALUE="0"><PARAM NAME="DisplayVerticalScrollBar" VALUE="-1"><PARAM
NAME="EnableAutoCalculate" VALUE="-1"><PARAM NAME="EnableEvents"
VALUE="-1"><PARAM NAME="MoveAfterReturn" VALUE="0"><PARAM
NAME="MoveAfterReturnDirection" VALUE="0"><PARAM NAME="RightToLeft"
 
R

RonH

Alvin

Is there a nice way to 'proxy' the OWC 9 "DisplayColHeaders" calls and other display/window related calls

The code is fairly convoluted and I am sure we will miss a few calls along the way.

Also if this is not possible would it be a 'simple' matter of replacing the following calls

sst.AutoFit = tru
sst.DisplayColHeaders = Fals
sst.DisplayRowHeaders = Fals

With

document.all.sp.ActiveWindow.AutoFit = tru
document.all.sp.ActiveWindow.DisplayColumnHeadings = Fals
document.all.sp.ActiveWindow.DisplayRowHeadings = Fals

Thanks for all your help

All the best

Ro
 
A

Alvin Bruney

The simplest thing to do is your last case which would usually work once the
property is supported by the object. Some of the interface definitions have
changed across the object models and the documentation has not always kept
up to date so it's basically trial and error with those not working blowing
up.

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/2bz4t
RonH said:
Alvin,

Is there a nice way to 'proxy' the OWC 9 "DisplayColHeaders" calls and
other display/window related calls?
 
R

RonH

Thanks Alvin,

I'll give it a try.

All the best,

Ron

----- Alvin Bruney wrote: -----

The simplest thing to do is your last case which would usually work once the
property is supported by the object. Some of the interface definitions have
changed across the object models and the documentation has not always kept
up to date so it's basically trial and error with those not working blowing
up.
 
R

RONH

Hi Alvin,

I did the following so I am a little further.

<script LANGUAGE="vbscript"><!--
sst.AutoFit = true
// The property is now attached to the ActiveWindow object for OWC10 and 11
// sst.DisplayColHeaders = False
// sst.DisplayRowHeaders = False
sst.ActiveWindow.DisplayColumnHeadings = False
sst.ActiveWindow.DisplayRowHeadings = False
--></script>

However I am now bummping into more formating errors starting with:

Object doesn’t support this property or method: ‘c.ssVAlignCenter’


The code the error refers to is:

ss.Range("a:" & ToLetter(theRight)).VAlignment = c.ssVAlignCenter


All the best,



Ron


Just in case you want to see it here is the entire function:



Function InitializeSpreadsheet(ss,title)

noChange = true

ss.ScreenUpdating = False

Dim c, columnStr

Set c = ss.Constants

'whole spreadsheet

ss.Range("a:" & ToLetter(theRight)).VAlignment = c.ssVAlignCenter

ss.Range("a:" & ToLetter(theRight)).Font.Size = 8

ss.Range("a:" & ToLetter(theRight)).RowHeight = rowHeight

ss.Range("a:" & ToLetter(theRight)).Borders(5).Weight = 1

ss.Range("a:" & ToLetter(theRight)).Borders(5).Color = "black"

ss.Range("a:" & ToLetter(theRight)).Borders(6).Weight = 1

ss.Range("a:" & ToLetter(theRight)).Borders(6).Color = "black"

ss.Columns(accessCol).ColumnWidth = 0

' ss.Columns(hiddenCol).ColumnWidth = 0

ss.Rows(hiddenRow).RowHeight = 0

ss.Rows(bodyTop-1).RowHeight = 1

'left body range

ss.Range(ToLetter(leftBodyLeft) & ":" & ToLetter(leftBodyRight)).Interior.Color = colorSide

ss.Range(ToLetter(leftBodyLeft) & ":" & ToLetter(leftBodyRight)).Borders(6).Weight = 2

'right body range

ss.Range(ToLetter(rightBodyLeft) & ":" & ToLetter(rightBodyRight)).Interior.Color = colorSide

ss.Range(ToLetter(rightBodyLeft) & ":" & ToLetter(rightBodyRight)).Borders(6).Weight = 2

'head range

ss.Range(ToLetter(headLeft) & headTop & ":" & ToLetter(headRight) _

& headBottom).Font.Bold = True

ss.Range(ToLetter(headLeft) & headTop & ":" & ToLetter(headRight) _

& headBottom).HAlignment = c.ssHAlignCenter

'left head range

ss.Range(ToLetter(leftHeadLeft) & (headTop) & ":" & ToLetter(leftHeadRight) & (headBottom)).Interior.Color = colorSideHead

'center head range

ss.Range(ToLetter(fcHeadLeft) & (headTop) & ":" & ToLetter(fcHeadRight) & headBottom).Interior.Color = colorFcHead

ss.Range(ToLetter(fcHeadLeft) & (headTop) & ":" & ToLetter(fcHeadRight) & headBottom).ColumnWidth = 24

'center body range



'right head range

ss.Range(ToLetter(rightHeadLeft) & headTop & ":" & ToLetter(rightHeadRight) & headBottom).Interior.Color = colorSideHead

'title bar

ss.Rows(titleBarRowTop).Interior.Color = colorTitle

ss.Rows(titleBarRowTop).Font.Color = colorTitleFont

ss.Rows(titleBarRowTop).Font.Size = 10

ss.Rows(titleBarRowTop).Font.Bold = true



ss.Rows(titleBarRowBottom).Interior.Color = colorTitle

ss.Rows(titleBarRowBottom).Font.Color = colorTitleFont

ss.Rows(titleBarRowBottom).Font.Size = 10

ss.Rows(titleBarRowBottom).Font.Bold = true

If ss.id = "sst" Then

ss.Cells(titleBarRowTop,headLeft).Value = title

ss.Range(ToLetter(leftHeadLeft) & titleBarRowBottom & ":" & ToLetter(leftHeadRight) & titleBarRowBottom).Merge

setTopTitleBar("Assignments")

Else

' ss.Range(ToLetter(theLeft) & titleBarRowBottom & ":" _

' & ToLetter(theLeft+2) & titleBarRowBottom).ParseText "Employee,Project,Summary",","

setBottomTitleBar("")

End If

ss.Range(ToLetter(fcBodyLeft) & titleBarRowBottom & ":" & ToLetter(fcBodyRight) _

& titleBarRowBottom).HAlignment = c.ssHAlignCenter

'borders

ss.Columns(fcBodyLeft).Borders(2).Weight = 2

ss.Columns(fcBodyLeft).Borders(2).Color = "black"

ss.Columns(fcBodyRight).Borders(3).Weight = 2

ss.Columns(fcBodyRight).Borders(3).Color = "black"

ss.Columns(theRight).Borders(3).Weight = 2

ss.Columns(theRight).Borders(3).Color = "black"

ss.Rows(headBottom).Borders(1).Weight = 2

ss.Rows(headBottom).Borders(1).Color = "black"

'viewable range

ss.ViewableRange = ToLetter(theLeft) & (theTop-2) & ":" & ToLetter(theRight) & (bodyTop-1)

'column headers

displayLeftHeaders(ss)

displayRightHeaders(ss)

'scroll

ss.ActiveSheet.Scroll ss.Range(ToLetter(theLeft) & theTop)

ss.ScreenUpdating = True

noChange = false

End Function

</script>



----- RonH wrote: -----

Thanks Alvin,

I'll give it a try.

All the best,

Ron

----- Alvin Bruney wrote: -----

The simplest thing to do is your last case which would usually work once the
property is supported by the object. Some of the interface definitions have
changed across the object models and the documentation has not always kept
up to date so it's basically trial and error with those not working blowing
up.
 
A

Alvin Bruney

i believe it takes an enum now. you can modify it to get what you want

Sub Set_Total_Alignment()
Dim ptConstants
Dim vwView
Dim totTotal

Set ptConstants = PivotTable1.Constants
Set vwView = PivotTable1.ActiveView

' Loop through all totals in the view.
For Each totTotal in vwView.DataAxis.Totals

' Set the horizontal alignment of the total to center.
totTotal.HAlignment = ptConstants.plHAlignCenter

' Set the horizontal alignment of the caption to center.
totTotal.CaptionHAlignment = ptConstants.plHAlignCenter
Next
End Sub-- Regards,Alvin BruneyGot tidbits? Get it
here...http://tinyurl.com/2bz4t"RONH said:
Hi Alvin,

I did the following so I am a little further.

<script LANGUAGE="vbscript"><!--
sst.AutoFit = true
// The property is now attached to the ActiveWindow object for OWC10 and 11
// sst.DisplayColHeaders = False
// sst.DisplayRowHeaders = False
sst.ActiveWindow.DisplayColumnHeadings = False
sst.ActiveWindow.DisplayRowHeadings = False
--></script>

However I am now bummping into more formating errors starting with:

Object doesn't support this property or method: 'c.ssVAlignCenter'


The code the error refers to is:

ss.Range("a:" & ToLetter(theRight)).VAlignment = c.ssVAlignCenter


All the best,



Ron


Just in case you want to see it here is the entire function:



Function InitializeSpreadsheet(ss,title)

noChange = true

ss.ScreenUpdating = False

Dim c, columnStr

Set c = ss.Constants

'whole spreadsheet

ss.Range("a:" & ToLetter(theRight)).VAlignment = c.ssVAlignCenter

ss.Range("a:" & ToLetter(theRight)).Font.Size = 8

ss.Range("a:" & ToLetter(theRight)).RowHeight = rowHeight

ss.Range("a:" & ToLetter(theRight)).Borders(5).Weight = 1

ss.Range("a:" & ToLetter(theRight)).Borders(5).Color = "black"

ss.Range("a:" & ToLetter(theRight)).Borders(6).Weight = 1

ss.Range("a:" & ToLetter(theRight)).Borders(6).Color = "black"

ss.Columns(accessCol).ColumnWidth = 0

' ss.Columns(hiddenCol).ColumnWidth = 0

ss.Rows(hiddenRow).RowHeight = 0

ss.Rows(bodyTop-1).RowHeight = 1

'left body range

ss.Range(ToLetter(leftBodyLeft) & ":" &
ToLetter(leftBodyRight)).Interior.Color = colorSide
ss.Range(ToLetter(leftBodyLeft) & ":" &
ToLetter(leftBodyRight)).Borders(6).Weight = 2
'right body range

ss.Range(ToLetter(rightBodyLeft) & ":" &
ToLetter(rightBodyRight)).Interior.Color = colorSide
ss.Range(ToLetter(rightBodyLeft) & ":" &
ToLetter(rightBodyRight)).Borders(6).Weight = 2
'head range

ss.Range(ToLetter(headLeft) & headTop & ":" & ToLetter(headRight) _

& headBottom).Font.Bold = True

ss.Range(ToLetter(headLeft) & headTop & ":" & ToLetter(headRight) _

& headBottom).HAlignment = c.ssHAlignCenter

'left head range

ss.Range(ToLetter(leftHeadLeft) & (headTop) & ":" &
ToLetter(leftHeadRight) & (headBottom)).Interior.Color = colorSideHead
'center head range

ss.Range(ToLetter(fcHeadLeft) & (headTop) & ":" &
ToLetter(fcHeadRight) & headBottom).Interior.Color = colorFcHead
ss.Range(ToLetter(fcHeadLeft) & (headTop) & ":" &
ToLetter(fcHeadRight) & headBottom).ColumnWidth = 24
'center body range



'right head range

ss.Range(ToLetter(rightHeadLeft) & headTop & ":" &
ToLetter(rightHeadRight) & headBottom).Interior.Color = colorSideHead
'title bar

ss.Rows(titleBarRowTop).Interior.Color = colorTitle

ss.Rows(titleBarRowTop).Font.Color = colorTitleFont

ss.Rows(titleBarRowTop).Font.Size = 10

ss.Rows(titleBarRowTop).Font.Bold = true



ss.Rows(titleBarRowBottom).Interior.Color = colorTitle

ss.Rows(titleBarRowBottom).Font.Color = colorTitleFont

ss.Rows(titleBarRowBottom).Font.Size = 10

ss.Rows(titleBarRowBottom).Font.Bold = true

If ss.id = "sst" Then

ss.Cells(titleBarRowTop,headLeft).Value = title

ss.Range(ToLetter(leftHeadLeft) & titleBarRowBottom & ":" &
ToLetter(leftHeadRight) & titleBarRowBottom).Merge
setTopTitleBar("Assignments")

Else

' ss.Range(ToLetter(theLeft) & titleBarRowBottom & ":" _

' & ToLetter(theLeft+2) & titleBarRowBottom).ParseText "Employee,Project,Summary",","

setBottomTitleBar("")

End If

ss.Range(ToLetter(fcBodyLeft) & titleBarRowBottom & ":" & ToLetter(fcBodyRight) _

& titleBarRowBottom).HAlignment = c.ssHAlignCenter

'borders

ss.Columns(fcBodyLeft).Borders(2).Weight = 2

ss.Columns(fcBodyLeft).Borders(2).Color = "black"

ss.Columns(fcBodyRight).Borders(3).Weight = 2

ss.Columns(fcBodyRight).Borders(3).Color = "black"

ss.Columns(theRight).Borders(3).Weight = 2

ss.Columns(theRight).Borders(3).Color = "black"

ss.Rows(headBottom).Borders(1).Weight = 2

ss.Rows(headBottom).Borders(1).Color = "black"

'viewable range

ss.ViewableRange = ToLetter(theLeft) & (theTop-2) & ":" &
ToLetter(theRight) & (bodyTop-1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top