Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > dim Name redefined error

Reply
Thread Tools

dim Name redefined error

 
 
DaveF
Guest
Posts: n/a
 
      04-14-2004
Is there a way to get around this error??

--

Dave


 
Reply With Quote
 
 
 
 
Steven Burn
Guest
Posts: n/a
 
      04-14-2004
Don't re-define it?....

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)


DaveF <> wrote in message
news:...
> Is there a way to get around this error??
>
> --
>
> Dave
>
>



 
Reply With Quote
 
 
 
 
DaveF
Guest
Posts: n/a
 
      04-14-2004
It is not defineded anywhere else but that page

--

David Fetrow
Helixpoint LLC.

"Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
news:...
> Don't re-define it?....
>
> --
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
> Disclaimer:
> I know I'm probably wrong, I just like taking part ;o)
>
>
> DaveF <> wrote in message
> news:...
> > Is there a way to get around this error??
> >
> > --
> >
> > Dave
> >
> >

>
>



 
Reply With Quote
 
Steven Burn
Guest
Posts: n/a
 
      04-14-2004
Try changing "Dim Name" to "Dim strName" (I'm pretty sure "Name" is already
available in ASP/VBScript without having to define it),

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)


DaveF <> wrote in message
news:...
> It is not defineded anywhere else but that page
>
> --
>
> David Fetrow
> Helixpoint LLC.
>
> "Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
> news:...
> > Don't re-define it?....
> >
> > --
> > Regards
> >
> > Steven Burn
> > Ur I.T. Mate Group
> > www.it-mate.co.uk
> >
> > Keeping it FREE!
> >
> > Disclaimer:
> > I know I'm probably wrong, I just like taking part ;o)
> >
> >
> > DaveF <> wrote in message
> > news:...
> > > Is there a way to get around this error??
> > >
> > > --
> > >
> > > Dave
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
DaveF
Guest
Posts: n/a
 
      04-14-2004
Actually the var is Dim theCountNo

--

David Fetrow
Helixpoint LLC.

"Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
news:...
> Don't re-define it?....
>
> --
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
> Disclaimer:
> I know I'm probably wrong, I just like taking part ;o)
>
>
> DaveF <> wrote in message
> news:...
> > Is there a way to get around this error??
> >
> > --
> >
> > Dave
> >
> >

>
>



 
Reply With Quote
 
DaveF
Guest
Posts: n/a
 
      04-14-2004
That is possible

--

David Fetrow
Helixpoint LLC.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:...
> is it possibly in an Include as well?
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "DaveF" <> wrote in message
> news:...
> > Actually the var is Dim theCountNo
> >
> > --
> >
> > David Fetrow
> > Helixpoint LLC.
> >
> > "Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
> > news:...
> > > Don't re-define it?....
> > >
> > > --
> > > Regards
> > >
> > > Steven Burn
> > > Ur I.T. Mate Group
> > > www.it-mate.co.uk
> > >
> > > Keeping it FREE!
> > >
> > > Disclaimer:
> > > I know I'm probably wrong, I just like taking part ;o)
> > >
> > >
> > > DaveF <> wrote in message
> > > news:...
> > > > Is there a way to get around this error??
> > > >
> > > > --
> > > >
> > > > Dave
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Aaron Bertrand [MVP]
Guest
Posts: n/a
 
      04-14-2004
But I thought you said "It is not defineded anywhere else"?

<smacks palm on forehead>

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


 
Reply With Quote
 
DaveF
Guest
Posts: n/a
 
      04-14-2004
The page could be laded in different frames

--

David Fetrow
Helixpoint LLC.

"Aaron Bertrand [MVP]" <> wrote in message
news:...
> But I thought you said "It is not defineded anywhere else"?
>
> <smacks palm on forehead>
>
> --
> Aaron Bertrand
> SQL Server MVP
> http://www.aspfaq.com/
>
>



 
Reply With Quote
 
Aaron Bertrand [MVP]
Guest
Posts: n/a
 
      04-14-2004
> The page could be laded in different frames

No, that won't cause this error, sorry. ASP doesn't know what a frame is,
and each ASP page loaded into a frameset is independent of the others and
doesn't even know they exist.

But perhaps you are getting a popup error in Internet Explorer; that would
be a different issue altogether. It's hard to tell from your original
one-line post, that doesn't contain the EXACT error, its context, or ...
heaven forbid ... any code to try and help us reproduce the problem.

Some basic debugging and a better description of what's really going on
might help here... otherwise we're all just chasing your tail and vague
narrative...


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multidimensional array, one dim fix, one dim dynamic Florian Kaufmann C++ 1 04-28-2010 01:21 PM
boost:::bind problem syntax error with redefined new kittymaguire C++ 1 08-18-2008 08:57 AM
System.arraycopy (2 dim array) and growth of 2 dim array Denis Palas Java 1 11-11-2006 09:22 AM
Array.sort when it's items are String inheritors with redefined <=> works like if not redefined MiG Ruby 8 10-19-2005 03:48 PM
Name Redefined James ASP General 7 04-14-2005 03:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57