Re: help with a tableView dataSource
Re: help with a tableView dataSource
- Subject: Re: help with a tableView dataSource
- From: Theodore Petrosky <email@hidden>
- Date: Sun, 14 Sep 2003 08:48:32 -0700 (PDT)
I knew I was working too hard.... and it was there
under my nose ..
thanks for the pointer in the right direction.
Ted
--- Tito Ciuro <email@hidden> wrote:
>
Theodore,
>
>
Look at:
>
>
http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/
>
>
Tasks/UsingTableDataSource.html
>
>
In particular:
>
>
- (void)tableView:(NSTableView *)tableView
>
setObjectValue:(id)object
>
forTableColumn:(NSTableColumn *)tableColumn
>
row:(int)row;
>
>
You can pick the value changed, the column (if
>
you've set the
>
tableColumn after a column name) and the row.
>
Everything you need to
>
construct your SQL statement.
>
>
-- Tito
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.