NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on January 25, 2012, 09:35:50 PM

Title: DROP displays first item in list regardless of choice
Post by: CaseyR 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
Title: Re: DROP displays first item in list regardless of choice
Post by: Bruce 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