Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Autosuggest not working in CFINPUT

Explorer ,
Mar 04, 2010 Mar 04, 2010

I have a 2007 ms access database with two tables: tLocation01 and tLocation02. tLocation01 has 1134 records and tLocation02 has 1194 records. The tables have the same exact structure: LNAME, FNAME, and FULLNAME.

Now I have a CF form with two fields:

Location 1 Name: text field with autosuggest turned on

Location 2 Name: text field with autosuggest turned on

A data entry person will enter the full name of the person from either Location 1 or Location 2. With autosuggest on, the data entry person only enters a few character before the full name is displayed. The code for autosuggest field is exactly the same except for the recordset name: rsLocation01 and rsLocation02.

autosuggest="#ValueList(rsLocation01.FULLNAME#" for field 1

autosuggest="#ValueList(rsLocation02.FULLNAME#" for field 2

Field 1 autosuggest works and bu not Field 2. However, if I view the View Source option in IE and Firefox, I see all the names in Location1 and 2.

Anyone have an idea what is going on? Is there a autosuggest limit?

TIA

TOPICS
Getting started
427
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 09, 2010 Mar 09, 2010
LATEST

Can you post a fuller context of your code?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources