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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

