Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

accesing methods

Status
Not open for further replies.

FOXPROG

Programmer
Jan 14, 2001
51
US
I am trying to access the dragdrop method of a column within a grid so I can trigger a process the problem is the grid and its columns are created at runtime once a database is picked. Any help would be much appreciated.
 
you can use a memberclass, see Memberclass and MemberclassLibrary properties of the grid.

In the class you choose to add if you programmatically AddColumn or simply increase ColumnCount, you can embed the needed code for drag & drop.

Bye, Olaf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top