FIRST experince wit msflexgrid, find in column 1

User avatar
sal21
PlatinumLounger
Posts: 4353
Joined: 26 Apr 2010, 17:36

FIRST experince wit msflexgrid, find in column 1

Post by sal21 »

I need to find myvar in first column of msflexgrid and return the number of row...

in listview i use;

Set ITMX = .FindItem(F, , , lvwPartial)
RM = ITMX.Index

similar method in ms flexgrid?


or i need to loop, one to one, all item in first column?

User avatar
HansV
Administrator
Posts: 78416
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: FIRST experince wit msflexgrid, find in column 1

Post by HansV »

I don;t have this control, and I cannot find full documentation, so I cannot help you.
If you type the name of your MSFlexGrid control followed by a point:

MSFlexGrid1.

you should see a list of available properties and methods. Is there something like FindItem in the list?
Best wishes,
Hans

User avatar
sal21
PlatinumLounger
Posts: 4353
Joined: 26 Apr 2010, 17:36

Re: FIRST experince wit msflexgrid, find in column 1

Post by sal21 »

HansV wrote:
27 Jun 2021, 07:06
I don;t have this control, and I cannot find full documentation, so I cannot help you.
If you type the name of your MSFlexGrid control followed by a point:

MSFlexGrid1.

you should see a list of available properties and methods. Is there something like FindItem in the list?
RESOlVED, with a loop!