Entering text into a table Cell

For questions and postings not covered by the other forums
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Entering text into a table Cell

Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:28 pm

by Anonymous >> Tue, 18 Nov 2003 11:35:35 GMT

How can i allow the user to select a cell within a table and directly enter text into the cell?

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Entering text into a table Cell

Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:28 pm

by Kevin >> Tue, 18 Nov 2003 20:24:49 GMT

Try this

vars
cell : JadeTableCell;
begin
//
// Allow text to be entered into cell (2,2)
// Where tbl_A is of type Table
//
cell := tbl_A.accessCell(2, 2);
cell.inputType := Table.InputType_TextBox;


Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 16 guests