Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Writter

Status
Not open for further replies.

lingtring

IS-IT--Management
Feb 26, 2004
64
MX
I'm modifiing a report (Check with stub on the bottom) and my system has 2 currencys 1 pesos main currency (located in Mexico) and Dollars, when I print the check in pesos the amount written is correct, but if I make a check in dollars the written amomunt is correct but the currency shows Dollars and it should say Dolares, how can I change this?

or where can I find a good reference for the functions that uses the report writter?

Thanks for all your help
 
The Report Writer Programmer's Interface in the SDK contains the list of RW functions I got added to v7.0 onwards of Great Plains.

The SDK can be loaded from the Tools folder of CD 2 of the Great Plains install CDs.

For RW functions not shown in this document, you can obtain their parameters from the Parameters documentation, just search for RW.

David Musgrave [MSFT]
Senior Development Consultant
Escalation Engineer
MBS Support - Asia Pacific

Microsoft Business Solutions

Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
If you have access to the Modifier, you can change the following messages to change the terminology.

Whole = getmsg(16813); {---*** Dollars ***---}
Separator = getmsg(18308); {---*** And ***---}
Fraction = getmsg(829); {---*** Cents ***---}

If you are using Multicurrency, it should get the terminology from the Currency ID definitions.

David Musgrave [MSFT]
Senior Development Consultant
Escalation Engineer
MBS Support - Asia Pacific

Microsoft Business Solutions

Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top