CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 Moving Columns in design mode

Print topic Send  topic

Author Message
Phil
Posted: 06/30/2003, 5:50 AM

when I use the move column toolbar button on a grid table, I get the
following ccs warning generating the pages, and browser error when I go to
live page. Any advise will be much appreciated.

ccs warning:
Warning:Unable to find the beginning of block Row,Ln: 278, Col: 11.

Warning:Unable to find the beginning of block Grid,Ln: 285, Col: 10.


Browsers error:
Error Type:
Microsoft VBScript runtime (0x800A0009)
Subscript out of range: '-1'
/AddressBook/Template.asp, line 161



DonB
Posted: 06/30/2003, 12:33 PM

Have not seen this. Can you share the relevant parts of the code (lik +/-
20 lines around #278 in the page you are working on. I think that line 161
of your Template.asp should be about like mine:

Case TYPE_END_BLOCK
>> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*", BlockType,
"")
Paths(PathLength) = ""
PathLength = PathLength - 1

At first blush, it looks like the BEGIN/END tags are hosed up in the
HTML(probably overlapping with some other tag), but whether that is cause or
effect I can't say at the moment.
--
Don

http://www.gotodon.com/ccbth




"Phil" <padams@nascar.com> wrote in message
news:bdpbmg$v09$1@news.codecharge.com...
> when I use the move column toolbar button on a grid table, I get the
> following ccs warning generating the pages, and browser error when I go to
> live page. Any advise will be much appreciated.
>
> ccs warning:
> Warning:Unable to find the beginning of block Row,Ln: 278, Col: 11.
>
> Warning:Unable to find the beginning of block Grid,Ln: 285, Col: 10.
>
>
> Browsers error:
> Error Type:
> Microsoft VBScript runtime (0x800A0009)
> Subscript out of range: '-1'
> /AddressBook/Template.asp, line 161
>
>
>
>

Dave Rexel
Posted: 06/30/2003, 1:47 PM

Using the ALT+Arrow keys works for shuffling rows and columns in most cases,
though I get bad results and page destruction by CCS IDE if the page layout
is quite complicated.
Dave

"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdq3a0$v9t$1@news.codecharge.com...
> Have not seen this. Can you share the relevant parts of the code (lik +/-
> 20 lines around #278 in the page you are working on. I think that line
161
> of your Template.asp should be about like mine:
>
> Case TYPE_END_BLOCK
> >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*", BlockType,
> "")
> Paths(PathLength) = ""
> PathLength = PathLength - 1
>
> At first blush, it looks like the BEGIN/END tags are hosed up in the
> HTML(probably overlapping with some other tag), but whether that is cause
or
> effect I can't say at the moment.
> --
> Don
>
> http://www.gotodon.com/ccbth
>
>
>
>
> "Phil" <padams@nascar.com> wrote in message
>news:bdpbmg$v09$1@news.codecharge.com...
> > when I use the move column toolbar button on a grid table, I get the
> > following ccs warning generating the pages, and browser error when I go
to
> > live page. Any advise will be much appreciated.
> >
> > ccs warning:
> > Warning:Unable to find the beginning of block Row,Ln: 278, Col: 11.
> >
> > Warning:Unable to find the beginning of block Grid,Ln: 285, Col: 10.
> >
> >
> > Browsers error:
> > Error Type:
> > Microsoft VBScript runtime (0x800A0009)
> > Subscript out of range: '-1'
> > /AddressBook/Template.asp, line 161
> >
> >
> >
> >
>
>

Dave Rexel
Posted: 06/30/2003, 1:48 PM

Using the ALT+Arrow keys works for shuffling rows and columns in most cases,
though I get bad results and page destruction by CCS IDE if the page layout
is quite complicated.
Dave


"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdq3a0$v9t$1@news.codecharge.com...
> Have not seen this. Can you share the relevant parts of the code (lik +/-
> 20 lines around #278 in the page you are working on. I think that line
161
> of your Template.asp should be about like mine:
>
> Case TYPE_END_BLOCK
> >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*", BlockType,
> "")
> Paths(PathLength) = ""
> PathLength = PathLength - 1
>
> At first blush, it looks like the BEGIN/END tags are hosed up in the
> HTML(probably overlapping with some other tag), but whether that is cause
or
> effect I can't say at the moment.
> --
> Don
>
> http://www.gotodon.com/ccbth
>
>
>
>
> "Phil" <padams@nascar.com> wrote in message
>news:bdpbmg$v09$1@news.codecharge.com...
> > when I use the move column toolbar button on a grid table, I get the
> > following ccs warning generating the pages, and browser error when I go
to
> > live page. Any advise will be much appreciated.
> >
> > ccs warning:
> > Warning:Unable to find the beginning of block Row,Ln: 278, Col: 11.
> >
> > Warning:Unable to find the beginning of block Grid,Ln: 285, Col: 10.
> >
> >
> > Browsers error:
> > Error Type:
> > Microsoft VBScript runtime (0x800A0009)
> > Subscript out of range: '-1'
> > /AddressBook/Template.asp, line 161
> >
> >
> >
> >
>
>

DonB
Posted: 06/30/2003, 2:01 PM

Dave, have you found the UP/DOWN row to be working (when using the
keyboard)? I haven't had any luck with it since 2.0 came out, except from
the menubar. The arrow keys only work for left/right for me.

--
DonB

http://www.gotodon.com/ccbth



"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:bdq7lv$58c$2@news.codecharge.com...
> Using the ALT+Arrow keys works for shuffling rows and columns in most
cases,
> though I get bad results and page destruction by CCS IDE if the page
layout
> is quite complicated.
> Dave
>
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
>news:bdq3a0$v9t$1@news.codecharge.com...
> > Have not seen this. Can you share the relevant parts of the code (lik
+/-
> > 20 lines around #278 in the page you are working on. I think that line
> 161
> > of your Template.asp should be about like mine:
> >
> > Case TYPE_END_BLOCK
> > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
BlockType,
> > "")
> > Paths(PathLength) = ""
> > PathLength = PathLength - 1
> >
> > At first blush, it looks like the BEGIN/END tags are hosed up in the
> > HTML(probably overlapping with some other tag), but whether that is
cause
> or
> > effect I can't say at the moment.
> > --
> > Don
> >
> > http://www.gotodon.com/ccbth
> >
> >
> >
> >
> > "Phil" <padams@nascar.com> wrote in message
> >news:bdpbmg$v09$1@news.codecharge.com...
> > > when I use the move column toolbar button on a grid table, I get the
> > > following ccs warning generating the pages, and browser error when I
go
> to
> > > live page. Any advise will be much appreciated.
> > >
> > > ccs warning:
> > > Warning:Unable to find the beginning of block Row,Ln: 278, Col: 11.
> > >
> > > Warning:Unable to find the beginning of block Grid,Ln: 285, Col: 10.
> > >
> > >
> > > Browsers error:
> > > Error Type:
> > > Microsoft VBScript runtime (0x800A0009)
> > > Subscript out of range: '-1'
> > > /AddressBook/Template.asp, line 161
> > >
> > >
> > >
> > >
> >
> >
>
>

Phil
Posted: 06/30/2003, 5:17 PM

Dave/Don,

I tried the alt left-right arrow combination, and get the same errors. I
have used the "move row" (alt arrow keys) successfully. I am able to move
the columns by editing the html code myself, but the IDE would be nice.
Here is the block of code that causes the error. Thanks guys!

Dim Paths(30), PathLength : PathLength = 0 : Paths(0) = RootName
CurrentNode = CurrentNode + 1
ReDim Preserve Tree(CurrentNode)
Tree(CurrentNode - 1) = Array("/" & RootName & "/*", TYPE_BEGIN_BLOCK, "")

BlockType = MinValue(Values)
While Not (BlockType = LONG_MAX_VALUE)

If (Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
CurrentPosition + 1) > 0 Then
CurrentNode = CurrentNode + 1
ReDim Preserve Tree(CurrentNode)
Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"), TYPE_TEXT,
Mid(FileContent, CurrentPosition,
Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) - CurrentPosition +
1))
CurrentPosition = Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
+ 1
else
CurrentPosition = Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
+ 1
End If

CurrentNode = CurrentNode + 1
ReDim Preserve Tree(CurrentNode)

Select Case BlockType
Case TYPE_VARIABLE
Tree(CurrentNode - 1) = Array(GetPath(Paths,
GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)), BlockType)) &
"/*", BlockType, "")
Case TYPE_BEGIN_BLOCK
PathLength = PathLength + 1
Paths(PathLength) =
GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)), BlockType)
Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
BlockType, "")
Case TYPE_END_BLOCK
Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
BlockType, "")
Paths(PathLength) = ""
PathLength = PathLength - 1
End Select

