AW: [development-axapta] Printing BarCode Vertically in Report. Urgent!!!

2008-07-02 Thread jesper.joergensen
HI,

 

Have fun. You can not print Vertical and horizontal on the same report within 
Ax. I solved the problem by writing on a plain text printer, sending the native 
printer codes to a barcode printer. Not a nice solution, but it worked. 

 

The best solution is to look for a barcode printing software or a output 
management system. 

 

Mit freundlichen Grüßen / Best regards / Med venlig hilsen

Jesper Jørgensen / Abt. NMT-XD
Senior Product Manager

arvato systems | Technologies GmbH 
An der Autobahn 18 
33311 Gütersloh 

[EMAIL PROTECTED] blocked::blocked::blocked::mailto:[EMAIL PROTECTED] 

Phone:   +49 5242 / 40 80 54

Fax:   +49 5242 / 40 80 40

Mobile:  +49 172  / 571 03 34

http://www.as-T.biz blocked::blocked::http://www.as-t.biz/  
arvato systems | Technologies GmbH 
Joachim-Jungius-Str. 9, 18059 Rostock 
Geschäftsführung: Erwin Pietz, Matthias Moeller 
Amtsgericht Rostock - HRB 7497 



Der Inhalt dieser Nachricht oder eventueller Anlagen ist vertraulich und 
ausschließlich für den bezeichneten Adressaten bestimmt. Bitte stellen Sie 
sicher, dass die Information in dieser Nachricht ausschließlich an die 
adressierten Personen gelangt. Sollte diese Nachricht versehentlich an Sie 
gesendet worden sein, dann informieren Sie bitte umgehend den Absender und 
löschen Sie die Nachricht. Vielen Dank. 

The information in this e-mail and any attachments is confidential. The 
information must only be held in areas that have controlled and limited access 
to the addressed persons. If this e-mail has been sent to you in error, please 
immediately notify the sender and delete the e-mail. Thanks. 





Von: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag 
von tkbsmanian
Gesendet: Dienstag, 1. Juli 2008 09:56
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] Printing BarCode Vertically in Report. Urgent!!!

 

Hi,

i've an requirement to ptint the bar code vertically (rotating to 90 
degree against default) in reports.

Since barcode is a string and there is no rotating properties 
available, the idea is capture the barcode as image and rotate 
that into 90 degrees in report.

But, struck with capturing the image of the barcode. are any methods 
there in Axapta to capture the particular field as image?

Any other ideas to print barcode vertically should also be appreciated.

Thanks in Advance.

 



[Non-text portions of this message have been removed]



[development-axapta] Re: help with Invalid NumeralsToTxt Result

