This topic is locked

Problem with loocup wizard

9/17/2020 2:23:14 PM
PHPRunner General questions
C
cjarerov author

Hello
I'm trying to load the vendor number field from another table. In this table there is the DocEntry field which is a common field for the parent table and for the child table. But the program sends me the message "First configure DocEntry as search assistant". I am trying to load only the records from the same DocEntry in both tables have the same DocEntry. I am using PHPRunner Version 9.8

Could someone guide me to solve it?
thanks

Sergey Kornilov admin 9/17/2020

It sounds like you are trying to make this Lookup Wizard dependent on another field but you didn't configure the other field as a lookup wizard.
Check this:

https://xlinesoft.com/phprunner/docs/lookup_wizard.htm#dependent_values_lists

C
cjarerov author 9/21/2020



It sounds like you are trying to make this Lookup Wizard dependent on another field but you didn't configure the other field as a lookup wizard.
Check this:

https://xlinesoft.com/phprunner/docs/lookup_wizard.htm#dependent_values_lists

C
cjarerov author 9/21/2020



It sounds like you are trying to make this Lookup Wizard dependent on another field but you didn't configure the other field as a lookup wizard.
Check this:

https://xlinesoft.com/phprunner/docs/lookup_wizard.htm#dependent_values_lists


Thank you for your comments

What I want to do,it is show me only the vendor fields to selected header of this detail. However I get that message. If I remove the This Dropdown depend on options, it sends me all the vendors of all the headers.
In other words, if I have a detail and several headers and it haves a common document number, I would like it to show me, only the headers of the same document to select another field
thanks

Sergey Kornilov admin 9/21/2020

All I understand is that you need to use dependent dropdown boxes but something is not configured properly in PHPRunner wizard.
Check this article in the manual first:

https://xlinesoft.com/phprunner/docs/lookup_wizard.htm#dependent_values_lists
Also here is a video tutorial:

https://www.youtube.com/watch?v=of8EYEMjYog

C
cjarerov author 9/21/2020



All I understand is that you need to use dependent dropdown boxes but something is not configured properly in PHPRunner wizard.
Check this article in the manual first:

https://xlinesoft.com/phprunner/docs/lookup_wizard.htm#dependent_values_lists
Also here is a video tutorial:

https://www.youtube.com/watch?v=of8EYEMjYog


How can I create my own select list based on another file that links me with some records with the record number and shows the records that they matched and select one of them?