Counters(BlockType) = Counters(BlockType) + 1
If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT) Then
Values(BlockType) = LONG_MAX_VALUE
Else
Values(BlockType) =
Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
end if

BlockType = MinValue(Values)
Wend




"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdq8fc$69d$1@news.codecharge.com...
> Dave, have you found the UP/DOWN row to be working (when using the
> keyboard)? I haven't had any luck with it since 2.0 came out, except from
> the menubar. The arrow keys only work for left/right for me.
>
> --
> DonB
>
> http://www.gotodon.com/ccbth
>
>
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:bdq7lv$58c$2@news.codecharge.com...
> > Using the ALT+Arrow keys works for shuffling rows and columns in most
> cases,
> > though I get bad results and page destruction by CCS IDE if the page
> layout
> > is quite complicated.
> > Dave
> >
> >
> > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> >news:bdq3a0$v9t$1@news.codecharge.com...
> > > Have not seen this. Can you share the relevant parts of the code (lik
> +/-
> > > 20 lines around #278 in the page you are working on. I think that
line
> > 161
> > > of your Template.asp should be about like mine:
> > >
> > > Case TYPE_END_BLOCK
> > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> BlockType,
> > > "")
> > > Paths(PathLength) = ""
> > > PathLength = PathLength - 1
> > >
> > > At first blush, it looks like the BEGIN/END tags are hosed up in the
> > > HTML(probably overlapping with some other tag), but whether that is
> cause
> > or
> > > effect I can't say at the moment.
> > > --
> > > Don
> > >
> > > http://www.gotodon.com/ccbth
> > >
> > >
> > >
> > >
> > > "Phil" <padams@nascar.com> wrote in message
> > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > when I use the move column toolbar button on a grid table, I get the
> > > > following ccs warning generating the pages, and browser error when I
> go
> > to
> > > > live page. Any advise will be much appreciated.
> > > >
> > > > ccs warning:
> > > > Warning:Unable to find the beginning of block Row,Ln: 278, Col: 11.
> > > >
> > > > Warning:Unable to find the beginning of block Grid,Ln: 285, Col: 10.
> > > >
> > > >
> > > > Browsers error:
> > > > Error Type:
> > > > Microsoft VBScript runtime (0x800A0009)
> > > > Subscript out of range: '-1'
> > > > /AddressBook/Template.asp, line 161
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

DonB
Posted: 06/30/2003, 9:02 PM

Do you have something that would help you validate the structure of the HTML
file? I bet there is a BEGIN or END that straddles a TR, TD or other HTML
block, so that the template parser chokes.

DonB



"Phil" <phil@cfl.rr.com> wrote in message
news:bdqju2$lf5$1@news.codecharge.com...
> Dave/Don,
>
> I tried the alt left-right arrow combination, and get the same errors. I
> have used the "move row" (alt arrow keys) successfully. I am able to move
> the columns by editing the html code myself, but the IDE would be nice.
> Here is the block of code that causes the error. Thanks guys!
>
> Dim Paths(30), PathLength : PathLength = 0 : Paths(0) = RootName
> CurrentNode = CurrentNode + 1
> ReDim Preserve Tree(CurrentNode)
> Tree(CurrentNode - 1) = Array("/" & RootName & "/*", TYPE_BEGIN_BLOCK,
"")
>
> BlockType = MinValue(Values)
> While Not (BlockType = LONG_MAX_VALUE)
>
> If (Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> CurrentPosition + 1) > 0 Then
> CurrentNode = CurrentNode + 1
> ReDim Preserve Tree(CurrentNode)
> Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"), TYPE_TEXT,
> Mid(FileContent, CurrentPosition,
> Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) - CurrentPosition +
> 1))
> CurrentPosition =
Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> + 1
> else
> CurrentPosition =
Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> + 1
> End If
>
> CurrentNode = CurrentNode + 1
> ReDim Preserve Tree(CurrentNode)
>
> Select Case BlockType
> Case TYPE_VARIABLE
> Tree(CurrentNode - 1) = Array(GetPath(Paths,
> GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)), BlockType))
&
> "/*", BlockType, "")
> Case TYPE_BEGIN_BLOCK
> PathLength = PathLength + 1
> Paths(PathLength) =
> GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)), BlockType)
> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> BlockType, "")
> Case TYPE_END_BLOCK
> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> BlockType, "")
> Paths(PathLength) = ""
> PathLength = PathLength - 1
> End Select
>
> Counters(BlockType) = Counters(BlockType) + 1
> If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT) Then
> Values(BlockType) = LONG_MAX_VALUE
> Else
> Values(BlockType) =
> Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
> end if
>
> BlockType = MinValue(Values)
> Wend
>
>
>
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
>news:bdq8fc$69d$1@news.codecharge.com...
> > Dave, have you found the UP/DOWN row to be working (when using the
> > keyboard)? I haven't had any luck with it since 2.0 came out, except
from
> > the menubar. The arrow keys only work for left/right for me.
> >
> > --
> > DonB
> >
> > http://www.gotodon.com/ccbth
> >
> >
> >
> > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> >news:bdq7lv$58c$2@news.codecharge.com...
> > > Using the ALT+Arrow keys works for shuffling rows and columns in most
> > cases,
> > > though I get bad results and page destruction by CCS IDE if the page
> > layout
> > > is quite complicated.
> > > Dave
> > >
> > >
> > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > >news:bdq3a0$v9t$1@news.codecharge.com...
> > > > Have not seen this. Can you share the relevant parts of the code
(lik
> > +/-
> > > > 20 lines around #278 in the page you are working on. I think that
> line
> > > 161
> > > > of your Template.asp should be about like mine:
> > > >
> > > > Case TYPE_END_BLOCK
> > > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > BlockType,
> > > > "")
> > > > Paths(PathLength) = ""
> > > > PathLength = PathLength - 1
> > > >
> > > > At first blush, it looks like the BEGIN/END tags are hosed up in the
> > > > HTML(probably overlapping with some other tag), but whether that is
> > cause
> > > or
> > > > effect I can't say at the moment.
> > > > --
> > > > Don
> > > >
> > > > http://www.gotodon.com/ccbth
> > > >
> > > >
> > > >
> > > >
> > > > "Phil" <padams@nascar.com> wrote in message
> > > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > > when I use the move column toolbar button on a grid table, I get
the
> > > > > following ccs warning generating the pages, and browser error when
I
> > go
> > > to
> > > > > live page. Any advise will be much appreciated.
> > > > >
> > > > > ccs warning:
> > > > > Warning:Unable to find the beginning of block Row,Ln: 278, Col:
11.
> > > > >
> > > > > Warning:Unable to find the beginning of block Grid,Ln: 285, Col:
10.
> > > > >
> > > > >
> > > > > Browsers error:
> > > > > Error Type:
> > > > > Microsoft VBScript runtime (0x800A0009)
> > > > > Subscript out of range: '-1'
> > > > > /AddressBook/Template.asp, line 161
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Phil
Posted: 07/01/2003, 10:55 AM

Not sure what you mean. The HTML "structure" is created by ccs. Since I am
using a "wizard" generated page, and using the IDE to move the columns, this
looks to me like a bug in ccs.