2008-07-02 Thread eta2892a2
In short, it is a bug in the design of this method. 
We are using v3sp3, so I'm seeing the same thing. 
The result you are getting back is the upper bound of the int type
(2^31-1). 
If you look at the code in the numeralsToTxt global method, it uses
int type primitives to split up and process the real number. 
If the real number is bigger than 2^31-1, (2.147 billion you will get
the upper boundary as your result.

Best regards,

jms
--- In development-axapta@yahoogroups.com, J [EMAIL PROTECTED] wrote:

 It is a known bug in V3. Partnersource has a hotfix:
 https://mbs.microsoft.com/knowledgebase/KBDisplay.aspx?scid=kb;en-
 us;901373
 
 
 
 --- In development-axapta@yahoogroups.com, Tony Zeigler 
 tony_zeigler@ wrote:
 
  Hrm, SP4 isn't the most current, but not sure if the issue would be 
 fixed by getting current. That would be my first attempt tho - 
 because I definately got a different result than you did.
  
  
  --- On Mon, 6/30/08, Wahyudin Zakie zakie1979@ wrote:
  
  From: Wahyudin Zakie zakie1979@
  Subject: Re: [development-axapta] help with Invalid NumeralsToTxt 
 Result
  To: development-axapta@yahoogroups.com
  Date: Monday, June 30, 2008, 3:05 AM
  
  
  
  
  
  
  I'm using axapta 3.0 SP4.
  
  --- On Fri, 6/27/08, Tony Zeigler tony_zeigler@ yahoo.com wrote:
  
  From: Tony Zeigler tony_zeigler@ yahoo.com
  Subject: Re: [development- axapta] help with Invalid NumeralsToTxt 
 Result
  To: development- [EMAIL PROTECTED] ps.com
  Date: Friday, June 27, 2008, 8:31 AM
  
  This seems to give me the correct answer:
  static void Job1(Args _args)
  {
      ;
      info(numeralsToTxt( 31131178729. 00));
  }
   
  Not sure why yours would be giving a different answer. (I'm using 
 4.0 with current patch)
  
  --- On Thu, 6/26/08, Wahyudin Zakie [EMAIL PROTECTED] com wrote:
  
  From: Wahyudin Zakie [EMAIL PROTECTED] com
  Subject: [development- axapta] help with Invalid NumeralsToTxt 
 Result
  To: development- [EMAIL PROTECTED] ps.com
  Date: Thursday, June 26, 2008, 8:41 PM
  
  hi,
  I've a problem with NumeralsToTxt function. i have invoice amount = 
 IDR 31,131,178,729. i want to convert it to says number, i'm using 
 numeralstotxt function but the result is wrong. i try to test this 
 code with job like this.
   
  info(strfmt( %1,numeralsToT xt(31131178729. 00)));
   
  it says : Two Billion One Hundred Forty Seven Million Four Hundred 
 Eighty Three Thousand Six Hundred Forty Seven and 00/100
   
  is it a bug??? 
   
  Thank's for your reply...
   
  Zakie
  
  [Non-text portions of this message have been removed]
  
  [Non-text portions of this message have been removed]
  
  [Non-text portions of this message have been removed]
  
   
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  [Non-text portions of this message have been removed]
 





[development-axapta] Re: Report error

2008-07-02 Thread eta2892a2
Hi Asit,

Set your report up to run as a batch job.

cheers,

Jim

--- In development-axapta@yahoogroups.com, asit nayak [EMAIL PROTECTED]
wrote:

 Hi All,
 I have a report where i need to run this report
automatically on everyday on a specific time.

   Please let me know how can i run the report automatically on every
day.

   Thanks
   Asit
 

 
 [Non-text portions of this message have been removed]





[development-axapta] Re: What are Maps and what's the use of them?

2008-07-02 Thread eta2892a2
--- In development-axapta@yahoogroups.com, Vamsi Praneeth
[EMAIL PROTECTED] wrote:

 Hello guys...I just wanna know...what actually are Maps in Dynamics AX
 4.0 what are they used for? I have read in the e-books of Microsoft
 but couldn't figure out what actually are those.Can someone
 explain me in detail what they are?


Just to be thorough, Ax has two objects with similar names: Maps and
Map. Maps is found on the Data Dict node of the AOT and was succinctly
described in a previous response by Tony.
 
This is not to be confused with the Map Collection Class data type,
which (to quote the dev docs) is an object that associates one value
(a key) with another value, which can be any X++ type, including objects. 
Iteration though a Map collection, like any other collection, requires
instantiation of an Iterator object. You can check out Collection
Classes in the Developer Help for more details. 

Jim



[development-axapta] Re: help with Invalid NumeralsToTxt Result

2008-07-02 Thread ggodman
It will only return to a limit of int ie +/- 2147483647


--- In development-axapta@yahoogroups.com, Wahyudin Zakie
[EMAIL PROTECTED] wrote:

 hi,
 I've a problem with NumeralsToTxt function. i have invoice amount =
IDR 31,131,178,729. i want to convert it to says number, i'm using
numeralstotxt function but the result is wrong. i try to test this
code with job like this.
  
 info(strfmt(%1,numeralsToTxt(31131178729.00)));
  
 it says : Two Billion One Hundred Forty Seven Million Four Hundred
Eighty Three Thousand Six Hundred Forty Seven and 00/100
  
 is it a bug??? 
  
 Thank's for your reply...
  
 Zakie
 
 
   
 
 [Non-text portions of this message have been removed]





[development-axapta] move a SET variable (set(type: record)) from a class to a form

2008-07-02 Thread Ovidiu
Hi folks,

Here is my issue:
I have a class in which I parse a table and extract some of its records through 
query objects into a SET variable.
At the end of parsing I want to pass this SET variable to a form and use it for 
further query in form's fetch method.

Do you have any idea on how to pass a set of records (table) to a form?

I have searched on internet but I haven't seen the light, yet.

Thank you very much, 

Ovidiu


  

[Non-text portions of this message have been removed]



Re: [development-axapta] Re: help with Invalid NumeralsToTxt Result

2008-07-02 Thread david santoso
Hi Wahyu.

I'm using Axapta 3.0 SP 6 and it works fine for that function.

I'm sure that the cause is convert into max integer value.

For example if you declare

int i =31131178729;
;
info(strfmt(%1, i));  //-- 2147483647

it will return 2147483647 not 31131178729

perhaps you should try to change the datatype into real

Cheers,

David S






On Tue, Jul 1, 2008 at 6:43 AM, J [EMAIL PROTECTED] wrote:

   It is a known bug in V3. Partnersource has a hotfix:
 https://mbs.microsoft.com/knowledgebase/KBDisplay.aspx?scid=kb;en-
 us;901373

 --- In 
 development-axapta@yahoogroups.comdevelopment-axapta%40yahoogroups.com,
 Tony Zeigler
 [EMAIL PROTECTED] wrote:
 
  Hrm, SP4 isn't the most current, but not sure if the issue would be
 fixed by getting current. That would be my first attempt tho -
 because I definately got a different result than you did.
 
 
  --- On Mon, 6/30/08, Wahyudin Zakie [EMAIL PROTECTED] wrote:
 
  From: Wahyudin Zakie [EMAIL PROTECTED]

  Subject: Re: [development-axapta] help with Invalid NumeralsToTxt
 Result
  To: development-axapta@yahoogroups.comdevelopment-axapta%40yahoogroups.com
  Date: Monday, June 30, 2008, 3:05 AM
 
 
 
 
 
 
  I'm using axapta 3.0 SP4.
 
  --- On Fri, 6/27/08, Tony Zeigler tony_zeigler@ yahoo.com wrote:
 
  From: Tony Zeigler tony_zeigler@ yahoo.com
  Subject: Re: [development- axapta] help with Invalid NumeralsToTxt
 Result
  To: development- [EMAIL PROTECTED] ps.com
  Date: Friday, June 27, 2008, 8:31 AM
 
  This seems to give me the correct answer:
  static void Job1(Args _args)
  {
  ;
  info(numeralsToTxt( 31131178729. 00));
  }
 
  Not sure why yours would be giving a different answer. (I'm using
 4.0 with current patch)
 
  --- On Thu, 6/26/08, Wahyudin Zakie [EMAIL PROTECTED] com wrote:
 
  From: Wahyudin Zakie [EMAIL PROTECTED] com
  Subject: [development- axapta] help with Invalid NumeralsToTxt
 Result
  To: development- [EMAIL PROTECTED] ps.com
  Date: Thursday, June 26, 2008, 8:41 PM
 
  hi,
  I've a problem with NumeralsToTxt function. i have invoice amount =
 IDR 31,131,178,729. i want to convert it to says number, i'm using
 numeralstotxt function but the result is wrong. i try to test this
 code with job like this.
 
  info(strfmt( %1,numeralsToT xt(31131178729. 00)));
 
  it says : Two Billion One Hundred Forty Seven Million Four Hundred
 Eighty Three Thousand Six Hundred Forty Seven and 00/100
 
  is it a bug???
 
  Thank's for your reply...
 
  Zakie
 
  [Non-text portions of this message have been removed]
 
  [Non-text portions of this message have been removed]
 
  [Non-text portions of this message have been removed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  [Non-text portions of this message have been removed]
 

  



[Non-text portions of this message have been removed]



RE: [development-axapta] What are Maps and what's the use of them?

2008-07-02 Thread Malcolm Burtt
Hi

Maps are an abstraction layer for Tables. They allow you to place code for 
tables that have comparable functions in a single place rather than having to 
duplicate the code for each table. This makes them a powerful and very useful 
feature within AX.

For example, SalesLine and PurchLine are similar in function in that they are 
both worksheet line tables used to handle trading functions. Both tables need 
to be able to calculate total line amount, tax charges, etc. so the volume of 
code that you need to write to handle the common functions for these tables can 
be kept to a minimum by abstracting the two tables as a Map and placing the 
common code on the Map.

Regards

Malcolm Burtt
Product Development Manager
Touchstone
W: http://www.touchstone.co.ukhttp://www.touchstone.co.uk/


From: development-axapta@yahoogroups.com [EMAIL PROTECTED] On Behalf Of Vamsi 
Praneeth [EMAIL PROTECTED]
Sent: 29 June 2008 04:32
To: development-axapta@yahoogroups.com
Subject: [development-axapta] What are Maps and what's the use of them?


Hello guys...I just wanna know...what actually are Maps in Dynamics AX
4.0 what are they used for? I have read in the e-books of Microsoft
but couldn't figure out what actually are those.Can someone
explain me in detail what they are?





Re: [development-axapta] Importing data into Invent table.

2008-07-02 Thread david santoso
Hi Tri,

The cause, probably because of :

- On InventTableModule Table you should create 3 module type (Inventory,
Purchase Order, SalesOrder) for each item.

- On InventItemLocation Table you should create item with default
inventdimid (in ax 3.0 is Axapta)

If you still can't find the item in item form,
you can create item manually in item form and compare with yours.

Cheers,

David S




2008/7/1 [EMAIL PROTECTED]:

   HI,

 is your InventDim there? (InventItemLocation.InventDimId =
 InventDim::findOrCreate(inventDim)?

 Mit freundlichen Grüßen / Best regards / Med venlig hilsen

 Jesper Jørgensen / Abt. NMT-XD
 Senior Product Manager

 arvato systems | Technologies GmbH
 An der Autobahn 18
 33311 Gütersloh

 [EMAIL PROTECTED] 
 jesper.joergensen%40bertelsmann.deblocked::blocked::blocked::mailto:
 [EMAIL PROTECTED] jesper.joergensen%40bertelsmann.de

 Phone: +49 5242 / 40 80 54

 Fax: +49 5242 / 40 80 40

 Mobile: +49 172 / 571 03 34

 http://www.as-T.biz blocked::blocked::http://www.as-t.biz/
 arvato systems | Technologies GmbH
 Joachim-Jungius-Str. 9, 18059 Rostock
 Geschäftsführung: Erwin Pietz, Matthias Moeller
 Amtsgericht Rostock - HRB 7497

 

 Der Inhalt dieser Nachricht oder eventueller Anlagen ist vertraulich und
 ausschließlich für den bezeichneten Adressaten bestimmt. Bitte stellen Sie
 sicher, dass die Information in dieser Nachricht ausschließlich an die
 adressierten Personen gelangt. Sollte diese Nachricht versehentlich an Sie
 gesendet worden sein, dann informieren Sie bitte umgehend den Absender und
 löschen Sie die Nachricht. Vielen Dank.

 The information in this e-mail and any attachments is confidential. The
 information must only be held in areas that have controlled and limited
 access to the addressed persons. If this e-mail has been sent to you in
 error, please immediately notify the sender and delete the e-mail. Thanks.

 

 

 Von: 
 development-axapta@yahoogroups.comdevelopment-axapta%40yahoogroups.com[mailto:
 development-axapta@yahoogroups.com development-axapta%40yahoogroups.com]
 Im Auftrag von Trinadh C
 Gesendet: Dienstag, 1. Juli 2008 06:18
 An: [EMAIL PROTECTED]Axapta-Knowledge-Village%40yahoogroups.com
 Cc: development-axapta@yahoogroups.comdevelopment-axapta%40yahoogroups.com
 Betreff: [development-axapta] Importing data into Invent table.


 Dear Ali,
 We populated the tables (InventTableModule and InventItemLocation) and
 tried to import the data in Ax4.0 Sp2. But still the data could be seen only
 in the table level. Could you please suggest the process of importing the
 data.

 Reply to this mail asap is highly appreciated.

 --
 Regard's..,
 Trinadh.

 --

 THIS E-MAIL IS CONFIDENTIAL and intended solely for the use of the
 individual
 to whom it is addressed.

 [Non-text portions of this message have been removed]

  



[Non-text portions of this message have been removed]