|
-
Jun 26th, 2000, 10:06 PM
#4
Thread Starter
Hyperactive Member
Unbound Grid Question
Clunietp,
I believe that is the problem. It doesn't seem to have a Header_Click Event.
Gen-X,
I took your lead an am using MSFlexGrid and it seems to wook fine with one exception. The original project used Grid32 and needed to zero out the grid (Clear). It used the following code:
' Clear text from the nonfixed cells ' grdSermons.SelStartCol = 0
grdSermons.SelStartRow = 1
grdSermons.SelEndCol = grdSermons.Cols - 1
grdSermons.SelEndRow = grdSermons.Rows - 1 grdSermons.FillStyle = 1
grdSermons.Text = ""
grdSermons.FillStyle = 0
grdSermons.SelEndCol = 0
grdSermons.SelEndRow = 1
I have to comment out this code in order for the project to work but the information does not format properly because it hasn't been cleared.
MSFlexGrid does not seem to use the SelStartCol, SelStartRow, SelEndCol and SelEndRow. IS there a way to immulate the following code?
Also, would you have an example how to sort the FlexGrid by clicking on the column header.
Thanks,
Rev. Michael L. Burns
[Edited by Rev. Michael L. Burns on 06-27-2000 at 01:08 PM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|