Sreenath,
   thanks, i will look into it.


--- In development-axapta@yahoogroups.com, sreenath reddy 
<[EMAIL PROTECTED]> wrote:
>
> Hi.. 
> 
> Use RecordSortedList in the report and add sort 
field "Certificate" instead..
> 
> Check the following REPORT EPInventTableByQty for using 
RecordSortedList in the report:
> 
> 
> Thanks and regards,
> Sreenath Reddy
> 
>  
> 
> --- On Thu, 9/11/08, uriskh <[EMAIL PROTECTED]> wrote:
> From: uriskh <[EMAIL PROTECTED]>
> Subject: [development-axapta] HELP! with AutoHeader x++
> To: development-axapta@yahoogroups.com
> Date: Thursday, September 11, 2008, 7:30 AM
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>     
>             hi all,
> 
> i'm working on a report (modifying) Expired Certificate in HR. my 
> 
> employer want it to be sorted in Certificate not with Person.
> 
> 
> 
> heres the code:
> 
>     qbd = q.addDataSource( tablenum( HRMVirtualNetwor 
kCertificate) );
> 
>     qbd.addSortField( fieldnum
> 
> (HRMVirtualNetworkC ertificate, hrmCertificateTy peId));
> 
>     qbd.autoHeader( 1,true);
> 
>  
> 
> 
> 
> qr = new SysQueryRun( q);
> 
>     qr.promptLoadLastUs edQuery(false) ;
> 
> 
> 
> i don't want to use the AOT properties in setting this because im 
> 
> planning to make it dynamic like when they want it sorted w/ cert 
or 
> 
> sorted w/ person. thus im using code to add datasource and 
sortfield. 
> 
> thanks.
> 
> 
> 
> 
>       
> 
>     
>     
>       
>        
>       
>       
> 
> 
> 
> 
> 
> 
> 
> 
>       
> 
> 
>       
>       
> 
> 
>       
> 
> [Non-text portions of this message have been removed]
>


Reply via email to