[development-axapta] Report sections

2004-05-03 Thread Janno Liivak
Axapta 2.5 SP3 How to disable-enable report footers so that they wouldn't overlay previous sections? (when alast page is shown) 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

[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

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

2004-05-03 Thread klio1103
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

[development-axapta] Project filter giving blank selection

2004-05-03 Thread dgaethofs
Dear all, After installing Service pack 3 I noticed that it was not possible to define a selection via the filter, I need the filter for assembling my projects. After a few sychronizations the problem solved itselve. However after working with this environment for a few weeks I am

[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.