Connecting Tech Pros Worldwide Help | Site Map

Columns in a form select element

  #1  
Old July 17th, 2005, 06:41 AM
joe soap
Guest
 
Posts: n/a
Hi all,

Can this be done. I am wanting to have columns in my forms select element. I
have data of varied length from three fields. Can this be done, or should I
try and stuff spaces into the select element to asume columns

Robert




  #2  
Old July 17th, 2005, 06:41 AM
Garp
Guest
 
Posts: n/a

re: Columns in a form select element



"joe soap" <me@u.com> wrote in message
news:rYidnZj-6ajsM1ndRVn-ig@is.co.za...[color=blue]
> Hi all,
>
> Can this be done. I am wanting to have columns in my forms select element.[/color]
I[color=blue]
> have data of varied length from three fields. Can this be done, or should[/color]
I[color=blue]
> try and stuff spaces into the select element to asume columns
>
> Robert[/color]

Thought about a fixed-pitch font like Courier?

Garp


  #3  
Old July 17th, 2005, 06:41 AM
joe soap
Guest
 
Posts: n/a

re: Columns in a form select element


Hi,

Thanks for the response,

Yes I have but the data actually varies in length

Thanks
Robert

"Garp" <garp7@no7.blueyonder.co.uk> wrote in message
news:Fc2xc.222$vf2.2140163@news-text.cableinet.net...[color=blue]
>
> "joe soap" <me@u.com> wrote in message
> news:rYidnZj-6ajsM1ndRVn-ig@is.co.za...[color=green]
> > Hi all,
> >
> > Can this be done. I am wanting to have columns in my forms select[/color][/color]
element.[color=blue]
> I[color=green]
> > have data of varied length from three fields. Can this be done, or[/color][/color]
should[color=blue]
> I[color=green]
> > try and stuff spaces into the select element to asume columns
> >
> > Robert[/color]
>
> Thought about a fixed-pitch font like Courier?
>
> Garp
>
>[/color]


  #4  
Old July 17th, 2005, 06:42 AM
Garp
Guest
 
Posts: n/a

re: Columns in a form select element


[top-post fixed]

"joe soap" <me@u.com> wrote in message
news:D_GdncryNvWhnFjdRVn-uw@is.co.za...[color=blue]
>
> "Garp" <garp7@no7.blueyonder.co.uk> wrote in message
> news:Fc2xc.222$vf2.2140163@news-text.cableinet.net...[color=green]
> >
> > "joe soap" <me@u.com> wrote in message
> > news:rYidnZj-6ajsM1ndRVn-ig@is.co.za...[color=darkred]
> > > Hi all,
> > >
> > > Can this be done. I am wanting to have columns in my forms select[/color][/color]
> element.[color=green]
> > I[color=darkred]
> > > have data of varied length from three fields. Can this be done, or[/color][/color]
> should[color=green]
> > I[color=darkred]
> > > try and stuff spaces into the select element to asume columns
> > >
> > > Robert[/color]
> >
> > Thought about a fixed-pitch font like Courier?
> >
> > Garp
> >
> >[/color]
>
>
> Hi,
>
> Thanks for the response,
>
> Yes I have but the data actually varies in length
>
> Thanks
> Robert[/color]

Oh, well, then no. I think you wanted to know if there was a way of doing
"FIELD1\tFIELD2" - there isn't (www.w3.org is your friend). Space-padding is
your friend also.

And this isn't PHP after that.

Garp


  #5  
Old July 17th, 2005, 06:42 AM
Geoff Berrow
Guest
 
Posts: n/a

re: Columns in a form select element


I noticed that Message-ID:
<PYbxc.772$ss7.6271035@news-text.cableinet.net> from Garp contained the
following:
[color=blue][color=green]
>> Yes I have but the data actually varies in length
>>
>> Thanks
>> Robert[/color]
>
>Oh, well, then no. I think you wanted to know if there was a way of doing
>"FIELD1\tFIELD2" - there isn't (www.w3.org is your friend). Space-padding is
>your friend also.[/color]

If the data will fit in columns, you could find the length of the
longest element and use that to calculate the spaces to add.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
  #6  
Old July 17th, 2005, 06:42 AM
joe soap
Guest
 
Posts: n/a

re: Columns in a form select element


HI.

Thanks Garp and Geoff for the infor, will look intot this

Robert


"Geoff Berrow" <blthecat@ckdog.co.uk> wrote in message
news:0bkac01v0ek3nm2denu1798boibbsqqvnk@4ax.com...[color=blue]
> I noticed that Message-ID:
> <PYbxc.772$ss7.6271035@news-text.cableinet.net> from Garp contained the
> following:
>[color=green][color=darkred]
> >> Yes I have but the data actually varies in length
> >>
> >> Thanks
> >> Robert[/color]
> >
> >Oh, well, then no. I think you wanted to know if there was a way of doing
> >"FIELD1\tFIELD2" - there isn't (www.w3.org is your friend). Space-padding[/color][/color]
is[color=blue][color=green]
> >your friend also.[/color]
>
> If the data will fit in columns, you could find the length of the
> longest element and use that to calculate the spaces to add.
> --
> Geoff Berrow (put thecat out to email)
> It's only Usenet, no one dies.
> My opinions, not the committee's, mine.
> Simple RFDs http://www.ckdog.co.uk/rfdmaker/[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
FIle Form Element rn5a@rediffmail.com answers 4 May 14th, 2007 03:35 PM
DataBinding with Unbound Columns and calling EndCurrentEdit Aspnot answers 3 June 22nd, 2006 12:05 PM
Maintain scroll position in ASP.Net GrantS answers 2 July 21st, 2005 11:32 AM
Loop to create an array from a dynamic form. Nick answers 2 July 19th, 2005 02:53 PM