[development-axapta] 3 decimal places in Sales Price

2005-04-21 Thread thestorm1974






I have some sales orders where the Sales price needs to be at 3
decimal places but the amount needs to be to 2 decinal places. Has
anyone had to do this before, if so, how did you do it?

Thanks

Garry
















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 the Yahoo! Terms of Service.










[development-axapta] Launching a URL from a button in Axapta

2005-03-30 Thread thestorm1974






Could someone help me, I would like to lauch a URL from a button in 
Axapta and pass the value of a string field when the URL is launched. 
Like how Axapta deals with Company websites, but I can't find how it 
does it.

Many Thanks

Garry















Yahoo! Groups Sponsor


  ADVERTISEMENT 












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 the Yahoo! Terms of Service.










[development-axapta] Re: Launching a URL from a button in Axapta

2005-03-30 Thread thestorm1974






Many Thanks
Garry

--- In development-axapta@yahoogroups.com, Berend Otten 
[EMAIL PROTECTED] wrote:
 
 I would like to add that it is a nice feature to show URL's wihtin 
 Axapta ;-)
 
 Try this:
 {
 //...
 URL url = "">
 Helpgenerator helpGenerator;
 ;
 helpGenerator = infolog.helpGenerator();
 helpGenerator.showURL(url);
 //...
 }
 
 /b
 
 
 Max Belugin wrote:
 
 
  Hello thestorm1974,
 
  ñðåäà, 30 ìàðòà 2005 ã., you wrote:
 
  t Could someone help me, I would like to lauch a URL from a 
button in
  t Axapta and pass the value of a string field when the URL is 
launched.
  t Like how Axapta deals with Company websites, but I can't find 
how it
  t does it.
 
  ;
  WinApi::shellExecute('http://belugin.info'); 
http://belugin.info%27%29;
 
  -- 
  Best regards,
  Max 
 
  http://belugin.info
  ICQ:9406811
 















Yahoo! Groups Sponsor


  ADVERTISEMENT 












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 the Yahoo! Terms of Service.