Whitespace in dropdownlist

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
johnmcd
Posts: 3
Joined: 2013-03-11 17:41

Whitespace in dropdownlist

Post by johnmcd » 2013-03-11 18:23

Hi guys, I created a table called dropdowns that contains the lookup values for the dropdowns on my form in the user interface. It populates the dropdowns correctly with the values from the dropdown table, but in every dropdown there is a bunch of white space above the selections. anybody run into this problem before?

here is a screenshot: http://sdokc.com/3-11-2013%201-22-44%20PM.png
Thanks
John

KSan
AppGini Super Hero
AppGini Super Hero
Posts: 252
Joined: 2013-01-08 20:17

Re: Whitespace in dropdownlist

Post by KSan » 2013-03-12 04:07

First time I'm seeing this. Hope Ahmad can shed some light on it. Best of luck.

johnmcd
Posts: 3
Joined: 2013-03-11 17:41

Re: Whitespace in dropdownlist

Post by johnmcd » 2013-03-12 13:38

It's Appgini 4.81 the problem does not appear to be browser specific. It does not happen if I specify the dropdown values using the other method :val1;;val2;;val3 etc..." only when they are retrieved in a lookup from the other table. I can give you the URL to the app online if you want to play with it, or send the project file if you like.

Thanks
John

KSan
AppGini Super Hero
AppGini Super Hero
Posts: 252
Joined: 2013-01-08 20:17

Re: Whitespace in dropdownlist

Post by KSan » 2013-03-12 16:02

Why not try upgrading to 5.0? This might be a bug that has been fixed already.

johnmcd
Posts: 3
Joined: 2013-03-11 17:41

Re: Whitespace in dropdownlist

Post by johnmcd » 2013-03-13 22:24

I upgraded to 5 and rebuilt the project. the problem persists.

:-(

John

KSan
AppGini Super Hero
AppGini Super Hero
Posts: 252
Joined: 2013-01-08 20:17

Re: Whitespace in dropdownlist

Post by KSan » 2013-03-14 02:57

Very strange. Sorry to hear the problem is still persisting. Lets hope Ahmad can shed some light on this. All the best.

Johnk
AppGini Super Hero
AppGini Super Hero
Posts: 68
Joined: 2013-01-09 03:47
Location: Cairns, Australia

Re: Whitespace in dropdownlist

Post by Johnk » 2013-03-14 03:10

Have you checked the offending table with phpMyAdmin? It's quite possible there are several blank records mixed up with filled ones. These things are known to happen when you're developing a site.

Post Reply