Drop Down list in Detail View

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
MGRUPE
Posts: 1
Joined: 2016-12-27 20:45

Drop Down list in Detail View

Post by MGRUPE » 2016-12-27 21:02

Hello,

I am running AppGini 5.60, I am building a Trespass database for a company that I work for. I am having an issue where I am able to see all the information saved in the Table View, but when I click on the record, one of my drop down options is not showing. I try to re-save it and it disappears as soon as the screen refreshes.

Any help would be appreciated, thanks!

Noha Eshra
Moderator
Posts: 82
Joined: 2013-11-11 19:21

Re: Drop Down list in Detail View

Post by Noha Eshra » 2017-01-05 08:47

Kindly send us your project file on https://bigprof.com/appgini/support-request and try, if possible, to record a screen-cast that demonstrates this issue.

You can use Jing to record the screen-cast https://www.techsmith.com/download/jing/

omackeytech
Veteran Member
Posts: 35
Joined: 2014-06-04 13:18

Re: Drop Down list in Detail View

Post by omackeytech » 2017-03-12 03:21

I'm having the same issue, it started after I added a filter to the drop down list.
I added a Where Clause to the Advanced section of the Lookup Field.

SELECT `Projects`.`id` , `Projects`.`Name` FROM `Projects`
WHERE `Complete` is null ORDER BY 2

In the Table View the selection is shown, in the Detail View it is blank. It goes blank after saving the selection.

I did not filter the selection in the earlier version so I don't know if this is unique to 5.6.

Post Reply