Try the following:

    Common      common;
    DictTable   dictTable;
    ;
    dictTable = new DictTable(tableNum(InventTable));
    common = dictTable.makeRecord();

    while select common
    {
        Info(StrFmt("Item Id = %1",common.(fieldNum
(InventTable,ItemId))));
    }


Best regards,
Bj�rn M�ller Pedersen
Thy Data Center Development A/S

--- In [EMAIL PROTECTED], "gunnark75" <[EMAIL PROTECTED]>
wrote:
> hi,
>
> is where any object like the DictTable to make querys with ; like
>
> normlay :
> // Custable CT;
> // select ct where ...
>
> i need  :
> creat an tabel object over the table ID an when :
> // genericobject( tableID)
> //
> // select genericobject where ....



Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to