[development-axapta] Create Profit/Loss journal from code

2004-07-20 Thread Baran Sasmaz




Hi,
 
I create profit/loss journal and their lines from code. When i insert a journal line, i have  the quantity and the cost amount of the record and I calculate the cost price by using the formula given below :
 
inventJournalTrans.costPrice = PriceDisc::amount2Price(inventJournalTrans.costAmount,
  0,
  0,
  inventJournalTrans.qty,
  0,
  1,
  '',
  0);
 
I know that the system also calculates the cost price in this way.
 
But when i try to validate or post the journal, system gives me the error below :
 
"Incorrect rounding of amount"
 
If i modify the cost price or the cost amount ON THE FORM and finally i see the same price and amount as before, it validates. I couldn't understand!!!
 
May someone help me???
 
Thankx in advance.

    
-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

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











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: xml namespace

2004-07-20 Thread byteway_so




Thanks a lot!











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] CheckAll

2004-07-20 Thread ozgur koroglu




Hi,
I ve added a CheckBox to a Form\Grid(There isn't a
CheckBox field in the Table). I want to check all
CheckBoxes in the grid by pressing a Button. How can i
do this?
I tried this code but it does not work..

...
while(DATASOURCE_ds.getnext())
  {
    CheckBox.value(NoYes::Yes);
  }
...

Ozgur Koroglu


    
__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 









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] CheckAll

2004-07-20 Thread ozgur koroglu




Hi,
I ve added a CheckBox to a Form\Grid(There isn't a
CheckBox field in the Table). I want to check all
CheckBoxes in the grid by pressing a Button. How can i
do this?
I tried this code but it does not work..

...
while(DATASOURCE_ds.getnext())
  {
    CheckBox.value(NoYes::Yes);
  }
...

Ozgur Koroglu


  
    
__
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/










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.










RE: [development-axapta] Sending mail from class or form

2004-07-20 Thread Malcolm Burtt




Hi
 
If all your client machines have a MAPI compliant email program installed then you can use Axapta's mapi class (see System Documentation/Classes/Mapi).This is okay for most situations.
 
The alternative is to use the Dundas mailer DLL (bin/dsmailer.dll) that ships with 2.5 but isn't registered by the install program. This DLL can send emails direct to your mail server via an SMTP connection. To use dsmailer you'll have to register (through regsvr32) the dsmailer.dll file on all of your Axapta client machines.
 
Axapta 2.5 doesn't come with any COM wrapper classes for dsmailer but 3.0 does (SysMailer and associated classes). If you have access to 3.0 then it is possible to export the Sysmailer classes and import them into 2.5 to make talking to the DLL easier.
 
Regards
 
Malcolm Burtt 
Global IT Group
*   E-mail: [EMAIL PROTECTED]
@   Web:     
"Business Solutions designed for YOUR business processes"
Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC.

The information contained in this e-mail is intended only for the person or entity to which it is addressed, and may contain confidential, proprietary or legally privileged information.  If you receive this message in error, please contact Global IT Group on  +44 (0) 1329 227170 and delete all copies of it from your system.  Any views expressed within this message are those of the individual sender, except where otherwise stated. This message has been virus-checked before being sent but please note that Global IT Group accept no responsibility for any viruses on receipt.

