Re: [development-axapta] CTRL+ F Find crashes Axapta

2005-08-25 Thread Sonny Wibawa Adi




Hi Ed Tarnovsky,


Does your modified form have a control that use
display method to get the data?

If so, Is that control's "Mandatory" property set to
"Yes"?

If so, then set that control's "Mandatory" property to
"No".

I was experiencing that problem before and solved by
using above steps.

If not, then try to simplified the problem by deleting
some controls, until it doesn't crash. Then check the
deleted controls to find the cause of the crash.

Good luck.


Best regards,


Sonny Wibawa Adi, MBSCP, MCSD.NET, MCAD.NET

--- Ed Tarnovsky <[EMAIL PROTECTED]> wrote:

> I have a custom form. When the form is loaded from
> the main menu and you try to do search on the grid
> with ctrl+ f or right click find it crashes whole
> axapta env.
> But when this form is open and the search is
> performed on the other (any) from , then you can
> perfom finds on my form without any problems.
> when i debugged it looks like it crashes in lower
> layers when it is trying to call formNotify method
> .
> help
> thanks
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
> [Non-text portions of this message have been
> removed]
> 
> 
> 
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 








  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" 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.



  









[development-axapta] Modified Methods or similars on a Class

2005-08-25 Thread Gustavo Camargo




Hi fellows!!

This is the problem. I have a class with multiple paramters basically
it is compounds by one radioButton Group

    o RadioButton1
    o RadioButton2

RadioButton1 has a group of special parameters and RadioButton2 has
another group of special parameters.

I want to show the special paramteres for each one, only if the user
selects one of the radioBtIn other words i want to know if i can
use modified methods or similars on a class that permits to show and
hide a group or text or any field in the class depending of the
radioBt Selection???


Thanks to all!!! :)









  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" 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.



  









[development-axapta] Editing and Upgrading Help

2005-08-25 Thread Chwaszczewski, Jim




We have a client who wants to extensively modify Axapta's help.  Since
the help system does not use layer technology any editing is permanent.
This will cause problems when upgrading.  Does anyone have any ideas on
how to minimize this problem when upgrading?  I suppose we could modify
the help system to save and display changed help text from a new table.
The help should be part of the database anyway.
 
Jim Chwaszczewski
Wipfli, LLP
Email: [EMAIL PROTECTED]  

 
The content of this E-mail and any attached files is confidential, and may be subject  
to certain privilege.  This email is intended for the designated recipient(s) only.   
If you have received this E-mail in error, please immediately contact the sender. 
  
Pursuant to Treasury Circular 230, the IRS requires us to advise you that if this email (or any attachment) contains advice concerning any federal tax issue, it was not written or intended to be used, and may not be used, for the purpose of avoiding federal tax penalties. 
   
 
 
WIPFLI LLP 
Business experts.  Right from the start. 


   
 


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









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" 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.



  









[development-axapta] CTRL+ F Find crashes Axapta

2005-08-25 Thread Ed Tarnovsky




I have a custom form. When the form is loaded from the main menu and you try to do search on the grid with ctrl+ f or right click find it crashes whole axapta env.
But when this form is open and the search is performed on the other (any) from , then you can perfom finds on my form without any problems.
when i debugged it looks like it crashes in lower layers when it is trying to call formNotify method .
help
thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" 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.



  









RE: [development-axapta] Carriage Return in SysMailer body

2005-08-25 Thread Christoph Malherbe




Hi Pascal,

Thank you for taking time to respond.

I tried your suggestion, but still no luck.

Thanks

