realbasic-nug
[Top] [All Lists]

Re: Showing listbox selection in editfield help

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Showing listbox selection in editfield help
From: Terry Hulseberg <RB at Hulseberg dot com>
Date: Wed, 27 Feb 2002 16:20:02 -0700
Put code something like this in the cellclick event of the listbox:

  EditField.Text = me.cell(row,2)
 
--

> Hi,
> 
> I have a program with a database and I would like it so that when a
> selection is made in the list box it will put the text from column 2
> into the editfield. Does anyone know how to do this
> 
> Thanks,
> 
> 
> ---
> Subscribe to the digest:
> <mailto:realbasic-nug-digest at lists dot realsoftware dot com>
> Unsubscribe:
> <mailto:realbasic-nug-off at lists dot realsoftware dot com>
> 

-- 
Terry
Reply to: RB at Hulseberg dot com



<Prev in Thread] Current Thread [Next in Thread>