"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdr14e$6e9$1@news.codecharge.com...
> Do you have something that would help you validate the structure of the
HTML
> file? I bet there is a BEGIN or END that straddles a TR, TD or other HTML
> block, so that the template parser chokes.
>
> DonB
>
>
>
> "Phil" <phil@cfl.rr.com> wrote in message
>news:bdqju2$lf5$1@news.codecharge.com...
> > Dave/Don,
> >
> > I tried the alt left-right arrow combination, and get the same errors.
I
> > have used the "move row" (alt arrow keys) successfully. I am able to
move
> > the columns by editing the html code myself, but the IDE would be nice.
> > Here is the block of code that causes the error. Thanks guys!
> >
> > Dim Paths(30), PathLength : PathLength = 0 : Paths(0) = RootName
> > CurrentNode = CurrentNode + 1
> > ReDim Preserve Tree(CurrentNode)
> > Tree(CurrentNode - 1) = Array("/" & RootName & "/*", TYPE_BEGIN_BLOCK,
> "")
> >
> > BlockType = MinValue(Values)
> > While Not (BlockType = LONG_MAX_VALUE)
> >
> > If (Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > CurrentPosition + 1) > 0 Then
> > CurrentNode = CurrentNode + 1
> > ReDim Preserve Tree(CurrentNode)
> > Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"), TYPE_TEXT,
> > Mid(FileContent, CurrentPosition,
> > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) - CurrentPosition
+
> > 1))
> > CurrentPosition =
> Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > + 1
> > else
> > CurrentPosition =
> Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > + 1
> > End If
> >
> > CurrentNode = CurrentNode + 1
> > ReDim Preserve Tree(CurrentNode)
> >
> > Select Case BlockType
> > Case TYPE_VARIABLE
> > Tree(CurrentNode - 1) = Array(GetPath(Paths,
> > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
BlockType))
> &
> > "/*", BlockType, "")
> > Case TYPE_BEGIN_BLOCK
> > PathLength = PathLength + 1
> > Paths(PathLength) =
> > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)), BlockType)
> > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > BlockType, "")
> > Case TYPE_END_BLOCK
> > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > BlockType, "")
> > Paths(PathLength) = ""
> > PathLength = PathLength - 1
> > End Select
> >
> > Counters(BlockType) = Counters(BlockType) + 1
> > If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT) Then
> > Values(BlockType) = LONG_MAX_VALUE
> > Else
> > Values(BlockType) =
> > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
> > end if
> >
> > BlockType = MinValue(Values)
> > Wend
> >
> >
> >
> >
> > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> >news:bdq8fc$69d$1@news.codecharge.com...
> > > Dave, have you found the UP/DOWN row to be working (when using the
> > > keyboard)? I haven't had any luck with it since 2.0 came out, except
> from
> > > the menubar. The arrow keys only work for left/right for me.
> > >
> > > --
> > > DonB
> > >
> > > http://www.gotodon.com/ccbth
> > >
> > >
> > >
> > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > >news:bdq7lv$58c$2@news.codecharge.com...
> > > > Using the ALT+Arrow keys works for shuffling rows and columns in
most
> > > cases,
> > > > though I get bad results and page destruction by CCS IDE if the page
> > > layout
> > > > is quite complicated.
> > > > Dave
> > > >
> > > >
> > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > > >news:bdq3a0$v9t$1@news.codecharge.com...
> > > > > Have not seen this. Can you share the relevant parts of the code
> (lik
> > > +/-
> > > > > 20 lines around #278 in the page you are working on. I think that
> > line
> > > > 161
> > > > > of your Template.asp should be about like mine:
> > > > >
> > > > > Case TYPE_END_BLOCK
> > > > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > BlockType,
> > > > > "")
> > > > > Paths(PathLength) = ""
> > > > > PathLength = PathLength - 1
> > > > >
> > > > > At first blush, it looks like the BEGIN/END tags are hosed up in
the
> > > > > HTML(probably overlapping with some other tag), but whether that
is
> > > cause
> > > > or
> > > > > effect I can't say at the moment.
> > > > > --
> > > > > Don
> > > > >
> > > > > http://www.gotodon.com/ccbth
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "Phil" <padams@nascar.com> wrote in message
> > > > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > > > when I use the move column toolbar button on a grid table, I get
> the
> > > > > > following ccs warning generating the pages, and browser error
when
> I
> > > go
> > > > to
> > > > > > live page. Any advise will be much appreciated.
> > > > > >
> > > > > > ccs warning:
> > > > > > Warning:Unable to find the beginning of block Row,Ln: 278, Col:
> 11.
> > > > > >
> > > > > > Warning:Unable to find the beginning of block Grid,Ln: 285, Col:
> 10.
> > > > > >
> > > > > >
> > > > > > Browsers error:
> > > > > > Error Type:
> > > > > > Microsoft VBScript runtime (0x800A0009)
> > > > > > Subscript out of range: '-1'
> > > > > > /AddressBook/Template.asp, line 161
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

DonB
Posted: 07/01/2003, 11:33 AM

I had assumed you probably tweaked the html at some point following the
wizard. If not then, yes possibly a bug in the "move" algorithm. I still
recommend some kind of html validator to see what might be out of whack in
there. Yu can email me the page in question of you like and I will see if
anything looks out of place. I can even try the move action to see if it
possibly is an issue with your CCS environment, if you send the html, ccp
and asp file.

DonB


"Phil" <padams@nascar.com> wrote in message
news:bdshts$ap4$1@news.codecharge.com...
> Not sure what you mean. The HTML "structure" is created by ccs. Since I
am
> using a "wizard" generated page, and using the IDE to move the columns,
this
> looks to me like a bug in ccs.
>
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
>news:bdr14e$6e9$1@news.codecharge.com...
> > Do you have something that would help you validate the structure of the
> HTML
> > file? I bet there is a BEGIN or END that straddles a TR, TD or other
HTML
> > block, so that the template parser chokes.
> >
> > DonB
> >
> >
> >
> > "Phil" <phil@cfl.rr.com> wrote in message
> >news:bdqju2$lf5$1@news.codecharge.com...
> > > Dave/Don,
> > >
> > > I tried the alt left-right arrow combination, and get the same
errors.
> I
> > > have used the "move row" (alt arrow keys) successfully. I am able to
> move
> > > the columns by editing the html code myself, but the IDE would be
nice.
> > > Here is the block of code that causes the error. Thanks guys!
> > >
> > > Dim Paths(30), PathLength : PathLength = 0 : Paths(0) = RootName
> > > CurrentNode = CurrentNode + 1
> > > ReDim Preserve Tree(CurrentNode)
> > > Tree(CurrentNode - 1) = Array("/" & RootName & "/*",
TYPE_BEGIN_BLOCK,
> > "")
> > >
> > > BlockType = MinValue(Values)
> > > While Not (BlockType = LONG_MAX_VALUE)
> > >
> > > If (Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > > CurrentPosition + 1) > 0 Then
> > > CurrentNode = CurrentNode + 1
> > > ReDim Preserve Tree(CurrentNode)
> > > Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"),
TYPE_TEXT,
> > > Mid(FileContent, CurrentPosition,
> > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
CurrentPosition
> +
> > > 1))
> > > CurrentPosition =
> > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > + 1
> > > else
> > > CurrentPosition =
> > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > + 1
> > > End If
> > >
> > > CurrentNode = CurrentNode + 1
> > > ReDim Preserve Tree(CurrentNode)
> > >
> > > Select Case BlockType
> > > Case TYPE_VARIABLE
> > > Tree(CurrentNode - 1) = Array(GetPath(Paths,
> > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> BlockType))
> > &
> > > "/*", BlockType, "")
> > > Case TYPE_BEGIN_BLOCK
> > > PathLength = PathLength + 1
> > > Paths(PathLength) =
> > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
BlockType)
> > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > BlockType, "")
> > > Case TYPE_END_BLOCK
> > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > BlockType, "")
> > > Paths(PathLength) = ""
> > > PathLength = PathLength - 1
> > > End Select
> > >
> > > Counters(BlockType) = Counters(BlockType) + 1
> > > If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT) Then
> > > Values(BlockType) = LONG_MAX_VALUE
> > > Else
> > > Values(BlockType) =
> > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
> > > end if
> > >
> > > BlockType = MinValue(Values)
> > > Wend
> > >
> > >
> > >
> > >
> > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > >news:bdq8fc$69d$1@news.codecharge.com...
> > > > Dave, have you found the UP/DOWN row to be working (when using the
> > > > keyboard)? I haven't had any luck with it since 2.0 came out,
except
> > from
> > > > the menubar. The arrow keys only work for left/right for me.
> > > >
> > > > --
> > > > DonB
> > > >
> > > > http://www.gotodon.com/ccbth
> > > >
> > > >
> > > >
> > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > >news:bdq7lv$58c$2@news.codecharge.com...
> > > > > Using the ALT+Arrow keys works for shuffling rows and columns in
> most
> > > > cases,
> > > > > though I get bad results and page destruction by CCS IDE if the
page
> > > > layout
> > > > > is quite complicated.
> > > > > Dave
> > > > >
> > > > >
> > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > > > >news:bdq3a0$v9t$1@news.codecharge.com...
> > > > > > Have not seen this. Can you share the relevant parts of the
code
> > (lik
> > > > +/-
> > > > > > 20 lines around #278 in the page you are working on. I think
that
> > > line
> > > > > 161
> > > > > > of your Template.asp should be about like mine:
> > > > > >
> > > > > > Case TYPE_END_BLOCK
> > > > > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > > BlockType,
> > > > > > "")
> > > > > > Paths(PathLength) = ""
> > > > > > PathLength = PathLength - 1
> > > > > >
> > > > > > At first blush, it looks like the BEGIN/END tags are hosed up in
> the
> > > > > > HTML(probably overlapping with some other tag), but whether that
> is
> > > > cause
> > > > > or
> > > > > > effect I can't say at the moment.
> > > > > > --
> > > > > > Don
> > > > > >
> > > > > > http://www.gotodon.com/ccbth
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > "Phil" <padams@nascar.com> wrote in message
> > > > > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > > > > when I use the move column toolbar button on a grid table, I
get
> > the
> > > > > > > following ccs warning generating the pages, and browser error
> when
> > I
> > > > go
> > > > > to
> > > > > > > live page. Any advise will be much appreciated.
> > > > > > >
> > > > > > > ccs warning:
> > > > > > > Warning:Unable to find the beginning of block Row,Ln: 278,
Col:
> > 11.
> > > > > > >
> > > > > > > Warning:Unable to find the beginning of block Grid,Ln: 285,
Col:
> > 10.
> > > > > > >
> > > > > > >
> > > > > > > Browsers error:
> > > > > > > Error Type:
> > > > > > > Microsoft VBScript runtime (0x800A0009)
> > > > > > > Subscript out of range: '-1'
> > > > > > > /AddressBook/Template.asp, line 161
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Phil
Posted: 07/01/2003, 12:16 PM