> Hi Christoph,
>
>
>
>  Have you already tried this? :
>
>
>
>  messageBody = messageBody + strFmt("%1%2",
> "user:cdlmalherbe",
>  num2char(10)); ?
>
>
>
>  or
>
>
>
>  messageBody = messageBody + strFmt("%1%2",
> "user:cdlmalherbe", '/n'); ?
>
>
>
>
>
>  with kind regards,
>
>
>
>  Pascal
>
>
>
>  http://www.axapta-links.com   - The startpage
>  for Axapta !
>
>
>
>
>
>
>
>
>
>
>
>
>
>    _
>
>  Van: development-axapta@yahoogroups.com
>  [mailto:[EMAIL PROTECTED] Namens cdlmalherbe01
>  Verzonden: woensdag 24 augustus 2005 18:37
>  Aan: development-axapta@yahoogroups.com
>  Onderwerp: [development-axapta] Carriage Return in SysMailer body
>
>
>
>  Hi all,
>
>  I used to send email notifications using sqlmail but adapted some
>  code found on this forum to great effect.(thanks a lot!)
>
>  The challenge is to have each "line" in messageBody appear as a
>  separate row in the email's body section when it arrives at the
>  intended recipient.
>
>  Suffixing "num2char(13)+num2char(10)" doesn't seem to work(it
> does
>  work when writing out to a file).
>
>  Neither \r nor \n seems to work.
>
>  Any suggestions will be much appreciated!
>
>  Regards,
>
>  Christoph Malherbe
>
>  *** code segment 
>  static void SendMail(Args _args)
>  {
>  SysEMailBatch mailer;
>  str messageBody = '';
>  str cRLF=num2char(13)+num2char(10);
>  ;
>  messageBody = 'api_id:805399' + cRLF;
>  messageBody = messageBody + 'user:cdlmalherbe' + cRLF;
>  messageBody = messageBody + 'password:' + cRLF;
>  messageBody = messageBody + 'to:[EMAIL PROTECTED]' + cRLF;
>  messageBody = messageBody + 'text:test email + cRLF;
>
>  mailer = SysEmailBatch::construct();
>
>  mailer.parmEmailAddr("[EMAIL PROTECTED]");
>
>  mailer.parmMessageBody(MessageBody);
>
>  mailer.parmSenderAddr("[EMAIL PROTECTED]");
>
>  mailer.run();
>
>  }
>
>
>
>
>
>
>
>    _
>
>  YAHOO! GROUPS LINKS
>
>
>
>  *   Visit your group "development-axapta
>   " 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.
>
>
>
>    _
>
>
>
>  [Non-text portions of this message have been removed]
>
>
>
>
>
> SPONSORED LINKS
>    Computer part   Programming
> languages   Microsoft axapta
>
> Support exchange
>  YAHOO! GROUPS LINKS
>  Visit your group "development-axapta" 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.
>


Regards,

Christoph Malherbe
Solutions Architect
xpedia consulting (pty) ltd
office: +27 (0) 12 667 2970
fax: +27 (0) 12 667 2973
mobile: +27 (0) 82 805 0776










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" 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.



  









RE: [development-axapta] Carriage Return in SysMailer body

2005-08-25 Thread Pascal




Hi Christoph,

 

Have you already tried this? :

 

messageBody = messageBody + strFmt("%1%2", "user:cdlmalherbe",
num2char(10)); ?

 

or

 

messageBody = messageBody + strFmt("%1%2", "user:cdlmalherbe", '/n'); ?

 

 

with kind regards,

 

Pascal

 

http://www.axapta-links.com   - The startpage
for Axapta !

 

 

 





 

  _  

Van: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] Namens cdlmalherbe01
Verzonden: woensdag 24 augustus 2005 18:37
Aan: development-axapta@yahoogroups.com
Onderwerp: [development-axapta] Carriage Return in SysMailer body

 

Hi all,

I used to send email notifications using sqlmail but adapted some 
code found on this forum to great effect.(thanks a lot!)

The challenge is to have each "line" in messageBody appear as a 
separate row in the email's body section when it arrives at the 
intended recipient.

Suffixing "num2char(13)+num2char(10)" doesn't seem to work(it does 
work when writing out to a file).

Neither \r nor \n seems to work.

Any suggestions will be much appreciated!

Regards,

Christoph Malherbe

*** code segment 
static void SendMail(Args _args)
{
SysEMailBatch mailer;
str messageBody = '';
str cRLF=num2char(13)+num2char(10);
;
messageBody = 'api_id:805399' + cRLF;
messageBody = messageBody + 'user:cdlmalherbe' + cRLF;
messageBody = messageBody + 'password:' + cRLF;
messageBody = messageBody + 'to:[EMAIL PROTECTED]' + cRLF;
messageBody = messageBody + 'text:test email + cRLF;

mailer = SysEmailBatch::construct();

mailer.parmEmailAddr("[EMAIL PROTECTED]");

mailer.parmMessageBody(MessageBody);

mailer.parmSenderAddr("[EMAIL PROTECTED]");

mailer.run();

}







  _  

YAHOO! GROUPS LINKS 

 

*   Visit your group "development-axapta
 " 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. 

 

  _  



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









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" 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.