Get the third record

I have a table with three fields (number, city, postcode), I have to get the city based on the number choosed. How can I do it?

Best Answers

Answers

  • sharon95sharon95 Member Posts: 183
    *Get the n-th record
  • sharon95sharon95 Member Posts: 183
    But, let's say I want to prompt with a message the 4th city, how can I do this?

  • sharon95sharon95 Member Posts: 183
    thank youuuuuuuuuuuuuu :)
  • sharon95sharon95 Member Posts: 183
    this doesn't work .... whyy? :'(

    tb1.GET(1);
    tb2.GET(2);

    Merged := tb1.Num + ' ' + tb2.city;
    MESSAGE('%1', Merged);

  • sharon95sharon95 Member Posts: 183
    It says that the table doesn't exist..... why?
Sign In or Register to comment.