[development-axapta] LabelTabLeader

2005-02-27 Thread Ernst Meijer


Hello there
 
Could anybody tell me if and how I can change ( by code perhaps ) the 
LabelTabLeader property of a reportfield , so it does not
use ‘append….:’ , but a newly created ‘append:’
( spaces instead of . )
 
Thx
 
Ernst Meijer

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.4.0 - Release Date: 22-2-2005
 


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






 
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:
http://docs.yahoo.com/info/terms/
 






[development-axapta] display method and arrayindex

2004-10-26 Thread Ernst Meijer


Hello All,
 
I have a display method on a table that calculates and returns an array with
budgets per month.
I want to use this display  method on a grid and set the arrayindex to the
monthnumber 1 want to display.
 ( I don’t want to make 12 display methods ( 1 for each month ) )
Somehow it doesn’t work at all. Can I do this, and if so how?
 
Thx
 
 
Ernst
 
Display Array monthlyBudget (  )
{
  int i=1;
 Array budget;
 
  for( i = 1; i <= 12; i++ )
  {
  budget.value( i , this.YearlyBudget * this.Percent[i] / 100 );
  }
  return budget;
}

---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.778 / Virus Database: 525 - Release Date: 15-10-2004
 


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






 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
~-> 

 
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:
http://docs.yahoo.com/info/terms/