Results 1 to 4 of 4

Thread: Column names on flexgrid **RESOLVED**

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    352

    Question Column names on flexgrid **RESOLVED**

    I know this is really simple, but the names of my columns in flexgrid control just won't cooperate.

    For example, when I use formatstring = "|CUSTOMER NAME|" at design time its shows the flexgrid with with a column names "CUSTOMER NAME", but at run-time it shows the same column with the name from the Access DB table, ie "CUSTOMER_NAME" ....

    what am I doing wrong?
    Last edited by easymoney; Nov 26th, 2004 at 03:40 AM.

  2. #2
    Lively Member Bolerophone's Avatar
    Join Date
    Dec 2003
    Location
    Himalayas
    Posts
    123
    Use this

    Code:
     .TextMatrix(0, 1) = "Equipment Type"
    Jobs: "Do u want to sell colored sugar water or change the world?"

    Get Firefox Now!!!
    Mendhak leaving town.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    352
    I see now, you must format each time you refresh the grid or datasource. oops.

  4. #4
    Lively Member Bolerophone's Avatar
    Join Date
    Dec 2003
    Location
    Himalayas
    Posts
    123
    yes that is true. Whenever the contents of the grid are refeshed or the data source is refreshed. The grid needs to be reformatted.
    If your question is answered please reply with "Reolved" in message header.


    best regards,
    Jobs: "Do u want to sell colored sugar water or change the world?"

    Get Firefox Now!!!
    Mendhak leaving town.

Posting Permissions

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



Click Here to Expand Forum to Full Width