thehun80
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Dropdown text unreadable on IOSForum: Plugins
In reply to: [Calculated Fields Form] Dropdown text unreadable on IOSThanks,
I have used that code and set l=110 (the length of the text that I want to show) but I still see the same result on an iPhone. Is there anything else I should be paying attention to?
Forum: Plugins
In reply to: [Calculated Fields Form] Access Recordset data in javascript codeCheers, you’re the best!
Forum: Plugins
In reply to: [Calculated Fields Form] Access Recordset data in javascript codeThanks and sorry to bother you again,
I followed the instructions in the link but I still seem to be doing something wrong because I don’t get any results in the calculated field with this code (remains empty):
(function(){ var records=fieldname55; for(var i in records) { if(records[i]['Municipio'] == fieldname53) return records[i]['porc5']; } return ''; })();I have double-checked that the columns have been imported correctly and that the data I’m looking for contained in fieldname53 is indeed in the CSV
https://i.postimg.cc/q7Sz6FtB/Captura-de-pantalla-2020-02-17-a-las-21-45-37.png
Forum: Plugins
In reply to: [Calculated Fields Form] Access Recordset data in javascript codeThanks,
which field should I use? As I said the Hidden DS messes up the structure of the form and I don’t know how to reference it directly from a javascript code.
Thanks, I already saw that but it says I need to delete the plugin and as I said I don’t want to lose the forms that I already made. Is there a way to save my work?