Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

Getting Data off of a Flexgrid

Question posted by: Bails (Guest) on November 29th, 2006 10:45 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


Jan Hyde's Avatar
Jan Hyde
Guest
n/a Posts
November 30th, 2006
07:25 AM
#2

Re: Getting Data off of a Flexgrid
"Bails" <andrewgbaillie@hotmail.com>'s wild thoughts were
released on Wed, 29 Nov 2006 12:19:12 GMT bearing the
following fruit:
Quote:
>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?
Quote:
>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.
Quote:
>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 pass 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)


 
Not the answer you were looking for? Post your question . . .
189,814 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors