Results 1 to 2 of 2

Thread: grid.Column properties and methods

  1. #1

    grid.Column properties and methods

    it seems that grid.column.addobject() is not implemented. (METHOD 'addobject' not found)
    I would like to implement an incremental search in grid with a custom class textbox.

    And what about the properties like as DynamicBackColor?

    *for each oCol in mygrid.columns foxobject && DOES'NOT WORK
    lnCount = mygrid.columncount && 12
    for liCol=1 to m.lnCount
    oCol=mygrid.columns(m.liCol)
    * ? liCol,oCol.controlsource && NOTHING
    lcField=strextract(oCol.controlsource+".",".",".")
    * ? lcField && NOTHING
    oCol.addobject("ingrid1","ingrid") && FAILED !!!
    oCol.ingrid1.cOrderTag=m.lcField
    oCol.currentcontrol="ingrid1"
    endfor

  2. #2
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,360
    Blog Entries
    22
    If you find any methods or properties that are not implemented then please submit a ticket. That's how they get scheduled to be added or fixed.

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us