Hi Jay,
You can also use the function abs(-amount) this will return a positive
amount.
(see system documentation --> functions)
with kind regards,
Pascal
Claudia G�ries
<[EMAIL PROTECTED]
.de> To
[EMAIL PROTECTED]
20-04-2004 14:26 cc
Subject
Please respond to [development-axapta] Re: How to
development-axapt Insert record
[EMAIL PROTECTED]
Hi Jay,
tempTable.amount = InventJournalTrans.Amount * -1;
tempTable.insert();
cu
Claudia
--- In [EMAIL PROTECTED], Jay Sathasivam
<[EMAIL PROTECTED]> wrote:
>
> Hi Guys
>
>
>
> I want to Insert into temp table some records from
InventJournalTrans there I have
>
> (-) amount so how can I Insert the amount as (+) .
>
>
>
> Regards
>
> Jay
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25�
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.

