Lookup fields problems in 5.30

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
gerardus
Posts: 20
Joined: 2013-11-11 08:29

Lookup fields problems in 5.30

Post by gerardus » 2014-06-05 10:06

Hi,

I installed version 5.30, re-opened a project that I had started with a previous version of AppGini.
I create a lookup field that references a record in a new table, and when I click on the listbox to select a record, all I get is an empty lisbox with "Searching..."
The key field types are identical (integer) and the reference is set correctly (I think) in the lookup field definition.
Any idea of what I'm doing wrong?

best regards,

Gerard.

gerardus
Posts: 20
Joined: 2013-11-11 08:29

Re: Lookup fields problems in 5.30

Post by gerardus » 2014-06-05 10:13

By the way,

when editing the lookup field properties, Advanced | Advanced Lookup options | Reset to default query fails with the following error:
"Runtime error '5': invalid procedure call or argument" and then the program exits.

pvisser
Veteran Member
Posts: 38
Joined: 2013-10-30 12:48

Re: Lookup fields problems in 5.30

Post by pvisser » 2014-06-05 15:59

Same Here. I have the same problem..

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

Re: Lookup fields problems in 5.30

Post by a.gneady » 2014-06-07 15:14

For the first problem (empty drop down), please make sure the iconv extension is enabled in your php.ini configuration file.
For the other one, I need to inspect the project file causing this issue. Please send it to support at appgini dot desk-mail dot com
:idea: AppGini plugins to add more power to your apps:

mjcargill
Posts: 1
Joined: 2014-06-09 09:25

Re: Lookup fields problems in 5.30

Post by mjcargill » 2014-06-09 09:27

Hi,

I'm experiencing the same problem - and iconv is installed.

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: Lookup fields problems in 5.30

Post by AhmedBR » 2014-06-09 21:57

I had a similiar problem, maybe yours is the same:

Check if you are using a custom query in the Advanced lookup options.
If you are, then Reset to defalt query and redo your custom query.
In my case this did the trick.
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

gerardus
Posts: 20
Joined: 2013-11-11 08:29

Re: Lookup fields problems in 5.30

Post by gerardus » 2014-06-10 07:49

Hi,

here's the relevant output of php -i:

iconv support => enabled
iconv implementation => "libiconv"
iconv library version => 1.14
Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1

So, it seems that iconv is enabled.

I deleted the MySQL DB, re-created it with the default charset utf8_spanish2, started a new project with two tables and now it works.
I am going to ditch the old project file and stat with a fresh one.

Best regards,

Gerard.

Post Reply