-Original Message-
From: geerties [mailto:[EMAIL PROTECTED]
Sent: 20 July 2004 10:46
To: [EMAIL PROTECTED]
Subject: [development-axapta] Sending mail from class or form


Hello.
How can I sent a mail from a class or form in 2.5.
How must I connect to our mailserver? Do I need a licensekey for this 
and if yes which is it?

Thanks
geert



Yahoo! Groups Sponsor  

ADVERTISEMENT
  click here  
     


  _  

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  . 




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











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.










RE: [development-axapta] sending email from axapta 2.5

2004-07-20 Thread Malcolm Burtt




Hi
 
So far as I am aware there is no way to avoid this when using the MAPI
calls from Axapta. Its a security precaution that MS added to Outlook a
while back to avoid being caught out by simple viruses that send stuff
to everyone in your addressbook.
 
If you don't use the MAPI class and send your email by calling
dsmailer.dll then you won't have this problem as it bypasses Outlook
completely and sends direct to an SMTP server.
 
Regards
 
Malcolm Burtt 
Global IT Group
*   E-mail: [EMAIL PROTECTED]
@   Web:    www.globalitgroup.co.uk 
"Business Solutions designed for YOUR business processes"
Global IT Group is the trading name of Touchstone Global Business
Solutions Ltd. and is part of the Touchstone Group PLC.

The information contained in this e-mail is intended only for the person
or entity to which it is addressed, and may contain confidential,
proprietary or legally privileged information.  If you receive this
message in error, please contact Global IT Group on  +44 (0) 1329 227170
and delete all copies of it from your system.  Any views expressed
within this message are those of the individual sender, except where
otherwise stated. This message has been virus-checked before being sent
but please note that Global IT Group accept no responsibility for any
viruses on receipt.

  -Original Message-
  From: geerties [mailto:[EMAIL PROTECTED] 
  Sent: 20 July 2004 14:19
  To: [EMAIL PROTECTED]
  Subject: [development-axapta] sending email from axapta 2.5
  
  
  Hello
  
  How can I avoid that microsoft outlook ask a confirmation to
send an 
  email from another program under windows XP 
  
  thanks
  geert
  
  
  
Yahoo! Groups Sponsor  
ADVERTISEMENT
click here
   
 
   

  
  _  

  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]

be> 
      
  *  Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service  . 




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











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] sending email from axapta 2.5

2004-07-20 Thread geerties




Hello

How can I avoid that microsoft outlook ask a confirmation to send an 
email from another program.

thanks
geert











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: xml namespace

2004-07-20 Thread min2sia




Hi, /b

Try this way:

    /* ... */
    XMLAttribute    xAttribute;
    ;
    xmlNode = xmlDoc.createElement("XMLTAG");
    xAttribute = xmlDoc.createAttribute("xmlns:xsi");
   
xAttribute.setNodeTypedValue("http://www.w3.org/2001/XMLSchema-instance");
    xmlNode.attributes().setNamedItem(xAttribute);
    
    xAttribute = xmlDoc.createAttribute("xsi:noNamespaceSchemaLocation");
    xAttribute.setNodeTypedValue("SomeSpecific.xsd");
    xmlNode.attributes().setNamedItem(xAttribute);

    xAttribute = xmlDoc.createAttribute("version");
    xAttribute.setNodeTypedValue("1");
    xmlNode.attributes().setNamedItem(xAttribute);

    xmlDoc.appendChild(xmlNode);

Regards,
min2sia