It's not ccs...I just used the IDE to move a column on a different page with
no problems. I was wrong in my last reply, I "did" tweak the code, and
that's most likely what bombed ccs. Thanks for all your help.

"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdsk5u$dm9$1@news.codecharge.com...
> I had assumed you probably tweaked the html at some point following the
> wizard. If not then, yes possibly a bug in the "move" algorithm. I
still
> recommend some kind of html validator to see what might be out of whack in
> there. Yu can email me the page in question of you like and I will see if
> anything looks out of place. I can even try the move action to see if it
> possibly is an issue with your CCS environment, if you send the html, ccp
> and asp file.
>
> DonB
>
>
> "Phil" <padams@nascar.com> wrote in message
>news:bdshts$ap4$1@news.codecharge.com...
> > Not sure what you mean. The HTML "structure" is created by ccs. Since
I
> am
> > using a "wizard" generated page, and using the IDE to move the columns,
> this
> > looks to me like a bug in ccs.
> >
> >
> > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> >news:bdr14e$6e9$1@news.codecharge.com...
> > > Do you have something that would help you validate the structure of
the
> > HTML
> > > file? I bet there is a BEGIN or END that straddles a TR, TD or other
> HTML
> > > block, so that the template parser chokes.
> > >
> > > DonB
> > >
> > >
> > >
> > > "Phil" <phil@cfl.rr.com> wrote in message
> > >news:bdqju2$lf5$1@news.codecharge.com...
> > > > Dave/Don,
> > > >
> > > > I tried the alt left-right arrow combination, and get the same
> errors.
> > I
> > > > have used the "move row" (alt arrow keys) successfully. I am able
to
> > move
> > > > the columns by editing the html code myself, but the IDE would be
> nice.
> > > > Here is the block of code that causes the error. Thanks guys!
> > > >
> > > > Dim Paths(30), PathLength : PathLength = 0 : Paths(0) = RootName
> > > > CurrentNode = CurrentNode + 1
> > > > ReDim Preserve Tree(CurrentNode)
> > > > Tree(CurrentNode - 1) = Array("/" & RootName & "/*",
> TYPE_BEGIN_BLOCK,
> > > "")
> > > >
> > > > BlockType = MinValue(Values)
> > > > While Not (BlockType = LONG_MAX_VALUE)
> > > >
> > > > If (Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > > > CurrentPosition + 1) > 0 Then
> > > > CurrentNode = CurrentNode + 1
> > > > ReDim Preserve Tree(CurrentNode)
> > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"),
> TYPE_TEXT,
> > > > Mid(FileContent, CurrentPosition,
> > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> CurrentPosition
> > +
> > > > 1))
> > > > CurrentPosition =
> > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > + 1
> > > > else
> > > > CurrentPosition =
> > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > + 1
> > > > End If
> > > >
> > > > CurrentNode = CurrentNode + 1
> > > > ReDim Preserve Tree(CurrentNode)
> > > >
> > > > Select Case BlockType
> > > > Case TYPE_VARIABLE
> > > > Tree(CurrentNode - 1) = Array(GetPath(Paths,
> > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> > BlockType))
> > > &
> > > > "/*", BlockType, "")
> > > > Case TYPE_BEGIN_BLOCK
> > > > PathLength = PathLength + 1
> > > > Paths(PathLength) =
> > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> BlockType)
> > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > > BlockType, "")
> > > > Case TYPE_END_BLOCK
> > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > > BlockType, "")
> > > > Paths(PathLength) = ""
> > > > PathLength = PathLength - 1
> > > > End Select
> > > >
> > > > Counters(BlockType) = Counters(BlockType) + 1
> > > > If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT) Then
> > > > Values(BlockType) = LONG_MAX_VALUE
> > > > Else
> > > > Values(BlockType) =
> > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
> > > > end if
> > > >
> > > > BlockType = MinValue(Values)
> > > > Wend
> > > >
> > > >
> > > >
> > > >
> > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > > >news:bdq8fc$69d$1@news.codecharge.com...
> > > > > Dave, have you found the UP/DOWN row to be working (when using the
> > > > > keyboard)? I haven't had any luck with it since 2.0 came out,
> except
> > > from
> > > > > the menubar. The arrow keys only work for left/right for me.
> > > > >
> > > > > --
> > > > > DonB
> > > > >
> > > > > http://www.gotodon.com/ccbth
> > > > >
> > > > >
> > > > >
> > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > >news:bdq7lv$58c$2@news.codecharge.com...
> > > > > > Using the ALT+Arrow keys works for shuffling rows and columns in
> > most
> > > > > cases,
> > > > > > though I get bad results and page destruction by CCS IDE if the
> page
> > > > > layout
> > > > > > is quite complicated.
> > > > > > Dave
> > > > > >
> > > > > >
> > > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in
message
> > > > > >news:bdq3a0$v9t$1@news.codecharge.com...
> > > > > > > Have not seen this. Can you share the relevant parts of the
> code
> > > (lik
> > > > > +/-
> > > > > > > 20 lines around #278 in the page you are working on. I think
> that
> > > > line
> > > > > > 161
> > > > > > > of your Template.asp should be about like mine:
> > > > > > >
> > > > > > > Case TYPE_END_BLOCK
> > > > > > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) &
"*",
> > > > > BlockType,
> > > > > > > "")
> > > > > > > Paths(PathLength) = ""
> > > > > > > PathLength = PathLength - 1
> > > > > > >
> > > > > > > At first blush, it looks like the BEGIN/END tags are hosed up
in
> > the
> > > > > > > HTML(probably overlapping with some other tag), but whether
that
> > is
> > > > > cause
> > > > > > or
> > > > > > > effect I can't say at the moment.
> > > > > > > --
> > > > > > > Don
> > > > > > >
> > > > > > > http://www.gotodon.com/ccbth
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > "Phil" <padams@nascar.com> wrote in message
> > > > > > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > > > > > when I use the move column toolbar button on a grid table, I
> get
> > > the
> > > > > > > > following ccs warning generating the pages, and browser
error
> > when
> > > I
> > > > > go
> > > > > > to
> > > > > > > > live page. Any advise will be much appreciated.
> > > > > > > >
> > > > > > > > ccs warning:
> > > > > > > > Warning:Unable to find the beginning of block Row,Ln: 278,
> Col:
> > > 11.
> > > > > > > >
> > > > > > > > Warning:Unable to find the beginning of block Grid,Ln: 285,
> Col:
> > > 10.
> > > > > > > >
> > > > > > > >
> > > > > > > > Browsers error:
> > > > > > > > Error Type:
> > > > > > > > Microsoft VBScript runtime (0x800A0009)
> > > > > > > > Subscript out of range: '-1'
> > > > > > > > /AddressBook/Template.asp, line 161
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

DonB
Posted: 07/01/2003, 1:32 PM

OK.

No reply from Dave on this: Phil, are you able to move rows up and down
with the alt-up/down keystrokes? This hasn't worked for me for a while and
I'm wondering if it is CCS or my system that's broken.

thanks,

DonB


