Page 1 of 1

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

Posted: 2014-04-26 12:51
by almaqdad
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.

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

Posted: 2014-04-27 19:51
by a.gneady
I'll fix it in the next release, planned within 3-4 weeks.

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

Posted: 2014-04-28 06:10
by almaqdad
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:

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

Posted: 2014-05-01 15:07
by TheCodeRed
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.