--- In [EMAIL PROTECTED], "byteway_so" <[EMAIL PROTECTED]>
wrote:
> Hi all,
> Has anyone of you have a clue on how to adjust the namespace tag when 
> creating a XML File? Here is the code to create a XML Node, this node 
> is then added to an xmlDocument instance.
> 
> xmlNode = xmlDoc.createNode
> (XMLNodeType::ELEMENT,#XMLTagMacro,'xsi="http://www.w3.org/2001/XMLSch
> ema-instance" xsi:noNamespaceSchemaLocation="SomeSpecific.xsd" 
> version="1"');
> 
> xmlDocument.appendChild(xmlNode);
> 
> When generating the XML-file it looks like:
> http://www.w3.org/2001/XMLSchema-instance" 
> xsi:noNamespaceSchemaLocation="SomeSpecific.xsd" version="1"">
> 
> This is wrong
> It should look like this:
> http://www.w3.org/2001/XMLSchema-instance" 
> xsi:noNamespaceSchemaLocation="SomeSpecific.xsd" version="1">
> 
> The difference is the ":" and the surrounding double quotes are 
> removed. How can I make sure there is no difference anymore?
> 
> 
> Thanks in advance,
> /b











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.










RE: [development-axapta] customize iconbar

2004-07-20 Thread lho




Hallo Thomas,
 
It's not directly possible but you can e.g. make your own form, add some icons to it and change the property WindowType to Popup and the property Frame to None and make a fixed position on the screen. This is the closest you get to it.
 
//Lars

-Original Message-
From: Thomas Hausmann [mailto:[EMAIL PROTECTED]
Sent: 20. juli 2004 12:37
To: [EMAIL PROTECTED]
Subject: [development-axapta] customize iconbar


hello friends,

i'm wondering if it's possible to customize the main iconbar of the
axapta-client application:

espacialy i'm looking for a way to link a specialized menu on the icon "main
menu"

if it's not possible to edit that, maybe there is a way to add own
userdefined buttons?

thanx for your help

Schöne Grüsse / best regards

Thomas Hausmann
--
BBJ Gesellschaft für Monitoring- und Begleitsysteme Brüssel - BMB SA
Niederlassung Berlin, Herzbergstraße 83, 10365 Berlin


Fon: +49 30 55 05 1451    E-Mail: mailto:[EMAIL PROTECTED]
Fax: +49 30 55 05 1402    Internet: http://www.bbj.de  







Yahoo! Groups Sponsor  

ADVERTISEMENT
  click here  
     


  _  

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  . 




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










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: sending email from axapta 2.5

2004-07-20 Thread durandgui




Hi !

You have got two options :

1) Installing ClickYes - For more info, please visit 
http://www.express-soft.com/mailmate/clickyes.html 
--> You can manage this software by Axapta thanks to a dll

2) Or changing MS Outlook's security model to include Axapta
--> This security option is managed at Outlook Server

Greets 
Guilaume

--- In [EMAIL PROTECTED], "geerties" 
<[EMAIL PROTECTED]> wrote:
> Hello
> 
> How can I avoid that microsoft outlook ask a confirmation to send 
an 
> email from another program under windows XP 
> 
> thanks
> geert










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.










RE: [development-axapta] customize iconbar

2004-07-20 Thread Artem Tymofyeyev \(Intl Vendor\)





It is not possible to edit main iconbar.

Also you can't create your own buttons there.



-Original Message-
From: Thomas Hausmann [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 20, 2004 12:37
To: [EMAIL PROTECTED]
Subject: [development-axapta] customize iconbar

hello friends,

i'm wondering if it's possible to customize the main iconbar of the
axapta-client application:

espacialy i'm looking for a way to link a specialized menu on the icon "main
menu"

if it's not possible to edit that, maybe there is a way to add own
userdefined buttons?

thanx for your help

Schöne Grüsse / best regards

Thomas Hausmann
--
BBJ Gesellschaft für Monitoring- und Begleitsysteme Brüssel - BMB SA
Niederlassung Berlin, Herzbergstraße 83, 10365 Berlin


 Fon: +49 30 55 05 1451    E-Mail: mailto:[EMAIL PROTECTED]
 Fax: +49 30 55 05 1402    Internet: http://www.bbj.de








 
Yahoo! Groups Links



 










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] sending email from axapta 2.5

2004-07-20 Thread geerties




Hello

How can I avoid that microsoft outlook ask a confirmation to send an 
email from another program under windows XP 

thanks
geert










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.










AW: [development-axapta] Open Label Editor -> Axapta crashes

2004-07-20 Thread Theissen, Annette




I found the solution and am awfully sorry that I didn't think of it before
bothering you ...
 
Once more it was the ax_Axapta@ aoc file that can be found in the user
profile, which caused the problem. It hadn't troubled me for quite some
time, so I didn't think of checking it ...
 
Well, removed it, now things are working fine, again!
 
Thanks and bye, Annette
 

-Ursprüngliche Nachricht-
Von: Theissen, Annette 
Gesendet: mardi 20 juillet 2004 14:15
An: '[EMAIL PROTECTED]'
Betreff: AW: [development-axapta] Open Label Editor -> Axapta crashes


Thanks for answering so quickly!
 
I checked to make sure the editor also crashes when opening with an existing
label ... and it does.
 