"Phil" <padams@nascar.com> wrote in message
news:bdsmm0$hb9$1@news.codecharge.com...
> It's not ccs...I just used the IDE to move a column on a different page
with
> no problems. I was wrong in my last reply, I "did" tweak the code, and
> that's most likely what bombed ccs. Thanks for all your help.
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
>news:bdsk5u$dm9$1@news.codecharge.com...
> > I had assumed you probably tweaked the html at some point following the
> > wizard. If not then, yes possibly a bug in the "move" algorithm. I
> still
> > recommend some kind of html validator to see what might be out of whack
in
> > there. Yu can email me the page in question of you like and I will see
if
> > anything looks out of place. I can even try the move action to see if
it
> > possibly is an issue with your CCS environment, if you send the html,
ccp
> > and asp file.
> >
> > DonB
> >
> >
> > "Phil" <padams@nascar.com> wrote in message
> >news:bdshts$ap4$1@news.codecharge.com...
> > > Not sure what you mean. The HTML "structure" is created by ccs.
Since
> I
> > am
> > > using a "wizard" generated page, and using the IDE to move the
columns,
> > this
> > > looks to me like a bug in ccs.
> > >
> > >
> > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > >news:bdr14e$6e9$1@news.codecharge.com...
> > > > Do you have something that would help you validate the structure of
> the
> > > HTML
> > > > file? I bet there is a BEGIN or END that straddles a TR, TD or
other
> > HTML
> > > > block, so that the template parser chokes.
> > > >
> > > > DonB
> > > >
> > > >
> > > >
> > > > "Phil" <phil@cfl.rr.com> wrote in message
> > > >news:bdqju2$lf5$1@news.codecharge.com...
> > > > > Dave/Don,
> > > > >
> > > > > I tried the alt left-right arrow combination, and get the same
> > errors.
> > > I
> > > > > have used the "move row" (alt arrow keys) successfully. I am able
> to
> > > move
> > > > > the columns by editing the html code myself, but the IDE would be
> > nice.
> > > > > Here is the block of code that causes the error. Thanks guys!
> > > > >
> > > > > Dim Paths(30), PathLength : PathLength = 0 : Paths(0) = RootName
> > > > > CurrentNode = CurrentNode + 1
> > > > > ReDim Preserve Tree(CurrentNode)
> > > > > Tree(CurrentNode - 1) = Array("/" & RootName & "/*",
> > TYPE_BEGIN_BLOCK,
> > > > "")
> > > > >
> > > > > BlockType = MinValue(Values)
> > > > > While Not (BlockType = LONG_MAX_VALUE)
> > > > >
> > > > > If (Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > > > > CurrentPosition + 1) > 0 Then
> > > > > CurrentNode = CurrentNode + 1
> > > > > ReDim Preserve Tree(CurrentNode)
> > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"),
> > TYPE_TEXT,
> > > > > Mid(FileContent, CurrentPosition,
> > > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > CurrentPosition
> > > +
> > > > > 1))
> > > > > CurrentPosition =
> > > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > > + 1
> > > > > else
> > > > > CurrentPosition =
> > > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > > + 1
> > > > > End If
> > > > >
> > > > > CurrentNode = CurrentNode + 1
> > > > > ReDim Preserve Tree(CurrentNode)
> > > > >
> > > > > Select Case BlockType
> > > > > Case TYPE_VARIABLE
> > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths,
> > > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> > > BlockType))
> > > > &
> > > > > "/*", BlockType, "")
> > > > > Case TYPE_BEGIN_BLOCK
> > > > > PathLength = PathLength + 1
> > > > > Paths(PathLength) =
> > > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> > BlockType)
> > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > > > BlockType, "")
> > > > > Case TYPE_END_BLOCK
> > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) & "*",
> > > > > BlockType, "")
> > > > > Paths(PathLength) = ""
> > > > > PathLength = PathLength - 1
> > > > > End Select
> > > > >
> > > > > Counters(BlockType) = Counters(BlockType) + 1
> > > > > If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT)
Then
> > > > > Values(BlockType) = LONG_MAX_VALUE
> > > > > Else
> > > > > Values(BlockType) =
> > > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
> > > > > end if
> > > > >
> > > > > BlockType = MinValue(Values)
> > > > > Wend
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > > > >news:bdq8fc$69d$1@news.codecharge.com...
> > > > > > Dave, have you found the UP/DOWN row to be working (when using
the
> > > > > > keyboard)? I haven't had any luck with it since 2.0 came out,
> > except
> > > > from
> > > > > > the menubar. The arrow keys only work for left/right for me.
> > > > > >
> > > > > > --
> > > > > > DonB
> > > > > >
> > > > > > http://www.gotodon.com/ccbth
> > > > > >
> > > > > >
> > > > > >
> > > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > > >news:bdq7lv$58c$2@news.codecharge.com...
> > > > > > > Using the ALT+Arrow keys works for shuffling rows and columns
in
> > > most
> > > > > > cases,
> > > > > > > though I get bad results and page destruction by CCS IDE if
the
> > page
> > > > > > layout
> > > > > > > is quite complicated.
> > > > > > > Dave
> > > > > > >
> > > > > > >
> > > > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in
> message
> > > > > > >news:bdq3a0$v9t$1@news.codecharge.com...
> > > > > > > > Have not seen this. Can you share the relevant parts of the
> > code
> > > > (lik
> > > > > > +/-
> > > > > > > > 20 lines around #278 in the page you are working on. I
think
> > that
> > > > > line
> > > > > > > 161
> > > > > > > > of your Template.asp should be about like mine:
> > > > > > > >
> > > > > > > > Case TYPE_END_BLOCK
> > > > > > > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) &
> "*",
> > > > > > BlockType,
> > > > > > > > "")
> > > > > > > > Paths(PathLength) = ""
> > > > > > > > PathLength = PathLength - 1
> > > > > > > >
> > > > > > > > At first blush, it looks like the BEGIN/END tags are hosed
up
> in
> > > the
> > > > > > > > HTML(probably overlapping with some other tag), but whether
> that
> > > is
> > > > > > cause
> > > > > > > or
> > > > > > > > effect I can't say at the moment.
> > > > > > > > --
> > > > > > > > Don
> > > > > > > >
> > > > > > > > http://www.gotodon.com/ccbth
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > "Phil" <padams@nascar.com> wrote in message
> > > > > > > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > > > > > > when I use the move column toolbar button on a grid table,
I
> > get
> > > > the
> > > > > > > > > following ccs warning generating the pages, and browser
> error
> > > when
> > > > I
> > > > > > go
> > > > > > > to
> > > > > > > > > live page. Any advise will be much appreciated.
> > > > > > > > >
> > > > > > > > > ccs warning:
> > > > > > > > > Warning:Unable to find the beginning of block Row,Ln: 278,
> > Col:
> > > > 11.
> > > > > > > > >
> > > > > > > > > Warning:Unable to find the beginning of block Grid,Ln:
285,
> > Col:
> > > > 10.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Browsers error:
> > > > > > > > > Error Type:
> > > > > > > > > Microsoft VBScript runtime (0x800A0009)
> > > > > > > > > Subscript out of range: '-1'
> > > > > > > > > /AddressBook/Template.asp, line 161
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Phil
Posted: 07/01/2003, 2:08 PM

Yes, the alt-up/down & alt-right/left are working for me (ver 2.1.1.20)

