Pages

Wednesday, November 22, 2017

find phone using x++

Find phone using x++ :

static void Job10(Args _args)
{
    VendTable vnd;
    ;
    vnd = VendTable::find("V-00000");

    info(vnd.phone());
    info(vnd.telefax());
}

No comments:

Post a Comment

Give me feedback.