Did you really check all the label files for duplicates? I opened some at
random but didn't find any suspicious things, but of course, among all that
information there might easily be some duplicate!
 
Still, I agree with you that probably the source of the problem is something
else ... all clients ought to crash if the label file was the problem.
 
We are sill working with 2.5 without any SPs. OS on client and servers is
Win2000.
 
Maybe some other hints will be coming up ... :-)
 
TIA, Annette
 

-Ursprüngliche Nachricht-
Von: James Flavell [mailto:[EMAIL PROTECTED]
Gesendet: mardi 20 juillet 2004 12:18
An: [EMAIL PROTECTED]
Betreff: RE: [development-axapta] Open Label Editor -> Axapta crashes


I think I remember something about duplicate label ids causing problems with
opening the label editor but I think it just made it very very slow for the
editor to appear (axapta would not respond in anyway until the editor
appeared).  If i remember correctly I think if I tried to insert a new label
(regardless of the id) then the editor would crash!

I am not sure if it is the same problem for you as you say other clients are
okay and I would have thought they all would have problem is if they all
used the same shared label file

easiest is to check the label files with a text eidtor to check for any
duplicate ids (they were there from MBS!!!)
what version and SP are you running and what OS is the client?



  -Original Message-
  From: Theissen, Annette [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, July 20, 2004 7:31 PM
  To: [EMAIL PROTECTED]
  Subject: [development-axapta] Open Label Editor -> Axapta crashes


  Hi everybody,

  when opening the label editor, my Axapta client crashes, after some
  communication with the server. The editor is not shown.
  This only happens on one client PC, so it must be a local problem. It
  happens both with thin and fat clients, all running in 3tier mode. But I
  don't know whether that's of any importance.

  Does anybody have any ideas what might cause this problem, or what I might
  check?

  TIA, Annette


  Mit freundlichen Grüßen / Best regards
  Dipl. Phys. Annette Theißen
  System Software Entwicklung
  __
  Viscom AG - Carl-Buderus-Str. 9-15 - D-30455 Hannover
  Phone: +49/511/94996-0 - Fax: +49/511/94996-900
  mailto:[EMAIL PROTECTED] - http://www.viscom.de
 



    Yahoo! Groups Sponsor
  ADVERTISEMENT






--
  Yahoo! Groups Links

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/development-axapta/
 

    b.. To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



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



Yahoo! Groups Sponsor  

ADVERTISEMENT
 
 click here  
 
   


  _  

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
 . 




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










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.










AW: [development-axapta] Open Label Editor -> Axapta crashes

2004-07-20 Thread Theissen, Annette




Thanks for answering so quickly!
 
I checked to make sure the editor also crashes when opening with an existing
label ... and it does.
 
Did you really check all the label files for duplicates? I opened some at
random but didn't find any suspicious things, but of course, among all that
information there might easily be some duplicate!
 
Still, I agree with you that probably the source of the problem is something
else ... all clients ought to crash if the label file was the problem.
 
We are sill working with 2.5 without any SPs. OS on client and servers is
Win2000.
 
Maybe some other hints will be coming up ... :-)
 
TIA, Annette
 

-Ursprüngliche Nachricht-
Von: James Flavell [mailto:[EMAIL PROTECTED]
Gesendet: mardi 20 juillet 2004 12:18
An: [EMAIL PROTECTED]
Betreff: RE: [development-axapta] Open Label Editor -> Axapta crashes


I think I remember something about duplicate label ids causing problems with
opening the label editor but I think it just made it very very slow for the
editor to appear (axapta would not respond in anyway until the editor
appeared).  If i remember correctly I think if I tried to insert a new label
(regardless of the id) then the editor would crash!

I am not sure if it is the same problem for you as you say other clients are
okay and I would have thought they all would have problem is if they all
used the same shared label file

easiest is to check the label files with a text eidtor to check for any
duplicate ids (they were there from MBS!!!)
what version and SP are you running and what OS is the client?



  -Original Message-
  From: Theissen, Annette [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, July 20, 2004 7:31 PM
  To: [EMAIL PROTECTED]
  Subject: [development-axapta] Open Label Editor -> Axapta crashes


  Hi everybody,

  when opening the label editor, my Axapta client crashes, after some
  communication with the server. The editor is not shown.
  This only happens on one client PC, so it must be a local problem. It
  happens both with thin and fat clients, all running in 3tier mode. But I
  don't know whether that's of any importance.

  Does anybody have any ideas what might cause this problem, or what I might
  check?

  TIA, Annette


  Mit freundlichen Grüßen / Best regards
  Dipl. Phys. Annette Theißen
  System Software Entwicklung
  __
  Viscom AG - Carl-Buderus-Str. 9-15 - D-30455 Hannover
  Phone: +49/511/94996-0 - Fax: +49/511/94996-900
  mailto:[EMAIL PROTECTED] - http://www.viscom.de
 



    Yahoo! Groups Sponsor
  ADVERTISEMENT






--
  Yahoo! Groups Links

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/development-axapta/
 

    b.. To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



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



Yahoo! Groups Sponsor  

ADVERTISEMENT
 
 click here  
 
   


  _  

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
 . 




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










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: Sending SMS on mobiles

2004-07-20 Thread byteway_so




Hi,

Try and take a look at the solution provided on this site:
http://www.zonith.dk/products/axapta.php

There you can download some examples, you also get more information 
on the concept (of using SOAP).

/b










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.










RE: [development-axapta] Open Label Editor -> Axapta crashes

2004-07-20 Thread James Flavell




I think I remember something about duplicate label ids causing problems with
opening the label editor but I think it just made it very very slow for the
editor to appear (axapta would not respond in anyway until the editor
appeared).  If i remember correctly I think if I tried to insert a new label
(regardless of the id) then the editor would crash!

I am not sure if it is the same problem for you as you say other clients are
okay and I would have thought they all would have problem is if they all
used the same shared label file

easiest is to check the label files with a text eidtor to check for any
duplicate ids (they were there from MBS!!!)
what version and SP are you running and what OS is the client?



  -Original Message-
  From: Theissen, Annette [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, July 20, 2004 7:31 PM
  To: [EMAIL PROTECTED]
  Subject: [development-axapta] Open Label Editor -> Axapta crashes


  Hi everybody,

  when opening the label editor, my Axapta client crashes, after some
  communication with the server. The editor is not shown.
  This only happens on one client PC, so it must be a local problem. It
  happens both with thin and fat clients, all running in 3tier mode. But I
  don't know whether that's of any importance.

  Does anybody have any ideas what might cause this problem, or what I might
  check?

  TIA, Annette


  Mit freundlichen Grüßen / Best regards
  Dipl. Phys. Annette Theißen
  System Software Entwicklung
  __
  Viscom AG - Carl-Buderus-Str. 9-15 - D-30455 Hannover
  Phone: +49/511/94996-0 - Fax: +49/511/94996-900
  mailto:[EMAIL PROTECTED] - http://www.viscom.de



    Yahoo! Groups Sponsor
  ADVERTISEMENT






--
  Yahoo! Groups Links

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/development-axapta/

    b.. To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



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










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] Open Label Editor -> Axapta crashes

2004-07-20 Thread Theissen, Annette




Hi everybody,

when opening the label editor, my Axapta client crashes, after some
communication with the server. The editor is not shown.
This only happens on one client PC, so it must be a local problem. It
happens both with thin and fat clients, all running in 3tier mode. But I
don't know whether that's of any importance.

Does anybody have any ideas what might cause this problem, or what I might
check?

TIA, Annette


Mit freundlichen Grüßen / Best regards
Dipl. Phys. Annette Theißen
System Software Entwicklung
__
Viscom AG - Carl-Buderus-Str. 9-15 - D-30455 Hannover 
Phone: +49/511/94996-0 - Fax: +49/511/94996-900
mailto:[EMAIL PROTECTED] - http://www.viscom.de











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] customize iconbar

2004-07-20 Thread Thomas Hausmann




hello friends,

i'm wondering if it's possible to customize the main iconbar of the
axapta-client application:

espacialy i'm looking for a way to link a specialized menu on the icon "main
menu"

if it's not possible to edit that, maybe there is a way to add own
userdefined buttons?

thanx for your help

Schöne Grüsse / best regards

Thomas Hausmann
--
BBJ Gesellschaft für Monitoring- und Begleitsysteme Brüssel - BMB SA
Niederlassung Berlin, Herzbergstraße 83, 10365 Berlin


 Fon: +49 30 55 05 1451    E-Mail: mailto:[EMAIL PROTECTED]
 Fax: +49 30 55 05 1402    Internet: http://www.bbj.de














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] Sending mail from class or form

2004-07-20 Thread geerties




Hello.
How can I sent a mail from a class or form in 2.5.
How must I connect to our mailserver? Do I need a licensekey for this 
and if yes which is it?

Thanks
geert










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] xml namespace

