PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms format grid cell

Reply

format grid cell

 
Thread Tools Rate Thread
Old 14-02-2005, 02:01 PM   #1
=?Utf-8?B?TWlrZQ==?=
Guest
 
Posts: n/a
Default format grid cell


On my grid i'm defining what data to show, colors, etc. Now, I have one
column were i need to show the time instead of seconds, I have the code to
convert time to seconds, but how can I get that into my grid?

i have
sub GridFormat()



  Reply With Quote
Old 14-02-2005, 02:05 PM   #2
=?Utf-8?B?TWlrZQ==?=
Guest
 
Posts: n/a
Default RE: format grid cell

I hit post by accident

sub GridFormat()
with datagrid1
.HeaderText = "appearance time"
.MappingName = "time" ' i need this to be my variable for the conversion
end with

if i put my variable for the conversion in the mappingname section it does
not display.. how can i get my varable to work in the mapping name section?


here is what i have

"Mike" wrote:

> On my grid i'm defining what data to show, colors, etc. Now, I have one
> column were i need to show the time instead of seconds, I have the code to
> convert time to seconds, but how can I get that into my grid?
>
> i have
> sub GridFormat()
>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off