--- Chuck Pelto <[EMAIL PROTECTED]> wrote:

> 
> On Dec 28, 2005, at 10:26 AM, Chuck Pelto wrote:
> 
> > Sorry to be having to ask this here, as the
> archive is still off- 
> > line and the back-up system can't seem to find the
> pages of the  
> > discussion found via Googling...
> >
> > Having got the listbox to add a new row when an
> invalid row is  
> > clicked upon, thanks for that, I'm interested in
> editing text in  
> > cells of the newly established row.
> >
> > The listbox doesn't seem to allow that sort of
> action, in and of  
> > itself. At least not automatically. Therefore, I'm
> wondering how to  
> > accomplish that.
> >
> > Is it possible to put an edit field in the cell
> and accomplish this  
> > sort of activity in that? Or is there another
> technique?
> 
> Additionally, I've poured over the Language
> Reference and the User's  
> Guide and I see this business about "Cell Action" in
> the former, but  
> cannot, for the life of me, find how I set things to
> so that cells in  
> certain columns are editable. Where is that found in
> the IDE?

You want to set the CellType (or ColumnType, for the
entire column) to ListBox.TypeEditable (i.e. 3),
probably during the Open event.  See CellType or
ColumnType in the LR. Once you do that, the CellAction
event will fire.
 


Mark Nutter

Quick and easy regex creation and debugging!
http://www.bucktailsoftware.com/products/regexplorer/


                
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to