Results 1 to 2 of 2

Thread: Grid Custom Header

  1. #1
    Steven Quek Guest

    Grid Custom Header


    Can aspdb able to format the following display header

    +----------------+--------------------+---------------------+
    |Country | Calls Minutes | Average Min |
    | +------+------+------+------+------+-------+
    | |Oct 10|Oct 11|Oct 12|Oct 10|Oct 11|Oct 12 |
    +-----------------------------------------------------------+

    The Query as following
    SELECT COUNTRY, Call_1010, Call_1011,Call_1012,Min_1010,Min_1011,Min_1012

    I have return a stored procedure that will return a recordset and the nos of column Call & Min dynamically return based on the user input.

    Please advise is there possible for me to format the header accordingly.



  2. #2
    Frank Kwong Guest

    Grid Custom Header (reply)

    can you use NameMap to do that ? Should be able to change the dbNameMap property according to user input.


    ------------
    Steven Quek at 10/24/01 8:17:37 AM


    Can aspdb able to format the following display header

    +----------------+--------------------+---------------------+
    |Country | Calls Minutes | Average Min |
    | +------+------+------+------+------+-------+
    | |Oct 10|Oct 11|Oct 12|Oct 10|Oct 11|Oct 12 |
    +-----------------------------------------------------------+

    The Query as following
    SELECT COUNTRY, Call_1010, Call_1011,Call_1012,Min_1010,Min_1011,Min_1012

    I have return a stored procedure that will return a recordset and the nos of column Call & Min dynamically return based on the user input.

    Please advise is there possible for me to format the header accordingly.



Posting Permissions

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