varchar fields on dynamic lookup August 07, 2019, 05:28:07 AM Hi everyone,I have a table named department (dep_id, dep_name) and another table named employee (emp_dep_id, emp_id,emp_name). So, I added new table named childiren that stores employess children information. On the add page of this table I want to do when user first select a department of employee, he must see just an employees who works in that department.How can I do this.Thank you. Quote Selected Last Edit: August 19, 2019, 04:34:06 PM by mergoktas
Re: chained selection Reply #1 – August 07, 2019, 02:26:39 PM @mergoktas Go through this thread👉/forum/index.php?topic=175.msg890#msg890, most especially the end of the thread, it should solve your question. If you need more help, let me know. Quote Selected Last Edit: August 14, 2019, 04:29:54 PM by willvin
Re: chained selection Reply #2 – August 08, 2019, 07:21:11 AM @willvin thanks for reply.I could not solve the issue. according to selected value of 1. field (Program Kodu), I want to populate 2. select list. For this purpose I used a dynamic select lookup but did not solve. screenshot is below.projeler is table that I want to populates values from there. program_kodu is correspondent column of field 1.any help greatly appreciated. Thanks a lot. Quote Selected
Re: chained selection Reply #3 – August 08, 2019, 09:12:11 AM @mergoktas, I can't find the screenshot you uploaded. Quote Selected
Re: chained selection Reply #4 – August 08, 2019, 10:34:08 AM These are the screenshots I uploaded.https://cdn1.imggmi.com/uploads/2019/8/8/b8b9ef52dea645380bfdda174e900826-full.jpghttps://cdn1.imggmi.com/uploads/2019/8/8/5e7af97d03b0fceaf4aa4bd6ec018078-full.jpg Quote Selected
Re: chained selection Reply #5 – August 10, 2019, 09:59:09 PM Please make sure that the Matched Field Value is equals to Dependent Field ValueThe settings seems right you just have to cross check that you are setting the correct Matched Field and Dependent Field. Quote Selected
Re: chained selection Reply #6 – August 12, 2019, 10:39:56 PM @Emman thanks for reply.it seems no problem about matching field and dependent field. Dependent field is current selected value of the field "program kodu" and matching field corresponds same value on projects table.So, both fields are VARCHAR, ,it can be any problem about being varchar. Can cause problem on matching two fields.I can not solve this issue. if you can help me I would be greaty appereciated on you. Quote Selected Last Edit: August 15, 2019, 08:21:59 AM by mergoktas
Re: chained selection Reply #7 – August 15, 2019, 08:32:05 AM I think there is a problem about matching two VARCHAR fields dynamically on PHPRAD. I can not anymore solve the problem. This must not be difficult like this.There is no any mistake about me. And also there is not any satisfied tutorial or documentation. So, I have a serious doubt about purchasing after trial. Searching for alternatives now Quote Selected
Re: chained selection Reply #8 – August 15, 2019, 08:53:52 AM Sorry about this issue. We have closely looked into this and found out that this is a bug with the current version of the software. We are releasing a new update on Friday to solve the problem.Kindly wait for the update. My sincere apologies. Best regards. Quote Selected
Re: chained selection Reply #9 – August 15, 2019, 10:48:01 AM I am happy to hearing this. waiting for update. Quote Selected
Re: chained selection Reply #10 – August 17, 2019, 09:27:08 PM is there any news about bug fixed new release. I waited long time on friday but it seems there is nothing change. Still phprad cant create dynamic lookup through varchar fields. Quote Selected
Re: chained selection Reply #11 – August 19, 2019, 08:11:56 AM I tested same situation on VueJS Edition. But same disappoinment.On VueJS edition, values are populated on second listbox according to first selected value. But on the third selection box nothing apperaed. For example when you select continent on first selection box, on the second selection box the countries of selected continent appears without any problem, but when you wish to select cities on the third selection box according to second selection box nothing appears. Quote Selected
Re: varchar fields on dynamic lookup Reply #12 – October 04, 2019, 11:02:43 AM @javaaid what are you trying to do or achieve? Quote Selected