1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - mergoktas
2
General Discussion / Re: Home Town
3
General Discussion / how to write automatically to textbox
for example when user select his emlpoyee number from selectionbox it must be written employee name to textbox.
I use dynamic select lookup for this purpose, but nothing written on textbox. If I use selection box instedaf of textbox data is shown but user must select it.
How can I use textbox for this job?
4
Bugs / Re: Lookup - Multiple Data-Load-Target
dynamic lookup is not working on varchar fields. also not working second lookup fields.
wrote this thread https://phprad.com/forum/index.php?topic=371.0
hope this bugs will be fixed.
5
General Discussion / Re: chained selection
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.
6
General Discussion / Re: chained selection
I waited long time on friday but it seems there is nothing change.
Still phprad cant create dynamic lookup through varchar fields.
7
General Discussion / Re: chained selection
waiting for update.
8
General Discussion / Re: chained selection
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
9
General Discussion / Re: chained selection
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.
10
General Discussion / Re: chained selection
https://cdn1.imggmi.com/uploads/2019/8/8/b8b9ef52dea645380bfdda174e900826-full.jpg
https://cdn1.imggmi.com/uploads/2019/8/8/5e7af97d03b0fceaf4aa4bd6ec018078-full.jpg
11
General Discussion / Re: chained selection
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.
12
General Discussion / varchar fields on dynamic lookup
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.