By data source , I meant table ( ex : InventTable)
I wrote a code like :
SysDictTable dictTab = new SysDictTable(tableNum(InventTable));
while select InventTable
{
RCell = Cells.Item(1, 1); // excel cell A1
fieldIdx = dictTab.column2id(1); // new line after Jan
RCell.Value(rs.(fieldIdx)); // (fieldIdx) is also new after Jan
}
I solved my first problem.
Thanx.
Morten Aasheim <[EMAIL PROTECTED]> wrote:
Common f;
f = element.dataSource(1).cursor();
print f.(1);
.. Or you can access directly by the TableName.Field as usual.
Mvh,
Morten
-----Original Message-----
From: Baran Sasmaz [mailto:[EMAIL PROTECTED]
Sent: 10. juni 2004 15:44
To: [EMAIL PROTECTED]
Subject: [development-axapta] 2 important problems for me!
Hi,
I have 2 questions (in fact problem)
1. Is it possible or is there any way to access data source's field
values?
For example is there a method like
InventTable.Fields(<Field_Id>).Value();
2. Does any one know easy way of implementation of graphical chart
which will show the results of a query (Window Graph or Office Chart
objects)?
Thanks a lot.
Baran
---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger
[Non-text portions of this message have been removed]
Yahoo! Groups Links
Yahoo! Groups SponsorADVERTISEMENT
---------------------------------
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.
---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger
[Non-text portions of this message have been removed]
| 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.

