Page 1 of 1

Drop Down list in Detail View

Posted: 2016-12-27 21:02
by MGRUPE
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!

Re: Drop Down list in Detail View

Posted: 2017-01-05 08:47
by Noha Eshra
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/

Re: Drop Down list in Detail View

Posted: 2017-03-12 03:21
by omackeytech
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.