NetTalk Central

Author Topic: DROP displays first item in list regardless of choice  (Read 2533 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
DROP displays first item in list regardless of choice
« on: January 25, 2012, 09:35:50 PM »
A quick little heads up if anyone is searching on this DROP problem. I had a LONG field I was using to display time duration with a DROP that showed a list of time strings as text ('10 minutes', '20 minutes', etc.) and their LONG equivalent as values (60000,120000).  Worked fine in NT5 but with NT6 regardless of the choice made the result returned was always the first item on the list.

The problem was caused by the screen picture entry in the Data Dictionary (@T1 in this case).  Change the picture to @Nx and the problem goes away

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: DROP displays first item in list regardless of choice
« Reply #1 on: January 25, 2012, 11:45:41 PM »
good tip casey.

I wonder if it would also have been solved by setting the values to
0:10
0:20
etc?

cheers
Bruce