Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Getting Data off of a Flexgrid
Old
  (#1)
Bails
Guest
 
Posts: n/a
Default Getting Data off of a Flexgrid - 06-04-2007, 10:32 AM

Hi, apologies first up - im a newby and am teaching myself. I need to take
data from a flexgrid and display it on a label (on another form). so I have
2 questions

1) how do I get the data off the flexgrid
2) How do I make the data visible on another form.


Thanks in advance


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Getting Data off of a Flexgrid
Old
  (#2)
Jan Hyde
Guest
 
Posts: n/a
Default Re: Getting Data off of a Flexgrid - 06-04-2007, 10:32 AM

"Bails" <EMAIL REMOVED>'s wild thoughts were
released on Wed, 29 Nov 2006 12:19:12 GMT bearing the
following fruit:

>Hi, apologies first up - im a newby and am teaching myself. I need to take
>data from a flexgrid and display it on a label (on another form). so I have
>2 questions


MSFlexgrid? MSHFlexgrid? VSFlexgrid?

>1) how do I get the data off the flexgrid


There are several ways, for example, textmatrix allows you
to easily retrieve data from a specific cell.

>2) How do I make the data visible on another form.
>


Personally I'd add a public propery to the other form to
allow me to p*** the data but you could simply do

frmOtherForm.Lable1.caption = Me.flexgrid.textmatrix(x,y)



Jan Hyde (VB MVP)

--
Feb. 14, 1915 the first book on watch making was written everyone said it was about time. (Bob Weaver)

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On





Contact Us - Forum Care Forums - Archive - Top