Another LOOKUP problem?

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Another LOOKUP problem?

Post by RonP » 2014-12-14 13:48

Hi,
In a former post I've mentioned problems with a LOOKUP that didn't display the expected values. That problem was all of the sudden gone. Strange isn't it

Now I face a same kind of not showing values in the "detail" page.
When the "overview" page is opened all the values, the columns, are displayed with proper values. However when I like to edit a record, the "detail" page will open, and the I miss some values of that record.
Does anyone have a suggestion what the problem might be?
Ron
Attachments
Detail.jpg
Detail.jpg (161.28 KiB) Viewed 6573 times
Overview.jpg
Overview.jpg (158.53 KiB) Viewed 6573 times

wplim
Veteran Member
Posts: 36
Joined: 2013-01-17 22:42

Re: Another LOOKUP problem?

Post by wplim » 2014-12-16 06:43

Hi RonP,

I have reported similar issue a while back in Mar 2014 via email support. Was using Appgini v5.12 and repeatable with v5.23.
http://bigprof.com/appgini/sites/defaul ... tofill.png

In my case, the affected field was set to Autofill, and filtered by parent_pn.

To solve this, I uncheck the Auto-fill checkbox, and uncheck the Filtered by parent_pn checkbox then recheck the Auto-fill checkbox.

Not sure this is applicable to Appgini v5.30.

Weoi

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Another LOOKUP problem?

Post by RonP » 2014-12-16 12:47

Hi wplim
Thanks for pointing this out, however..... no results.
Anything else to get me on the right path?

Ron

udayvatturi
AppGini Super Hero
AppGini Super Hero
Posts: 85
Joined: 2014-06-14 03:08
Location: India
Contact:

Re: Another LOOKUP problem?

Post by udayvatturi » 2014-12-16 13:00

Hi Ron,
Please PM your application details, I will investigate the issue and try to fix it.

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Another LOOKUP problem?

Post by RonP » 2015-01-20 18:23

Problem still occurs in V5.31.
Will it be solved in V5.32?

Ron

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: Another LOOKUP problem?

Post by a.gneady » 2015-02-12 06:20

Hi Ron,

Sorry I just saw this thread now ... Please send me the AXP project file to investigate this issue. You could use the support form at http://bigprof.com/appgini/support-request
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Another LOOKUP problem?

Post by RonP » 2015-03-21 16:05

With the great help from Uday the problem is solved!

The proplem was: two fieldnames had Capitals in the name.
Eindatum --> changed to einddatm
..._ID --> changed to ..._id

I thing this is weird, I use

Code: Select all

UTF8-General_CI
[/b], so no bother the Upper / Lower cases.

Uday,
Thanks for your support.

Ron

Post Reply