Results 1 to 2 of 2

Thread: Column Highlighting...

  1. #1
    Chris Turner Guest

    Column Highlighting...


    In reference to a previous message, I tried to suppress the column being hightlighted by trying the following...

    MyDb1.dbGridColSort = false
    MyDb1.dbGridColSortHideFlds = "field1, field2, etc."

    Neither seemed to work. Any suggestions?

    We are using ASPdb Ver. 1.2506 Pro, SQL Server 7.0 on a Win2K server

  2. #2
    Mark Guest

    Column Highlighting... (reply)

    Chris,

    What exactly are you trying to do?

    1) Turn off the ability to sort using the column headings? If so, then
    MyDb1.dbGridColSort = False
    should do it.

    Or ...

    2) Do you want to be able to sort, just not have the column heading change color? There is no way to prevent the color change that I am aware of.

    Mark.


    ------------
    Chris Turner at 4/24/00 4:18:54 PM


    In reference to a previous message, I tried to suppress the column being hightlighted by trying the following...

    MyDb1.dbGridColSort = false
    MyDb1.dbGridColSortHideFlds = "field1, field2, etc."

    Neither seemed to work. Any suggestions?

    We are using ASPdb Ver. 1.2506 Pro, SQL Server 7.0 on a Win2K server

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •