[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Adding a bottom line in report

Thomaslp

1/27/2006 12:48:00 PM

I have a report that overload the fetch() method. In this report I would like
to add a bottom line after each row that is sent to the report
(element.send()). I need to set this by using X++. Using the "drag 'n' drop"
method is not enough.
3 Answers

Player

1/27/2006 2:12:00 PM

0

Hi Thomas,

So creating a programmable section in which you create one line(shape)
and then call this one after the send isn't possible?

Kind regards,

Philippe

Thomaslp schreef:
> I have a report that overload the fetch() method. In this report I would like
> to add a bottom line after each row that is sent to the report
> (element.send()). I need to set this by using X++. Using the "drag 'n' drop"
> method is not enough.

Thomaslp

1/27/2006 7:21:00 PM

0

OK, but how do you create a line on the report using X++?

"Player" wrote:

> Hi Thomas,
>
> So creating a programmable section in which you create one line(shape)
> and then call this one after the send isn't possible?
>
> Kind regards,
>
> Philippe
>
> Thomaslp schreef:
> > I have a report that overload the fetch() method. In this report I would like
> > to add a bottom line after each row that is sent to the report
> > (element.send()). I need to set this by using X++. Using the "drag 'n' drop"
> > method is not enough.
>

Samuel L Matzen

1/28/2006 1:38:00 AM

0

Thomaslp,

I have created lines using both of the following methods:

1. Use the shape control in a body or programmable section and set the Type
property to Horizontal.
2. Set the LineAbove or LineBelow property of a section.

-Sam Matzen


"Thomaslp" <Thomaslp@discussions.microsoft.com> wrote in message
news:ADDDA46E-E34F-4E11-A1A2-2B4F8492EC5E@microsoft.com...
> OK, but how do you create a line on the report using X++?
>
> "Player" wrote:
>
>> Hi Thomas,
>>
>> So creating a programmable section in which you create one line(shape)
>> and then call this one after the send isn't possible?
>>
>> Kind regards,
>>
>> Philippe
>>
>> Thomaslp schreef:
>> > I have a report that overload the fetch() method. In this report I
>> > would like
>> > to add a bottom line after each row that is sent to the report
>> > (element.send()). I need to set this by using X++. Using the "drag 'n'
>> > drop"
>> > method is not enough.
>>