Code doesn't work

I'm trying this, but it doesn't work... helpppp

REPEAT
[..]
AddressNameG.GET(Num1G);
AddressSurnameG.GET(Num2G);

MergedG := AddressSurnameG.Surname + ' ' + AddressNameG.Name;
AddressG.Name := MergedG;
AddressG.MODIFY;

UNTIL AddressG.NEXT = 0;

Best Answer

Answers

  • KishormKishorm Member Posts: 921
    What's not working. are you getting an error message? If so, is it when you compile/save the object or when you run it and what is the error?
  • sharon95sharon95 Member Posts: 183
    When I try to start the page it says that the "table doesn't exists. Identification fields and values: Address No.='0'". The table starts from the number 2...
  • sharon95sharon95 Member Posts: 183
    thank you!
Sign In or Register to comment.