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.
Lookup fields problems in 5.30
Re: Lookup fields problems in 5.30
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.
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.
Re: Lookup fields problems in 5.30
Same Here. I have the same problem..
Re: Lookup fields problems in 5.30
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
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

- 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
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Lookup fields problems in 5.30
Hi,
I'm experiencing the same problem - and iconv is installed.
I'm experiencing the same problem - and iconv is installed.
Re: Lookup fields problems in 5.30
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.
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
Re: Lookup fields problems in 5.30
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.
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.