This topic is locked

IS POSSIBLE A DROPDOWN THAT IT IS DEPENDENT OF A LINK FIELD?

8/8/2011 4:33:58 PM
PHPRunner General questions
A
Aleix author

Hello; I am working several days but I can´t found my mistake. Please help me!
I have 3 tables
TABLE1 AUTHOR

IdAuthor

Author
TABLE2 COLLABORATOR

IdCollaborator

Link_IdAuthor ---------- Master Table1.IdAuthor, chose manually. It is ok

Collaborator
TABLE3 BOOK

IdBook

Link_IdAuthor ----------- Master Table1.IdAuthor, it is load automatically

Collaborator . . . . . . . DropDependent on Link_IdAuthor It doesn´t work fine!
When I Add a BOOK record in table 3, I need see only the Author´s Collaborators, not all.

I test it in the dropdown Lookup wizard and works fine, but it doesn´t work in the application.
The wizard is configured in the TABLE3.Collaborator like:

Table TABLE2 COLLABORATOR Table from chose the Collaborator

link field IdCollaborator

Display field Collaborator

Order ....
This dropdown is dependent on ... It filter only the author´s collaborators.

Category control table3.Link_IdAuthor

Category field table2.Link_IdAuthor
It looks like that the Link_IdAuthor is empty until the end of the process. Is it true?

If I chose the Link_IdAuthor manually, all works fine, but I need that it works automatically
What am I doing wrong? Is it possible? How can I do?
Please I need to solved it.
Thanks in advance

Sergey Kornilov admin 8/9/2011

Hard to tell what might be wrong without seeing the actual application and data. I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

A
Aleix author 8/9/2011

Hello;
I've uploaded the demo.
Thanks Sergey;