Jan K. van Dalen
|
| Posted: 08/13/2001, 7:58 AM |
|
Hi Everyone,
Is there a way to add an "Icon" which will be an URL on a Grid?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/13/2001, 8:11 AM |
|
Create a fiald named myicon, set type to Label,
check html checkbox in its properties then
in Form/Events/Before show event write smth like this :
$fldmyicon = "<img src=icon.gif width=20 height=20>"
Alex
Jan K. van Dalen <vandalen@mindspring.com> wrote in message
news:9l8pvf$fa7$1@news.codecharge.com...
> Hi Everyone,
>
> Is there a way to add an "Icon" which will be an URL on a Grid?
>
>
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/13/2001, 8:12 AM |
|
forgot about url
use
$fldmyicon = "<a href=ss.asp><img src=icon.gif width=20 height=20></a>"
--
Alex
Ceritfied CodeCharge Developer
Develop database-connected web sites
without coding: http://www.codecharge.com
ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
Jan K. van Dalen <vandalen@mindspring.com> wrote in message
news:9l8pvf$fa7$1@news.codecharge.com...
> Hi Everyone,
>
> Is there a way to add an "Icon" which will be an URL on a Grid?
>
>
|
|
|
 |
Jan K. van Dalen
|
| Posted: 08/13/2001, 9:39 AM |
|
Hi Alexey,
I'm soo new at this that most likely I will look pretty dumb<g>
I tried what you sent me and also this: $fldicon = <a
href="http://www.usatoday.com"><img src="openfold.gif" width=20
height=20></a>
I keep getting this error:
Error Type:
Microsoft VBScript compilation (0x800A0408)
Invalid character
/mrcextranet/vDMS_CommunityGrid.asp, line 298
$fldicon = <a href="http://www.usatoday.com"><img src="openfold.gif"
width=20 height=20></a>
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:9l8qpp$h7u$1@news.codecharge.com...
> forgot about url
>
> use
> $fldmyicon = "<a href=ss.asp><img src=icon.gif width=20 height=20></a>"
>
> --
> Alex
> Ceritfied CodeCharge Developer
> Develop database-connected web sites
> without coding: http://www.codecharge.com
> ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
>
> Jan K. van Dalen <vandalen@mindspring.com> wrote in message
>news:9l8pvf$fa7$1@news.codecharge.com...
> > Hi Everyone,
> >
> > Is there a way to add an "Icon" which will be an URL on a Grid?
> >
> >
>
>
|
|
|
 |
Don Oldenburg
|
| Posted: 08/13/2001, 12:49 PM |
|
put it all in quotes Jan....
$fldicon= "<a href.......... </a>"
Don
"Jan K. van Dalen" <vandalen@mindspring.com> wrote in message
news:9l8vs2$s1r$1@news.codecharge.com...
> Hi Alexey,
>
> I'm soo new at this that most likely I will look pretty dumb<g>
>
> I tried what you sent me and also this: $fldicon = <a
> href="http://www.usatoday.com"><img src="openfold.gif" width=20
> height=20></a>
>
> I keep getting this error:
>
> Error Type:
> Microsoft VBScript compilation (0x800A0408)
> Invalid character
> /mrcextranet/vDMS_CommunityGrid.asp, line 298
> $fldicon = <a href="http://www.usatoday.com"><img src="openfold.gif"
> width=20 height=20></a>
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:9l8qpp$h7u$1@news.codecharge.com...
> > forgot about url
> >
> > use
> > $fldmyicon = "<a href=ss.asp><img src=icon.gif width=20 height=20></a>"
> >
> > --
> > Alex
> > Ceritfied CodeCharge Developer
> > Develop database-connected web sites
> > without coding: http://www.codecharge.com
> > ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
> >
> > Jan K. van Dalen <vandalen@mindspring.com> wrote in message
> >news:9l8pvf$fa7$1@news.codecharge.com...
> > > Hi Everyone,
> > >
> > > Is there a way to add an "Icon" which will be an URL on a Grid?
> > >
> > >
> >
> >
>
>
|
|
|
 |
