Concomp Database
New Form withTable Customer
Add variable Lookup ComboBox
Variable Assigned to vCustID integer
Lookup Settings Tab:
    Source Table>Customer
    Source Key>CustID
    Load ComboBox from Column> Company

When I Quickly type Oly it goes to "Olympic Sales".

When I Quickly type Ope it goes to "Open Systems"

Now if you press return and assign the selection to a variable, it will "stick"
on that selection until you set the variable to null, so you might not be doing
that before trying another selection afte the first one.

I added this eep to the onclick of the combobox and assign the selected variable
to another so I could set the selected back to null:

set var vcustidtx = (ctxt(.vcustid))
recalc variables
set var vcustid = null
return

----- Original Message ----- 
From: "Warren Glass" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, September 19, 2004 2:22 PM
Subject: [RBG7-L] - Re: ComboBox Selection


> I have set walkmenu ON and the comboBox is a variable lookup one.  It
> immediately goes to the record of the first letter typed with no chance for
> a second letter.  Any other ideas?
>
> Warren
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of MikeB
> Sent: Sunday, September 19, 2004 10:14 AM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - Re: ComboBox Selection
>
> Comboboxes and Listboxes "Walk" by default.  If you want to walk a combobox
> or
> listbox, you will need to type quicker to make it work...If you pause for a
> couple of seconds, the "Walk" resets, so to use it again you have to clear
> the
> edit in the Combobox.
>
> ----- Original Message -----
> From: "Doug Hamilton" <[EMAIL PROTECTED]>
> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]>
> Sent: Sunday, September 19, 2004 11:04 AM
> Subject: [RBG7-L] - Re: ComboBox Selection
>
>
> > set walkmenu on
> >
> > I assume that works with combo boxes.
> > Doug
> >
> > Warren Glass wrote:
> >
> > >Hi,  I have a combo box on a form to select a customer record.  I wanted
> to
> > >be able to type in the first few letters of the name to get the list to
> the
> > >area of the long list where I can select the one I want.  However, my
> combo
> > >box selects the first person in the list with the first letter typed and
> > >then goes to that record.  Is there something I am overlooking?  Is there
> an
> > >easy way to do this?
> > >
> > >Warren
> > >
> > >
> > >
> > >
> >
>

Reply via email to