"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdsr41$ncr$1@news.codecharge.com...
> OK.
>
> No reply from Dave on this: Phil, are you able to move rows up and down
> with the alt-up/down keystrokes? This hasn't worked for me for a while
and
> I'm wondering if it is CCS or my system that's broken.
>
> thanks,
>
> DonB
>
>
> "Phil" <padams@nascar.com> wrote in message
>news:bdsmm0$hb9$1@news.codecharge.com...
> > It's not ccs...I just used the IDE to move a column on a different page
> with
> > no problems. I was wrong in my last reply, I "did" tweak the code, and
> > that's most likely what bombed ccs. Thanks for all your help.
> >
> > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> >news:bdsk5u$dm9$1@news.codecharge.com...
> > > I had assumed you probably tweaked the html at some point following
the
> > > wizard. If not then, yes possibly a bug in the "move" algorithm. I
> > still
> > > recommend some kind of html validator to see what might be out of
whack
> in
> > > there. Yu can email me the page in question of you like and I will
see
> if
> > > anything looks out of place. I can even try the move action to see if
> it
> > > possibly is an issue with your CCS environment, if you send the html,
> ccp
> > > and asp file.
> > >
> > > DonB
> > >
> > >
> > > "Phil" <padams@nascar.com> wrote in message
> > >news:bdshts$ap4$1@news.codecharge.com...
> > > > Not sure what you mean. The HTML "structure" is created by ccs.
> Since
> > I
> > > am
> > > > using a "wizard" generated page, and using the IDE to move the
> columns,
> > > this
> > > > looks to me like a bug in ccs.
> > > >
> > > >
> > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > > >news:bdr14e$6e9$1@news.codecharge.com...
> > > > > Do you have something that would help you validate the structure
of
> > the
> > > > HTML
> > > > > file? I bet there is a BEGIN or END that straddles a TR, TD or
> other
> > > HTML
> > > > > block, so that the template parser chokes.
> > > > >
> > > > > DonB
> > > > >
> > > > >
> > > > >
> > > > > "Phil" <phil@cfl.rr.com> wrote in message
> > > > >news:bdqju2$lf5$1@news.codecharge.com...
> > > > > > Dave/Don,
> > > > > >
> > > > > > I tried the alt left-right arrow combination, and get the same
> > > errors.
> > > > I
> > > > > > have used the "move row" (alt arrow keys) successfully. I am
able
> > to
> > > > move
> > > > > > the columns by editing the html code myself, but the IDE would
be
> > > nice.
> > > > > > Here is the block of code that causes the error. Thanks guys!
> > > > > >
> > > > > > Dim Paths(30), PathLength : PathLength = 0 : Paths(0) =
RootName
> > > > > > CurrentNode = CurrentNode + 1
> > > > > > ReDim Preserve Tree(CurrentNode)
> > > > > > Tree(CurrentNode - 1) = Array("/" & RootName & "/*",
> > > TYPE_BEGIN_BLOCK,
> > > > > "")
> > > > > >
> > > > > > BlockType = MinValue(Values)
> > > > > > While Not (BlockType = LONG_MAX_VALUE)
> > > > > >
> > > > > > If (Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > > > > > CurrentPosition + 1) > 0 Then
> > > > > > CurrentNode = CurrentNode + 1
> > > > > > ReDim Preserve Tree(CurrentNode)
> > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"),
> > > TYPE_TEXT,
> > > > > > Mid(FileContent, CurrentPosition,
> > > > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > > CurrentPosition
> > > > +
> > > > > > 1))
> > > > > > CurrentPosition =
> > > > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > > > + 1
> > > > > > else
> > > > > > CurrentPosition =
> > > > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > > > + 1
> > > > > > End If
> > > > > >
> > > > > > CurrentNode = CurrentNode + 1
> > > > > > ReDim Preserve Tree(CurrentNode)
> > > > > >
> > > > > > Select Case BlockType
> > > > > > Case TYPE_VARIABLE
> > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths,
> > > > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> > > > BlockType))
> > > > > &
> > > > > > "/*", BlockType, "")
> > > > > > Case TYPE_BEGIN_BLOCK
> > > > > > PathLength = PathLength + 1
> > > > > > Paths(PathLength) =
> > > > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> > > BlockType)
> > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) &
"*",
> > > > > > BlockType, "")
> > > > > > Case TYPE_END_BLOCK
> > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) &
"*",
> > > > > > BlockType, "")
> > > > > > Paths(PathLength) = ""
> > > > > > PathLength = PathLength - 1
> > > > > > End Select
> > > > > >
> > > > > > Counters(BlockType) = Counters(BlockType) + 1
> > > > > > If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT)
> Then
> > > > > > Values(BlockType) = LONG_MAX_VALUE
> > > > > > Else
> > > > > > Values(BlockType) =
> > > > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
> > > > > > end if
> > > > > >
> > > > > > BlockType = MinValue(Values)
> > > > > > Wend
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in
message
> > > > > >news:bdq8fc$69d$1@news.codecharge.com...
> > > > > > > Dave, have you found the UP/DOWN row to be working (when using
> the
> > > > > > > keyboard)? I haven't had any luck with it since 2.0 came out,
> > > except
> > > > > from
> > > > > > > the menubar. The arrow keys only work for left/right for me.
> > > > > > >
> > > > > > > --
> > > > > > > DonB
> > > > > > >
> > > > > > > http://www.gotodon.com/ccbth
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > > > >news:bdq7lv$58c$2@news.codecharge.com...
> > > > > > > > Using the ALT+Arrow keys works for shuffling rows and
columns
> in
> > > > most
> > > > > > > cases,
> > > > > > > > though I get bad results and page destruction by CCS IDE if
> the
> > > page
> > > > > > > layout
> > > > > > > > is quite complicated.
> > > > > > > > Dave
> > > > > > > >
> > > > > > > >
> > > > > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in
> > message
> > > > > > > >news:bdq3a0$v9t$1@news.codecharge.com...
> > > > > > > > > Have not seen this. Can you share the relevant parts of
the
> > > code
> > > > > (lik
> > > > > > > +/-
> > > > > > > > > 20 lines around #278 in the page you are working on. I
> think
> > > that
> > > > > > line
> > > > > > > > 161
> > > > > > > > > of your Template.asp should be about like mine:
> > > > > > > > >
> > > > > > > > > Case TYPE_END_BLOCK
> > > > > > > > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) &
> > "*",
> > > > > > > BlockType,
> > > > > > > > > "")
> > > > > > > > > Paths(PathLength) = ""
> > > > > > > > > PathLength = PathLength - 1
> > > > > > > > >
> > > > > > > > > At first blush, it looks like the BEGIN/END tags are hosed
> up
> > in
> > > > the
> > > > > > > > > HTML(probably overlapping with some other tag), but
whether
> > that
> > > > is
> > > > > > > cause
> > > > > > > > or
> > > > > > > > > effect I can't say at the moment.
> > > > > > > > > --
> > > > > > > > > Don
> > > > > > > > >
> > > > > > > > > http://www.gotodon.com/ccbth
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > "Phil" <padams@nascar.com> wrote in message
> > > > > > > > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > > > > > > > when I use the move column toolbar button on a grid
table,
> I
> > > get
> > > > > the
> > > > > > > > > > following ccs warning generating the pages, and browser
> > error
> > > > when
> > > > > I
> > > > > > > go
> > > > > > > > to
> > > > > > > > > > live page. Any advise will be much appreciated.
> > > > > > > > > >
> > > > > > > > > > ccs warning:
> > > > > > > > > > Warning:Unable to find the beginning of block Row,Ln:
278,
> > > Col:
> > > > > 11.
> > > > > > > > > >
> > > > > > > > > > Warning:Unable to find the beginning of block Grid,Ln:
> 285,
> > > Col:
> > > > > 10.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Browsers error:
> > > > > > > > > > Error Type:
> > > > > > > > > > Microsoft VBScript runtime (0x800A0009)
> > > > > > > > > > Subscript out of range: '-1'
> > > > > > > > > > /AddressBook/Template.asp, line 161
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Dave Rexel
Posted: 07/01/2003, 7:27 PM

Sorry there Don been away doing IRL stuff a while now, yes I can move rows &
cols around with the Alt+arrow keys and after much grief have stopped
tweaking the CCS generated Html too much (sort of hope I have a saved
version before Mr Hyde destroys my tweaked page)

Can you confirm this being broken for vanilla CCS content?

Regards
Dave

