Strange
I've
tried that - no success.
JournalTransMap
journalTrans;
;
while select journalTrans where journalTrans.JournalId
== _journaltable.JournalId
{
print journaltrans.transid;
{
print journaltrans.transid;
pause;
}
}
-----Original Message-------- In [EMAIL PROTECTED], "eva_aksnes" <[EMAIL PROTECTED]>
From: vario0 [mailto:[EMAIL PROTECTED]
Sent: 28. januar 2004 17:06
To: [EMAIL PROTECTED]
Subject: [development-axapta] Re: Select from Map
wrote:
> Is it possible to run a select based on a map?
> How?
>
> Like I want to select journaltransactions with a given journalid
from
> JournalTransMap. How can I do that??
I don't understand very well your question but, yes, you can.
You should see a map like a table.
Declare your map like this:
"JournalTransMap myJournalTransMap"
and then, select the records you need and it should work!!!
Bye
Vario
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.
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.