2004-07-20 Thread byteway_so




Hi all,
Has anyone of you have a clue on how to adjust the namespace tag when 
creating a XML File? Here is the code to create a XML Node, this node 
is then added to an xmlDocument instance.

xmlNode = xmlDoc.createNode
(XMLNodeType::ELEMENT,#XMLTagMacro,'xsi="http://www.w3.org/2001/XMLSch
ema-instance" xsi:noNamespaceSchemaLocation="SomeSpecific.xsd" 
version="1"');

xmlDocument.appendChild(xmlNode);

When generating the XML-file it looks like:
http://www.w3.org/2001/XMLSchema-instance" 
xsi:noNamespaceSchemaLocation="SomeSpecific.xsd" version="1"">

This is wrong
It should look like this:
http://www.w3.org/2001/XMLSchema-instance" 
xsi:noNamespaceSchemaLocation="SomeSpecific.xsd" version="1">

The difference is the ":" and the surrounding double quotes are 
removed. How can I make sure there is no difference anymore?


Thanks in advance,
/b










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.










Re: AW: [development-axapta] Table locking

2004-07-20 Thread Hans-Walter Bous




Hello,
we've got the same problem yesterday. I think we have a problem with TransIds.
 
The problem occurs when updating inventtrans. There is a method that compares itemids and transids(to do and done). And if they differ this error occurs.
 
You should take a look at invent Parameters , number sequences --> lot-id. In the list of the allocated number sequence you should delete all entraces with "freed" in field ACTION (The system obviously tries to use numbers that are already allocated).
.
I think this will help - at least it did with us.
Best wishes
John Bous
"Unger, Denis" <[EMAIL PROTECTED]> wrote:
This is no table locking problem. I think there is a problem with your number sequences.

Denis


-Ursprüngliche Nachricht-
Von: Stefan Heidkamp [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 19. Juli 2004 16:40
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Table locking


Hello!

It's my first time here on the discussion forum. Maybe my question is 
discussed already, but I couldn't read all contributions so far.  

We use Axapta 2.5 SP3. Lately we get the message 'ungültige Referenz' 
repeatedly. This message occurs when a user will use an article 
(e.g.: apply a new position in quotation). I suppose that the 
complete table is locked. Is it true and what can we do? Are there 
any hotfixes which can solve this problem? Thanks a lot for the 
answers! 

Best regards,
Stefan Heidkamp  






Yahoo! Groups Links







Yahoo! Groups SponsorADVERTISEMENT


-
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. 


    
-
Gesendet von Yahoo! Mail - Jetzt mit 100MB kostenlosem Speicher

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










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.










AW: [development-axapta] Table locking

2004-07-20 Thread Unger, Denis




I have searched for this error.

Please go to method createEstimatedInventTrans in class InventUpd_Estimated.
In Line 53 is your error message.
Set break point for debugging or print InventTransId so that you can see which InventTrans record is the problem.

Denis


-Ursprüngliche Nachricht-
Von: Heidkamp Stefan [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 20. Juli 2004 10:21
An: [EMAIL PROTECTED]
Betreff: AW: [development-axapta] Table locking


Hi Denis,

 

thanks for your answer. Have you any tip what we can do to solve this problem?

 

Best regards,

Stefan 

 

-Ursprüngliche Nachricht-
Von: Unger, Denis [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 20. Juli 2004 09:58
An: [EMAIL PROTECTED]
Betreff: AW: [development-axapta] Table locking

 

This is no table locking problem. I think there is a problem with your number sequences.

Denis


-Ursprüngliche Nachricht-
Von: Stefan Heidkamp [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 19. Juli 2004 16:40
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Table locking


Hello!

It's my first time here on the discussion forum. Maybe my question is 
discussed already, but I couldn't read all contributions so far.  

We use Axapta 2.5 SP3. Lately we get the message 'ungültige Referenz' 
repeatedly. This message occurs when a user will use an article 
(e.g.: apply a new position in quotation). I suppose that the 
complete table is locked. Is it true and what can we do? Are there 
any hotfixes which can solve this problem? Thanks a lot for the 
answers! 

Best regards,
Stefan Heidkamp  






Yahoo! Groups Links










Yahoo! Groups Sponsor

ADVERTISEMENT
click here  

  

 

  _  

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  . 



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




 
Yahoo! Groups Links



 











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.










AW: [development-axapta] Table locking

2004-07-20 Thread Heidkamp Stefan




Hi Denis,

 

thanks for your answer. Have you any tip what we can do to solve this problem?

 

Best regards,

Stefan 

 

-Ursprüngliche Nachricht-
Von: Unger, Denis [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 20. Juli 2004 09:58
An: [EMAIL PROTECTED]
Betreff: AW: [development-axapta] Table locking

 

This is no table locking problem. I think there is a problem with your number sequences.

Denis


-Ursprüngliche Nachricht-
Von: Stefan Heidkamp [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 19. Juli 2004 16:40
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Table locking


Hello!

It's my first time here on the discussion forum. Maybe my question is 
discussed already, but I couldn't read all contributions so far.  

We use Axapta 2.5 SP3. Lately we get the message 'ungültige Referenz' 
repeatedly. This message occurs when a user will use an article 
(e.g.: apply a new position in quotation). I suppose that the 
complete table is locked. Is it true and what can we do? Are there 
any hotfixes which can solve this problem? Thanks a lot for the 
answers! 

Best regards,
Stefan Heidkamp  






Yahoo! Groups Links










Yahoo! Groups Sponsor

ADVERTISEMENT
click here  

  

 

  _  

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  . 



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










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.










AW: [development-axapta] Table locking

2004-07-20 Thread Unger, Denis




This is no table locking problem. I think there is a problem with your number sequences.

Denis


-Ursprüngliche Nachricht-
Von: Stefan Heidkamp [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 19. Juli 2004 16:40
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Table locking


Hello!

It's my first time here on the discussion forum. Maybe my question is 
discussed already, but I couldn't read all contributions so far.  

We use Axapta 2.5 SP3. Lately we get the message 'ungültige Referenz' 
repeatedly. This message occurs when a user will use an article 
(e.g.: apply a new position in quotation). I suppose that the 
complete table is locked. Is it true and what can we do? Are there 
any hotfixes which can solve this problem? Thanks a lot for the 
answers! 

Best regards,
Stefan Heidkamp  





 
Yahoo! Groups Links



 











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] Webdeploy version

2004-07-20 Thread petdba




Does anyone know the version number for Axapta 3.0 sp2 w/ US LOS? It 
should look something like 2.5.0.1    Any help would be greatly 
appreciated.

Patrick DeLeon
Logic General











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] INI-file corrupt

2004-07-20 Thread elianill




Hallo,

does anybody know why using 2tier installation without a local 
client the message "INI-file corrupt" is shown on starting axapta 
and how this can be avoided?  
We use Axapta 3.0 Sp3. A client can not be installed on local client.
Best regards & many thanks in advance,
Elia











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.