MSHFlexgrid problem 
Author Message
 MSHFlexgrid problem

Does anyone know how to get the msHflexgrid ontrol to have just 1 row (fixed
row).  i got it to work with msflexgrid but cant get it to work with the
updated msHflexgrid.  can anyone help?


Tue, 14 Sep 2004 02:48:58 GMT  
 MSHFlexgrid problem
Setting Rows = 1 and FixedRows = 1 should do it.

On Thu, 28 Mar 2002 18:48:58 GMT, "Christine Hale"

Quote:

>Does anyone know how to get the msHflexgrid ontrol to have just 1 row (fixed
>row).  i got it to work with msflexgrid but cant get it to work with the
>updated msHflexgrid.  can anyone help?



Tue, 14 Sep 2004 03:40:49 GMT  
 MSHFlexgrid problem
ive tried that, but fixed rows need to be at least one less than the number
of rows, and when i set rows to one there are no fixed rows.

Quote:
> Setting Rows = 1 and FixedRows = 1 should do it.

> On Thu, 28 Mar 2002 18:48:58 GMT, "Christine Hale"

> >Does anyone know how to get the msHflexgrid ontrol to have just 1 row
(fixed
> >row).  i got it to work with msflexgrid but cant get it to work with the
> >updated msHflexgrid.  can anyone help?



Tue, 14 Sep 2004 03:55:25 GMT  
 MSHFlexgrid problem
Try using two rows.  One fixed and another row with the rowheight
property set to zero.

With MshFlexGrid1
   .Rows = 2
   .FixedRows = 1
   .RowHeight(1) = 0
End With



: ive tried that, but fixed rows need to be at least one less than the
number
: of rows, and when i set rows to one there are no fixed rows.

: > Setting Rows = 1 and FixedRows = 1 should do it.
: >
: > On Thu, 28 Mar 2002 18:48:58 GMT, "Christine Hale"
: >
: > >Does anyone know how to get the msHflexgrid ontrol to have just 1
row
: (fixed
: > >row).  i got it to work with msflexgrid but cant get it to work
with the
: > >updated msHflexgrid.  can anyone help?
: > >
: > >
: >
:
:



Tue, 14 Sep 2004 04:12:17 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Using ADO GetString with MSHFlexgrid - problem with memo field

2. MSHFlexgrid problems

3. MSHFlexGrid problem

4. HELP! MSHFlexGrid problems

5. MSHFlexgrid problems

6. MSHFlexGrid Problem

7. MSHFlexgrid Problems

8. MSHFlexGrid Problem!!

9. MSHFLEXGRID: Problem with dates...

10. Strange MSHFlexGrid Problem

11. MSHFlexgrid problem!

12. MSHFlexGrid problem to sort date fields

 

 
Powered by phpBB® Forum Software