Hi
  
  in report BankDepositByCustomer
  
  clue:
  
  public void footer(ReportSection _footerSection, tableId _tableId, fieldId _fieldId)
{
    int     Ctrl;
    ;
    if (_FooterSection &&  _footerSection.control(fieldnum(CustTrans,AmountCur),Tablenum(CustTrans)))
    {
        if (_tableid == tablenum(CustTrans) && _FieldId == fieldnum(CustTrans,CurrencyCode))
            _footerSection.control(fieldnum(CustTrans,AmountCur),Tablenum(CustTrans)).show();
        else
            _footerSection.control(fieldnum(CustTrans,AmountCur),Tablenum(CustTrans)).hide();
    }
    super(_footerSection, _tableId, _fieldId);
}

  Yes u can hide the column
  Snj
 
Akshay <[EMAIL PROTECTED]> wrote:
  Hi,
I wanted to know , whether there is some setting in Axapta with the help of
which i can hide or unhide the Item dimensions showing up in the Purchase
Order Report. The reason why i ask, is that we get 2 different kinds of
report outputs in 2 different machines with the same settings for AP and for
Inventory. In one of them i get the dimension columns irrespective of the
fact that whether dimensions are assigned or not, while in the other one the
dimension columns just dont appear.
Could someone throw some light on this.
Thanks
Akshay


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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.



  SPONSORED LINKS
        Business finance course   Business to business finance   Small business finance     Business finance consultant   Business finance magazine   Business finance schools
   
---------------------------------
  YAHOO! GROUPS LINKS

   
    Visit your group "Axapta-Knowledge-Village" on the web.
   
    To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
   
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

   
---------------------------------
 



                 
---------------------------------
Celebrate Earth Day everyday!  Discover 10 things you can do to help slow climate change. Yahoo! Earth Day

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



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.




YAHOO! GROUPS LINKS




Reply via email to