This topic is locked

setup master data

8/12/2005 12:52:20 AM
PHPRunner General questions
author

Hi,
Need advise to setup our master tables with PHPrunner as follow :
Our table :



  1. Country

    country id

    country name


  2. Port

    country id

    port id

    port name
    Queries :
  3. have create the entry for the above tables, how do we list down the country name for user to select when they want to setup the port data ?
  4. when viewing the port report, how to show the country name instead of country id, as the id do not mean anything to the viewer?
  5. reading from the forum and note it is possible to activate the list down window, how to do it ?
    Tks