Title: Message
Strange
 
I've tried that - no success.
 
    JournalTransMap    journalTrans;
    ;
 
    while select journalTrans where journalTrans.JournalId == _journaltable.JournalId
    {
        print journaltrans.transid;
        pause;
    }
-----Original Message-----
From: vario0 [mailto:[EMAIL PROTECTED]
Sent: 28. januar 2004 17:06
To: [EMAIL PROTECTED]
Subject: [development-axapta] Re: Select from Map

--- In [EMAIL PROTECTED], "eva_aksnes" <[EMAIL PROTECTED]>
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



Yahoo! Groups Links

Reply via email to