-
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
-
Lianja Development Team
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks