Skip to main content

[archive] Grid - Column Heading = True

  • September 15, 2008
  • 5 replies
  • 0 views

[Migrated content. Thread originally posted on 15 September 2008]

Hello,

A Grid which has a column heading = True
Whe inquiring the grid after clicking on any cell in the heading the y and x are not updated.
I need to make the user click on a certain cell from the heading to re-display the data in the grid in different way.

Is this possible?

Thanks

5 replies

[Migrated content. Thread originally posted on 15 September 2008]

Hello,

A Grid which has a column heading = True
Whe inquiring the grid after clicking on any cell in the heading the y and x are not updated.
I need to make the user click on a certain cell from the heading to re-display the data in the grid in different way.

Is this possible?

Thanks
Are you trapping the Msg-Heading-Clicked event?

Form1-Gd-1-Ev-Msg-Heading-Clicked.
inquire Form1-Gd-1, CURSOR-X in cur-x CURSOR-Y in cur-y
display message box cur-x " " cur-y

[Migrated content. Thread originally posted on 15 September 2008]

Hello,

A Grid which has a column heading = True
Whe inquiring the grid after clicking on any cell in the heading the y and x are not updated.
I need to make the user click on a certain cell from the heading to re-display the data in the grid in different way.

Is this possible?

Thanks
move event-data-2 to cur-y
move event-data-1 to cur-x

you don't need inquire grid for this usage. :)

[Migrated content. Thread originally posted on 15 September 2008]

Hello,

A Grid which has a column heading = True
Whe inquiring the grid after clicking on any cell in the heading the y and x are not updated.
I need to make the user click on a certain cell from the heading to re-display the data in the grid in different way.

Is this possible?

Thanks
Thanks for everyone, It's working fine.

Greetings...

[Migrated content. Thread originally posted on 15 September 2008]

Hello,

A Grid which has a column heading = True
Whe inquiring the grid after clicking on any cell in the heading the y and x are not updated.
I need to make the user click on a certain cell from the heading to re-display the data in the grid in different way.

Is this possible?

Thanks
Thanks for everyone, It's working fine.

Greetings...

[Migrated content. Thread originally posted on 15 September 2008]

Hello,

A Grid which has a column heading = True
Whe inquiring the grid after clicking on any cell in the heading the y and x are not updated.
I need to make the user click on a certain cell from the heading to re-display the data in the grid in different way.

Is this possible?

Thanks
Thanks for everyone, It's working fine.

Greetings...