New topic: 

display items in a textarea

<http://forums.realsoftware.com/viewtopic.php?t=31392>

       Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic         Author  
Message       henri           Post subject: display items in a textareaPosted: 
Thu Dec 03, 2009 2:33 am                        
Joined: Thu Sep 04, 2008 11:29 am
Posts: 76              Hi in my appl i use a SQLdatabase and want to load the 
items of the search  that are in the listbox  and display then also in a 
textarea. when i inter text in the search field it show in the listbox but not 
automatically in the textarea( only after clicking in the listbox) 
i've used this in the textchange of the listbox:
dim res as string 
res = listbox1.cell(0,1)
is there a other way of loading the result that is in the listbox also in the 
textarea
exmp: from the UpdateCustomerList (method)and if how would that work.

regards,
henri   
                            Top                classone           Post subject: 
Re: display items in a textareaPosted: Thu Dec 03, 2009 11:11 am                
        
Joined: Mon Aug 14, 2006 9:33 pm
Posts: 777              Code:dim res as string
res = listbox1.cell(0,1)
textarea1.Text = res


I must mis-understand your question. Seems so simple.     
_________________
Roger Clary 
Class One Software 
Educational Software for Lifelong Learning 
http://www.classonesoftware.com  
                            Top           Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]     
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to