Options

Get()

jmlozaresjmlozares Member Posts: 110
How do I specify the parameter in GET function if my primary key is consist of more than one field.

Assuming that my primary key is consist of two fields; "Item No.", Code.

Should I write my code as this one:

rec.GET(1,"P1");
Janderol Lozares Jr.
Manila, Phils.

Comments

  • Options
    AngeloAngelo Member Posts: 180
    rec.GET(1,"P1");

    Yes,That is true.
  • Options
    jmlozaresjmlozares Member Posts: 110
    Thanks!!!
    Janderol Lozares Jr.
    Manila, Phils.
Sign In or Register to comment.