[development-axapta] re: Output report to two different medium simultaneously

2004-05-20 Thread sinn3653




Dear all,

i have a requirement where the report is require to output to two 
medium, rtf file and hardcopy. does anyone have any idea how to it ?

thanks.

regards,
sinn











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.










[development-axapta] re : Axapta Printing Issue

2004-05-18 Thread sinn3653




hi all,

I've set the report font type as Courier, size 12 in the report 
design properties.


The problem is when i print out the report, all the the report 
content are printed in Arial Font. 

I'm using the printer SEIKOSHA Precision BP-9000 to do the printing.

I've check the printer setting and confirm the courier font is set to 
use.


Does anyone have any idea how to solve this problem ?

thanks

regards,
sinn











Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.










[development-axapta] re : report page footer

2004-05-12 Thread sinn3653




hi all,

Is it possible to force the page footer section to be placed in a 
certain distance from the bottom of the paper?

thanks.

regards,
sinn











Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.










[development-axapta] re : how to get the report page attribute

2004-05-03 Thread sinn3653




hi all,

can anyone tell me how can i get the report page width and report 
page length from x++ code ?

thanks,

regards,
sinn










Yahoo! Groups Sponsor


ADVERTISEMENT



















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.










[development-axapta] Re: re : how to get the report page attribute

2004-05-03 Thread sinn3653




hi kilo,

thanks for your help.

best regards,
sinn


--- In [EMAIL PROTECTED], klio1103 [EMAIL PROTECTED] 
wrote:
 hi sinn,
 
 
 
 
 try use following statements:
 
 
 
 
 element.design().printerPageHeight();
 
 
 element.design().printerPageWidht();
 
 
 
 
 maybe this will help you.
 
 
 
 
 br,
 
 
 klio
 
 
 
 
 --- In [EMAIL PROTECTED], sinn3653 
[EMAIL PROTECTED]
  wrote:
 
 
  hi all,
 
 
  
 
 
  can anyone tell me how can i get the report page width and report 
 
 
  page length from x++ code ?
 
 
  
 
 
  thanks,
 
 
  
 
 
  regards,
 
 
  sinn










Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.










[development-axapta] Re : Report In PDF Format Problem

2004-04-30 Thread sinn3653




Hi James,

Can u recall Which freeware PDF print driver does your customer use ?

BTW, do you have any idea which class in Axapta is doing the pdf 
writing ?

Thanks.

Regards,
sinn











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.










[development-axapta] Re: Axapta report in excel format

2004-04-30 Thread sinn3653




hi all,

does anyone know how to write the report to excel format directly 
from axapta ?

The report show in excel format should look identical as the one show 
on screen. The report consist of lineAbove(LineType::ShortDashes) for 
a section.

Anyone have hint to solve the problem ?

thanks.

regards,
sinn










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.










[development-axapta] SalesAutoCreate

2004-04-26 Thread sinn3653




hi all

does anyone know how to use the SalesAutoCreate class to create 
sales order and sales lines. 

If some one has already developed one please send me the sample/info.

regards,
sinn










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.










[development-axapta] SalesAutoCreate

2004-04-26 Thread sinn3653




hi all

does anyone know how to use the SalesAutoCreate class to create 
sales order and sales lines. 

If some one has already developed one please send me the sample/info.

regards,
sinn










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.










[development-axapta] Re: SalesAutoCreate

2004-04-26 Thread sinn3653




hi harry,

what u mean by SalesTableForm is not meant to create sales order. It 
is meant to control the behavior of form SalesTable. can u elaborate 
more about it.

i require to come out a form slightly similar to the free text 
invoice. New sales order record should inserted to the salesTable and 
salesLine if the button is click.

is thr any class i can reuse 

regards,
sinn


--- In [EMAIL PROTECTED], Deshpande, Harry 
[EMAIL PROTECTED] wrote:
 hi
 
 if you wish to copy lines from an existing sales order to a new 
sales order
 you should use salesAutoCreate.
 
 SalesTableForm is not meant to create sales order. It is meant to 
control
 the behavior of form SalesTable.
 
 regards
 
 harry
 
 -Original Message-
 From: sinn3653 [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 26, 2004 5:29 PM
 To: [EMAIL PROTECTED]
 Subject: [development-axapta] Re: SalesAutoCreate
 
 
 hi harry,
 
 in what circumstance we should use the salesautocreate class to 
 create the sales order and sales lines ? What about the 
 salesTableForm class. i notice that, the standard sales order is 
 using this class 'salesTableForm' to do the sales order creation.
 
 hv any idea which form or class is calling the salesAutoCreate 
class ?
 
 regards,
 sinn.
 
 
 --- In [EMAIL PROTECTED], Deshpande, Harry 
 [EMAIL PROTECTED] wrote:
  hi sinn!
  
  Exactly what problem did u get while using this class?
  
  regards
  
  
  
  [Deshpande, Harry] -Original Message-
  From: sinn3653 [mailto:[EMAIL PROTECTED]
  Sent: Monday, April 26, 2004 4:34 PM
  To: [EMAIL PROTECTED]
  Subject: [development-axapta] SalesAutoCreate
  
  
  
  hi all
  
  does anyone know how to use the SalesAutoCreate class to create 
  sales order and sales lines. 
  
  If some one has already developed one please send me the 
 sample/info.
  
  regards,
  sinn
  
  
  
  _ 
  
  Yahoo! Groups Links
  
  
  * To visit your group on the web, go to:
  http://groups.yahoo.com/group/development-axapta/
 http://groups.yahoo.com/group/development-axapta/ 
   http://groups.yahoo.com/group/development-axapta/
 http://groups.yahoo.com/group/development-axapta/  
  
  
  * To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
 subject=Unsubscribe 
  
  
  * Your use of Yahoo! Groups is subject to the Yahoo! Terms 
of 
 Service
   http://docs.yahoo.com/info/terms/ 
http://docs.yahoo.com/info/terms/ 
 .
 
 
 
 _ 
 
 Yahoo! Groups Links
 
 
 * To visit your group on the web, go to:
 http://groups.yahoo.com/group/development-axapta/
 http://groups.yahoo.com/group/development-axapta/ 
 
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
subject=Unsubscribe 
 
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service
 http://docs.yahoo.com/info/terms/ .










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.