Hello!
I have a problem with creating connection between master table and details table (as it is described in the user manual). Take a look at this, please http://www.robert.waw.pl/example
This is a very simple database. It contains only two tables: master table and detals table. The structure of the master table is:
- ID int(11)
- m_name varchar(50)
- m_author varchar(50)
- m_description varchar(50)
- m_id_details varchar(50)
The structure of the details table is:
- ID int(11)
- d_name varchar(50)
- d_description (50)
The link is set between master_table.m_id_details (as master) and details_table.ID (as details).
Properties of master_table.m_id_details for edit is set to lookup wizard with database table:
- Table = details_table
- Link field = ID
- Display field = d_name
- Allow multiple selection is checked
- Allow to add new values on the fly is checked
The problem appear when I add second detail entry to m_id_details field. The record count on the badge stay as "1" not as "2" and after unfold there is no detail tables.
What am I doing wrong?
PHPRunner 10 Enterprise
--
Robert Drygas
I have a problem with creating connection between master table and details table (as it is described in the user manual). Take a look at this, please http://www.robert.waw.pl/example
This is a very simple database. It contains only two tables: master table and detals table. The structure of the master table is:
- ID int(11)
- m_name varchar(50)
- m_author varchar(50)
- m_description varchar(50)
- m_id_details varchar(50)
The structure of the details table is:
- ID int(11)
- d_name varchar(50)
- d_description (50)
The link is set between master_table.m_id_details (as master) and details_table.ID (as details).
Properties of master_table.m_id_details for edit is set to lookup wizard with database table:
- Table = details_table
- Link field = ID
- Display field = d_name
- Allow multiple selection is checked
- Allow to add new values on the fly is checked
The problem appear when I add second detail entry to m_id_details field. The record count on the badge stay as "1" not as "2" and after unfold there is no detail tables.
What am I doing wrong?
PHPRunner 10 Enterprise
--
Robert Drygas