"Phil" <padams@nascar.com> wrote in message
news:bdst7g$q5t$1@news.codecharge.com...
> Yes, the alt-up/down & alt-right/left are working for me (ver 2.1.1.20)
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
>news:bdsr41$ncr$1@news.codecharge.com...
> > OK.
> >
> > No reply from Dave on this: Phil, are you able to move rows up and down
> > with the alt-up/down keystrokes? This hasn't worked for me for a while
> and
> > I'm wondering if it is CCS or my system that's broken.
> >
> > thanks,
> >
> > DonB
> >
> >
> > "Phil" <padams@nascar.com> wrote in message
> >news:bdsmm0$hb9$1@news.codecharge.com...
> > > It's not ccs...I just used the IDE to move a column on a different
page
> > with
> > > no problems. I was wrong in my last reply, I "did" tweak the code,
and
> > > that's most likely what bombed ccs. Thanks for all your help.
> > >
> > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > >news:bdsk5u$dm9$1@news.codecharge.com...
> > > > I had assumed you probably tweaked the html at some point following
> the
> > > > wizard. If not then, yes possibly a bug in the "move" algorithm.
I
> > > still
> > > > recommend some kind of html validator to see what might be out of
> whack
> > in
> > > > there. Yu can email me the page in question of you like and I will
> see
> > if
> > > > anything looks out of place. I can even try the move action to see
if
> > it
> > > > possibly is an issue with your CCS environment, if you send the
html,
> > ccp
> > > > and asp file.
> > > >
> > > > DonB
> > > >
> > > >
> > > > "Phil" <padams@nascar.com> wrote in message
> > > >news:bdshts$ap4$1@news.codecharge.com...
> > > > > Not sure what you mean. The HTML "structure" is created by ccs.
> > Since
> > > I
> > > > am
> > > > > using a "wizard" generated page, and using the IDE to move the
> > columns,
> > > > this
> > > > > looks to me like a bug in ccs.
> > > > >
> > > > >
> > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > > > >news:bdr14e$6e9$1@news.codecharge.com...
> > > > > > Do you have something that would help you validate the structure
> of
> > > the
> > > > > HTML
> > > > > > file? I bet there is a BEGIN or END that straddles a TR, TD or
> > other
> > > > HTML
> > > > > > block, so that the template parser chokes.
> > > > > >
> > > > > > DonB
> > > > > >
> > > > > >
> > > > > >
> > > > > > "Phil" <phil@cfl.rr.com> wrote in message
> > > > > >news:bdqju2$lf5$1@news.codecharge.com...
> > > > > > > Dave/Don,
> > > > > > >
> > > > > > > I tried the alt left-right arrow combination, and get the
same
> > > > errors.
> > > > > I
> > > > > > > have used the "move row" (alt arrow keys) successfully. I am
> able
> > > to
> > > > > move
> > > > > > > the columns by editing the html code myself, but the IDE would
> be
> > > > nice.
> > > > > > > Here is the block of code that causes the error. Thanks guys!
> > > > > > >
> > > > > > > Dim Paths(30), PathLength : PathLength = 0 : Paths(0) =
> RootName
> > > > > > > CurrentNode = CurrentNode + 1
> > > > > > > ReDim Preserve Tree(CurrentNode)
> > > > > > > Tree(CurrentNode - 1) = Array("/" & RootName & "/*",
> > > > TYPE_BEGIN_BLOCK,
> > > > > > "")
> > > > > > >
> > > > > > > BlockType = MinValue(Values)
> > > > > > > While Not (BlockType = LONG_MAX_VALUE)
> > > > > > >
> > > > > > > If
(Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > > > > > > CurrentPosition + 1) > 0 Then
> > > > > > > CurrentNode = CurrentNode + 1
> > > > > > > ReDim Preserve Tree(CurrentNode)
> > > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, "@text"),
> > > > TYPE_TEXT,
> > > > > > > Mid(FileContent, CurrentPosition,
> > > > > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType)) -
> > > > CurrentPosition
> > > > > +
> > > > > > > 1))
> > > > > > > CurrentPosition =
> > > > > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > > > > + 1
> > > > > > > else
> > > > > > > CurrentPosition =
> > > > > > Brackets(BlockType)(BLOCK_END)(Counters(BlockType))
> > > > > > > + 1
> > > > > > > End If
> > > > > > >
> > > > > > > CurrentNode = CurrentNode + 1
> > > > > > > ReDim Preserve Tree(CurrentNode)
> > > > > > >
> > > > > > > Select Case BlockType
> > > > > > > Case TYPE_VARIABLE
> > > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths,
> > > > > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> > > > > BlockType))
> > > > > > &
> > > > > > > "/*", BlockType, "")
> > > > > > > Case TYPE_BEGIN_BLOCK
> > > > > > > PathLength = PathLength + 1
> > > > > > > Paths(PathLength) =
> > > > > > > GetName(Brackets(BlockType)(BLOCK_NAME)(Counters(BlockType)),
> > > > BlockType)
> > > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) &
> "*",
> > > > > > > BlockType, "")
> > > > > > > Case TYPE_END_BLOCK
> > > > > > > Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty) &
> "*",
> > > > > > > BlockType, "")
> > > > > > > Paths(PathLength) = ""
> > > > > > > PathLength = PathLength - 1
> > > > > > > End Select
> > > > > > >
> > > > > > > Counters(BlockType) = Counters(BlockType) + 1
> > > > > > > If Counters(BlockType) = Brackets(BlockType)(BLOCK_AMOUNT)
> > Then
> > > > > > > Values(BlockType) = LONG_MAX_VALUE
> > > > > > > Else
> > > > > > > Values(BlockType) =
> > > > > > > Brackets(BlockType)(BLOCK_BEGIN)(Counters(BlockType))
> > > > > > > end if
> > > > > > >
> > > > > > > BlockType = MinValue(Values)
> > > > > > > Wend
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in
> message
> > > > > > >news:bdq8fc$69d$1@news.codecharge.com...
> > > > > > > > Dave, have you found the UP/DOWN row to be working (when
using
> > the
> > > > > > > > keyboard)? I haven't had any luck with it since 2.0 came
out,
> > > > except
> > > > > > from
> > > > > > > > the menubar. The arrow keys only work for left/right for
me.
> > > > > > > >
> > > > > > > > --
> > > > > > > > DonB
> > > > > > > >
> > > > > > > > http://www.gotodon.com/ccbth
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > > > > >news:bdq7lv$58c$2@news.codecharge.com...
> > > > > > > > > Using the ALT+Arrow keys works for shuffling rows and
> columns
> > in
> > > > > most
> > > > > > > > cases,
> > > > > > > > > though I get bad results and page destruction by CCS IDE
if
> > the
> > > > page
> > > > > > > > layout
> > > > > > > > > is quite complicated.
> > > > > > > > > Dave
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in
> > > message
> > > > > > > > >news:bdq3a0$v9t$1@news.codecharge.com...
> > > > > > > > > > Have not seen this. Can you share the relevant parts of
> the
> > > > code
> > > > > > (lik
> > > > > > > > +/-
> > > > > > > > > > 20 lines around #278 in the page you are working on. I
> > think
> > > > that
> > > > > > > line
> > > > > > > > > 161
> > > > > > > > > > of your Template.asp should be about like mine:
> > > > > > > > > >
> > > > > > > > > > Case TYPE_END_BLOCK
> > > > > > > > > > >> Tree(CurrentNode - 1) = Array(GetPath(Paths, Empty)
&
> > > "*",
> > > > > > > > BlockType,
> > > > > > > > > > "")
> > > > > > > > > > Paths(PathLength) = ""
> > > > > > > > > > PathLength = PathLength - 1
> > > > > > > > > >
> > > > > > > > > > At first blush, it looks like the BEGIN/END tags are
hosed
> > up
> > > in
> > > > > the
> > > > > > > > > > HTML(probably overlapping with some other tag), but
> whether
> > > that
> > > > > is
> > > > > > > > cause
> > > > > > > > > or
> > > > > > > > > > effect I can't say at the moment.
> > > > > > > > > > --
> > > > > > > > > > Don
> > > > > > > > > >
> > > > > > > > > > http://www.gotodon.com/ccbth
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > "Phil" <padams@nascar.com> wrote in message
> > > > > > > > > >news:bdpbmg$v09$1@news.codecharge.com...
> > > > > > > > > > > when I use the move column toolbar button on a grid
> table,
> > I
> > > > get
> > > > > > the
> > > > > > > > > > > following ccs warning generating the pages, and
browser
> > > error
> > > > > when
> > > > > > I
> > > > > > > > go
> > > > > > > > > to
> > > > > > > > > > > live page. Any advise will be much appreciated.
> > > > > > > > > > >
> > > > > > > > > > > ccs warning:
> > > > > > > > > > > Warning:Unable to find the beginning of block Row,Ln:
> 278,
> > > > Col:
> > > > > > 11.
> > > > > > > > > > >
> > > > > > > > > > > Warning:Unable to find the beginning of block Grid,Ln:
> > 285,
> > > > Col:
> > > > > > 10.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Browsers error:
> > > > > > > > > > > Error Type:
> > > > > > > > > > > Microsoft VBScript runtime (0x800A0009)
> > > > > > > > > > > Subscript out of range: '-1'
> > > > > > > > > > > /AddressBook/Template.asp, line 161
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

DonB
Posted: 07/02/2003, 6:10 AM

Dave, CCS totally ignores the up/down here. I wizard-buit a grid and the
only way to move rows is from the menu. I'm going to submit a bug report,
but sounds like it just me that has the problem.

Being located in the same city that's home to the Indy Racing League, I have
to ask if that's the "IRL" you referred to. I'm guessing it's not since I
think you are somewhere in Europe.

DonB


"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:bdtfuu$h1o$1@news.codecharge.com...
> Sorry there Don been away doing IRL stuff a while now, yes I can move rows
&
> cols around with the Alt+arrow keys and after much grief have stopped
> tweaking the CCS generated Html too much (sort of hope I have a saved
> version before Mr Hyde destroys my tweaked page)
>
> Can you confirm this being broken for vanilla CCS content?
>
> Regards
> Dave
>

Dave Rexel
Posted: 07/02/2003, 9:58 AM

Hi Don

I've just tried the alt+arrows on a vanilla wizard generated grid and it
works fine
w2kp sp3 fully updated on the windows update, CCS 2.1.1.20, PHP & mySQL

Hope support can resolve this for you because it should be working

IRL (In Real Life) here in Stockholm, Sweden, though I would like to visit
and watch the Indy races, I'm in LA in early August on a business visit so
that's the closest I'll get at present.

Regards
Dave


"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdulkg$vp0$1@news.codecharge.com...
> Dave, CCS totally ignores the up/down here. I wizard-buit a grid and the
> only way to move rows is from the menu. I'm going to submit a bug report,
> but sounds like it just me that has the problem.
>
> Being located in the same city that's home to the Indy Racing League, I
have
> to ask if that's the "IRL" you referred to. I'm guessing it's not since I
> think you are somewhere in Europe.
>
> DonB
>
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:bdtfuu$h1o$1@news.codecharge.com...
> > Sorry there Don been away doing IRL stuff a while now, yes I can move
rows
> &
> > cols around with the Alt+arrow keys and after much grief have stopped
> > tweaking the CCS generated Html too much (sort of hope I have a saved
> > version before Mr Hyde destroys my tweaked page)
> >
> > Can you confirm this being broken for vanilla CCS content?
> >
> > Regards
> > Dave
> >
>
>

Phil
Posted: 07/02/2003, 2:18 PM

I don't normally mention it, but I work for NASCAR (check my email address)
so anytime you guys are in Daytona Beach, let me know and I'll show you
around.

I am starting to get the hang of ccs finally...quite different from VB which
is my primary language.

"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:bdv2v1$gmv$1@news.codecharge.com...
> Hi Don
>
> I've just tried the alt+arrows on a vanilla wizard generated grid and it
> works fine
> w2kp sp3 fully updated on the windows update, CCS 2.1.1.20, PHP & mySQL
>
> Hope support can resolve this for you because it should be working
>
> IRL (In Real Life) here in Stockholm, Sweden, though I would like to visit
> and watch the Indy races, I'm in LA in early August on a business visit so
> that's the closest I'll get at present.
>
> Regards
> Dave
>
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
>news:bdulkg$vp0$1@news.codecharge.com...
> > Dave, CCS totally ignores the up/down here. I wizard-buit a grid and
the
> > only way to move rows is from the menu. I'm going to submit a bug
report,
> > but sounds like it just me that has the problem.
> >
> > Being located in the same city that's home to the Indy Racing League, I
> have
> > to ask if that's the "IRL" you referred to. I'm guessing it's not since
I
> > think you are somewhere in Europe.
> >
> > DonB
> >
> >
> > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> >news:bdtfuu$h1o$1@news.codecharge.com...
> > > Sorry there Don been away doing IRL stuff a while now, yes I can move
> rows
> > &
> > > cols around with the Alt+arrow keys and after much grief have stopped
> > > tweaking the CCS generated Html too much (sort of hope I have a saved
> > > version before Mr Hyde destroys my tweaked page)
> > >
> > > Can you confirm this being broken for vanilla CCS content?
> > >
> > > Regards
> > > Dave
> > >
> >
> >
>
>

DonB
Posted: 07/02/2003, 4:31 PM

Yeah, went the last few Februarys during Speedweek, but not the 500 itself.
I get 3 races a year at Indy + National Drags. Froze my keister this year
in Daytona, damn rain :-)

