Results 1 to 3 of 3

Thread: adding subitems to MsFlexgrid?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2004
    Posts
    294

    adding subitems to MsFlexgrid?

    i searched pscode and i found one example, but it's kinda hard to understand. i also search this fourm, and it doesnt seem like anyone has asked this question before, so i'll ask...

    how do you add subitems to msflexgrid? i can only add one item, and if i try to add another one, it goes to the next line. what i want is to add subitems.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: adding subitems to MsFlexgrid?

    Specify the row and column in the textmatrix() property.
    VB Code:
    1. with flexgrid
    2.   .textmatrix(1,1) = "First col"
    3.   .textmatrix(1,2) = "Second col"
    4. end with

    Try out this app. It has a lot of tips in it.
    Attached Files Attached Files

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2004
    Posts
    294

    Re: adding subitems to MsFlexgrid?

    awesome thanks alot

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