Jan K. van Dalen
|
| Posted: 08/13/2001, 1:10 PM |
|
This is exactly what I have and still get the same error:
$fldicon = "<a href=www.usatoday.com><img src=openfld.gif width=20
height=20></a>"
"Don Oldenburg" <don.oldenburg@cacmnet.com> wrote in message
news:9l9ave$iti$1@news.codecharge.com...
> put it all in quotes Jan....
>
> $fldicon= "<a href.......... </a>"
>
> Don
>
>
>
>
>
> "Jan K. van Dalen" <vandalen@mindspring.com> wrote in message
>news:9l8vs2$s1r$1@news.codecharge.com...
> > Hi Alexey,
> >
> > I'm soo new at this that most likely I will look pretty dumb<g>
> >
> > I tried what you sent me and also this: $fldicon = <a
> > href="http://www.usatoday.com"><img src="openfold.gif" width=20
> > height=20></a>
> >
> > I keep getting this error:
> >
> > Error Type:
> > Microsoft VBScript compilation (0x800A0408)
> > Invalid character
> > /mrcextranet/vDMS_CommunityGrid.asp, line 298
> > $fldicon = <a href="http://www.usatoday.com"><img src="openfold.gif"
> > width=20 height=20></a>
> >
> > "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
> >news:9l8qpp$h7u$1@news.codecharge.com...
> > > forgot about url
> > >
> > > use
> > > $fldmyicon = "<a href=ss.asp><img src=icon.gif width=20
height=20></a>"
> > >
> > > --
> > > Alex
> > > Ceritfied CodeCharge Developer
> > > Develop database-connected web sites
> > > without coding: http://www.codecharge.com
> > > ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
> > >
> > > Jan K. van Dalen <vandalen@mindspring.com> wrote in message
> > >news:9l8pvf$fa7$1@news.codecharge.com...
> > > > Hi Everyone,
> > > >
> > > > Is there a way to add an "Icon" which will be an URL on a Grid?
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Don Oldenburg
|
| Posted: 08/13/2001, 3:08 PM |
|
Error Type:
> > Microsoft VBScript compilation (0x800A0408)
> > Invalid character
> > /mrcextranet/vDMS_CommunityGrid.asp, line 298
> > $fldicon = <a href="http://www.usatoday.com"><img src="openfold.gif"
> > width=20 height=20></a>
Jan,
If this is still your error... it's because it doesn't like quotes inside of
quotes (I think). If you have " inside of the $fldicon = " " statement,
then they need to be changed to '
Unless of course your connecting multiple strings or variables ...
Don
"Jan K. van Dalen" <vandalen@mindspring.com> wrote in message
news:9l9c75$lg8$1@news.codecharge.com...
> This is exactly what I have and still get the same error:
>
> $fldicon = "<a href=www.usatoday.com><img src=openfld.gif width=20
> height=20></a>"
>
> "Don Oldenburg" <don.oldenburg@cacmnet.com> wrote in message
>news:9l9ave$iti$1@news.codecharge.com...
> > put it all in quotes Jan....
> >
> > $fldicon= "<a href.......... </a>"
> >
> > Don
> >
> >
> >
> >
> >
> > "Jan K. van Dalen" <vandalen@mindspring.com> wrote in message
> >news:9l8vs2$s1r$1@news.codecharge.com...
> > > Hi Alexey,
> > >
> > > I'm soo new at this that most likely I will look pretty dumb<g>
> > >
> > > I tried what you sent me and also this: $fldicon = <a
> > > href="http://www.usatoday.com"><img src="openfold.gif" width=20
> > > height=20></a>
> > >
> > > I keep getting this error:
> > >
> > > Error Type:
> > > Microsoft VBScript compilation (0x800A0408)
> > > Invalid character
> > > /mrcextranet/vDMS_CommunityGrid.asp, line 298
> > > $fldicon = <a href="http://www.usatoday.com"><img src="openfold.gif"
> > > width=20 height=20></a>
> > >
> > > "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
> > >news:9l8qpp$h7u$1@news.codecharge.com...
> > > > forgot about url
> > > >
> > > > use
> > > > $fldmyicon = "<a href=ss.asp><img src=icon.gif width=20
> height=20></a>"
> > > >
> > > > --
> > > > Alex
> > > > Ceritfied CodeCharge Developer
> > > > Develop database-connected web sites
> > > > without coding: http://www.codecharge.com
> > > > ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
> > > >
> > > > Jan K. van Dalen <vandalen@mindspring.com> wrote in message
> > > >news:9l8pvf$fa7$1@news.codecharge.com...
> > > > > Hi Everyone,
> > > > >
> > > > > Is there a way to add an "Icon" which will be an URL on a Grid?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Jan K. van Dalen
|
| Posted: 08/13/2001, 6:08 PM |
|
Found the problem, it should not have a "$" in front.
"Jan K. van Dalen" <vandalen@mindspring.com> wrote in message
news:9l9c75$lg8$1@news.codecharge.com...
> This is exactly what I have and still get the same error:
>
> $fldicon = "<a href=www.usatoday.com><img src=openfld.gif width=20
> height=20></a>"
>
> "Don Oldenburg" <don.oldenburg@cacmnet.com> wrote in message
>news:9l9ave$iti$1@news.codecharge.com...
> > put it all in quotes Jan....
> >
> > $fldicon= "<a href.......... </a>"
> >
> > Don
> >
> >
> >
> >
> >
> > "Jan K. van Dalen" <vandalen@mindspring.com> wrote in message
> >news:9l8vs2$s1r$1@news.codecharge.com...
> > > Hi Alexey,
> > >
> > > I'm soo new at this that most likely I will look pretty dumb<g>
> > >
> > > I tried what you sent me and also this: $fldicon = <a
> > > href="http://www.usatoday.com"><img src="openfold.gif" width=20
> > > height=20></a>
> > >
> > > I keep getting this error:
> > >
> > > Error Type:
> > > Microsoft VBScript compilation (0x800A0408)
> > > Invalid character
> > > /mrcextranet/vDMS_CommunityGrid.asp, line 298
> > > $fldicon = <a href="http://www.usatoday.com"><img src="openfold.gif"
> > > width=20 height=20></a>
> > >
> > > "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
> > >news:9l8qpp$h7u$1@news.codecharge.com...
> > > > forgot about url
> > > >
> > > > use
> > > > $fldmyicon = "<a href=ss.asp><img src=icon.gif width=20
> height=20></a>"
> > > >
> > > > --
> > > > Alex
> > > > Ceritfied CodeCharge Developer
> > > > Develop database-connected web sites
> > > > without coding: http://www.codecharge.com
> > > > ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
> > > >
> > > > Jan K. van Dalen <vandalen@mindspring.com> wrote in message
> > > >news:9l8pvf$fa7$1@news.codecharge.com...
> > > > > Hi Everyone,
> > > > >
> > > > > Is there a way to add an "Icon" which will be an URL on a Grid?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Nadeem
|
| Posted: 08/14/2001, 5:33 AM |
|
Sorry Alex, it did not work and you can see lot of discussion about it. Can
you re-specify this tip if I someone using ASP and PHP?
Thanks.
Nadeem
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:9l8qpp$h7u$1@news.codecharge.com...
> forgot about url
>
> use
> $fldmyicon = "<a href=ss.asp><img src=icon.gif width=20 height=20></a>"
>
> --
> Alex
> Ceritfied CodeCharge Developer
> Develop database-connected web sites
> without coding: http://www.codecharge.com
> ASP, ASP.NET, PHP, JSP, Perl, ColdFusion
>
> Jan K. van Dalen <vandalen@mindspring.com> wrote in message
>news:9l8pvf$fa7$1@news.codecharge.com...
> > Hi Everyone,
> >
> > Is there a way to add an "Icon" which will be an URL on a Grid?
> >
> >
>
>
|
|
|
 |
|