http://www.gotodon.com/daytona/index.htm

DonB


"Phil" <padams@nascar.com> wrote in message
news:bdvi76$4eu$1@news.codecharge.com...
> I don't normally mention it, but I work for NASCAR (check my email
address)
> so anytime you guys are in Daytona Beach, let me know and I'll show you
> around.
>
> I am starting to get the hang of ccs finally...quite different from VB
which
> is my primary language.
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:bdv2v1$gmv$1@news.codecharge.com...
> > Hi Don
> >
> > I've just tried the alt+arrows on a vanilla wizard generated grid and it
> > works fine
> > w2kp sp3 fully updated on the windows update, CCS 2.1.1.20, PHP & mySQL
> >
> > Hope support can resolve this for you because it should be working
> >
> > IRL (In Real Life) here in Stockholm, Sweden, though I would like to
visit
> > and watch the Indy races, I'm in LA in early August on a business visit
so
> > that's the closest I'll get at present.
> >
> > Regards
> > Dave
> >
> >
> > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> >news:bdulkg$vp0$1@news.codecharge.com...
> > > Dave, CCS totally ignores the up/down here. I wizard-buit a grid and
> the
> > > only way to move rows is from the menu. I'm going to submit a bug
> report,
> > > but sounds like it just me that has the problem.
> > >
> > > Being located in the same city that's home to the Indy Racing League,
I
> > have
> > > to ask if that's the "IRL" you referred to. I'm guessing it's not
since
> I
> > > think you are somewhere in Europe.
> > >
> > > DonB
> > >
> > >
> > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > >news:bdtfuu$h1o$1@news.codecharge.com...
> > > > Sorry there Don been away doing IRL stuff a while now, yes I can
move
> > rows
> > > &
> > > > cols around with the Alt+arrow keys and after much grief have
stopped
> > > > tweaking the CCS generated Html too much (sort of hope I have a
saved
> > > > version before Mr Hyde destroys my tweaked page)
> > > >
> > > > Can you confirm this being broken for vanilla CCS content?
> > > >
> > > > Regards
> > > > Dave
> > > >
> > >
> > >
> >
> >
>
>

Phil
Posted: 07/02/2003, 7:47 PM

nice site. glad to know there's some code charge info out there.

"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:bdvpvv$dns$1@news.codecharge.com...
> Yeah, went the last few Februarys during Speedweek, but not the 500
itself.
> I get 3 races a year at Indy + National Drags. Froze my keister this year
> in Daytona, damn rain :-)
>
> http://www.gotodon.com/daytona/index.htm
>
> DonB
>
>
> "Phil" <padams@nascar.com> wrote in message
>news:bdvi76$4eu$1@news.codecharge.com...
> > I don't normally mention it, but I work for NASCAR (check my email
> address)
> > so anytime you guys are in Daytona Beach, let me know and I'll show you
> > around.
> >
> > I am starting to get the hang of ccs finally...quite different from VB
> which
> > is my primary language.
> >
> > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> >news:bdv2v1$gmv$1@news.codecharge.com...
> > > Hi Don
> > >
> > > I've just tried the alt+arrows on a vanilla wizard generated grid and
it
> > > works fine
> > > w2kp sp3 fully updated on the windows update, CCS 2.1.1.20, PHP &
mySQL
> > >
> > > Hope support can resolve this for you because it should be working
> > >
> > > IRL (In Real Life) here in Stockholm, Sweden, though I would like to
> visit
> > > and watch the Indy races, I'm in LA in early August on a business
visit
> so
> > > that's the closest I'll get at present.
> > >
> > > Regards
> > > Dave
> > >
> > >
> > > "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
> > >news:bdulkg$vp0$1@news.codecharge.com...
> > > > Dave, CCS totally ignores the up/down here. I wizard-buit a grid
and
> > the
> > > > only way to move rows is from the menu. I'm going to submit a bug
> > report,
> > > > but sounds like it just me that has the problem.
> > > >
> > > > Being located in the same city that's home to the Indy Racing
League,
> I
> > > have
> > > > to ask if that's the "IRL" you referred to. I'm guessing it's not
> since
> > I
> > > > think you are somewhere in Europe.
> > > >
> > > > DonB
> > > >
> > > >
> > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > >news:bdtfuu$h1o$1@news.codecharge.com...
> > > > > Sorry there Don been away doing IRL stuff a while now, yes I can
> move
> > > rows
> > > > &
> > > > > cols around with the Alt+arrow keys and after much grief have
> stopped
> > > > > tweaking the CCS generated Html too much (sort of hope I have a
> saved
> > > > > version before Mr Hyde destroys my tweaked page)
> > > > >
> > > > > Can you confirm this being broken for vanilla CCS content?
> > > > >
> > > > > Regards
> > > > > Dave
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

DonB
Posted: 07/02/2003, 8:01 PM

thanks. Trying to do a little evangelising. For a fledgling product (not
even 2 years old) it's pretty awesome. But getting started can be a
problem. Glad I have some time to help out.

DonB



"Phil" <phil@cfl.rr.com> wrote in message
news:be05gu$qv5$1@news.codecharge.com...
> nice site. glad to know there's some code charge info out there.
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.