Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread Ping Roy Lambert
Thu, Dec 20 2007 7:26 AMPermanent Link

"Rita"
Roy a got a demo of that TDBADVgrid from TMS
can u post a demo to look like attaqched.

Rita





Attachments: betview.png
Thu, Dec 20 2007 11:00 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Rita


I'll have a go as soon as I have a few minutes spare - do you have the database layout?

Roy Lambert
Thu, Dec 20 2007 11:50 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Rita


I presume that's someone else's grid you're trying to duplicate?

I think most of it can be achieved using TDBAdvGrid but what functionality are you looking for from it?

Roy Lambert
Fri, Dec 21 2007 1:39 AMPermanent Link

"Rita"
Hi Roy its from the betfair site I would like
to see a demo like the bdehtml that comes
with the TMS dbgrid but on 2 lines in the
cell like in the pic I posted.
I can figure out the html part and I can use
<BR> in the code to wrap the text but I
cant alter the cell or row size maybe the
demo is restricted I dont know. Or my 57
year old sponge has reached max absorb
and its leaking now WinkI just can figure it.
Any 2 rows per cell demo will do please
the skyblue cell has the starting price above
the amount availible at that price when you
click on it it acts like a button, same for the
pink lay cell.
Thanks Rita



"Roy Lambert" <roy.lambert@skynet.co.uk> wrote in message
news:31E8A02A-606F-44F5-A4A2-A6CFFBCC2949@news.elevatesoft.com...
> Rita
>
>
> I presume that's someone else's grid you're trying to duplicate?
>
> I think most of it can be achieved using TDBAdvGrid but what functionality
> are you looking for from it?
>
> Roy Lambert
>

Fri, Dec 21 2007 6:12 AMPermanent Link

"Rita"
Better still here is a populated table with an exe
115 fields this info is supplied by a guy who I
will be buying the data from to populate my tables
daily.
I forgot to add it before.
Rita

"Roy Lambert" <roy.lambert@skynet.co.uk> wrote in message
news:55F66B26-6689-4373-8F32-F1CACF756583@news.elevatesoft.com...
> Rita
>
>
> I'll have a go as soon as I have a few minutes spare - do you have the
> database layout?
>
> Roy Lambert
>





Attachments: ProFormData.zip
Fri, Dec 21 2007 10:32 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Rita


Its easy. Assuming you have the same demo code I have

1. In the form create event alter   DBAdvGrid1.Columns[2].HTMLTemplate to whatever you want with a <BR> where you want the line break
2. Alter the DBAdvGrid properties for DefaultRowHeight to what you want (in my quick test I simply doubled it from 22 to 44)
3. Alter the FixedRowHeight back to what you want that as

Job done

Roy Lambert
Fri, Dec 21 2007 11:15 AMPermanent Link

"Rita"
Thanks Roy its the 22/44 part I needed cool thanks.

Rita

"Roy Lambert" <roy.lambert@skynet.co.uk> wrote in message
news:DA64DC32-2B08-45D0-99FE-DC71F94198EB@news.elevatesoft.com...
> Rita
>
>
> Its easy. Assuming you have the same demo code I have
>
> 1. In the form create event alter DBAdvGrid1.Columns[2].HTMLTemplate to
> whatever you want with a <BR> where you want the line break
> 2. Alter the DBAdvGrid properties for DefaultRowHeight to what you want
> (in my quick test I simply doubled it from 22 to 44)
> 3. Alter the FixedRowHeight back to what you want that as
>
> Job done
>
> Roy Lambert
>

Image