<%%COMBOTEXT(fieldname)%%> does not return data. Help

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
almaqdad
Posts: 13
Joined: 2013-01-23 07:49

<%%COMBOTEXT(fieldname)%%> does not return data. Help

Post by almaqdad » 2014-04-26 12:51

Hello Ahmed,

I need your help very urgently. In previous versions of Appgini I could use <%%COMBOTEXT(fieldname)%%> to display a read-only text output of the look-up field <%%COMBO(fieldname)%%>. This is not longer working and missed all my project. I was depended on using <%%COMBOTEXT(fieldname)%%> in so many locations on the Detail View.

PLz Plz Plz fix this issue ASAP.
Your help in matter is highly appreciated.

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

Re: <%%COMBOTEXT(fieldname)%%> does not return data. Help

Post by a.gneady » 2014-04-27 19:51

I'll fix it in the next release, planned within 3-4 weeks.
: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.

almaqdad
Posts: 13
Joined: 2013-01-23 07:49

Re: <%%COMBOTEXT(fieldname)%%> does not return data. Help

Post by almaqdad » 2014-04-28 06:10

Thank you Ahmed for reply.

i am using currently tablename_dv Hook along with str_replace(); function to make it work. which is very dirty solution :lol:

TheCodeRed
Posts: 26
Joined: 2014-05-01 12:57

Re: <%%COMBOTEXT(fieldname)%%> does not return data. Help

Post by TheCodeRed » 2014-05-01 15:07

Yes, I am using a series of queries from the look up tables in order to bring down the content of the field.

Everything is based off of rec_ID or Selected_ID and then I query each table separately looking for the content values of the particular look up fields.

Post Reply