Re: [development-axapta] Populate grid from StringEdit box

2006-05-09 Thread Cyrus Bharda



Do you mean filter the grid for what is in the StringEdit box?

Cy

On 5/9/06, mau.1000 <[EMAIL PROTECTED]> wrote:
>
> I am totally new to x++. I have a grid that needs to be populated from
> textboxes (StringEdit).
>
> Please, how should I do this?
>
>
>
>
>
>
>
>
>
>
>  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]<[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.



  









[development-axapta] Re: Benachrichtung zum +ANw-bermittlungsstatus (Fehlgeschlagen)

2006-05-02 Thread Cyrus Bharda



Found what the issue was, had to change the passing of he ProdId to
lowercase and hey presto, works fine.

Code changed was on the ProdRoute form, under the datasource, under Methods
on the ProdRoute table, added in strlwr(_prodRoute.prodId) into the three
methods, qtyHour, qtyError and qtyGood.

Cyrus

-- Forwarded message --
> From: "Cyrus Bharda" <[EMAIL PROTECTED]>
> To: development-axapta@yahoogroups.com
> Date: Fri, 28 Apr 2006 15:45:37 +1000
> Subject: [SPAM] [development-axapta] Production Route's Feedback Tab Issue
> Howdy all,
>
> I have searched through the archives and have not found anything
> helpful so wondering if anyone could shed some light on a small issue
> we are having.
>
> Open up the production orders form and then click on the route button,
> and then click on the feedback tab.
>
> On this tab is a grid with the operation number, priority, operation,
> good quantity, error quantity, hours and reported as finished.
>
> We upgraded from v2.5 to v3SP3 in early January. During this change we
> changed the production orders number sequences from starting with
> lowercase to uppercase, e.g. they were "wo123456" and now they new
> ones created after upgrading are "WO123456". We also added new
> operation numbers, but left the old ones there for historical
> purposes, but changed the routes to use the new operation numbers.
>
> This issue we are having is that the good quantity, error quantity and
> hours fields are not showing any data for routes that were created
> AFTER we upgraded from v2.5 to v3SP3, yet still shows the correct data
> for routes which were created in v2.5?
>
> These three fields basically total up the line values for that
> particular operation and displays it. I took a look and found that
> these three values are created by the methods qtyGood, qtyError &
> qtyHour on the ProdRoute Table. Upon further investigation they use
> the class ProdRouteTransCache. I have put breakpoints in and tried to
> see what is happening, but there is no obvious indication why this is
> happening. The only method I could not understand fully is the findOpr
> method on ProdRouteTrans. The if statement is beyond me. Took me a few
> seconds to find conFind in Google, but could not figure out what the
> recordCache.find is for? I then tried to look at the else statement
> and was further confused.
>
> Anyone got a couple of minutes to either try to explain this one to me
> or point me in the right direction?
>
> Thanks,
>
> Cy
>
>
>
>
>
>
>
>
> SPONSORED LINKS
>   Computer part<
> http://groups.yahoo.com/gads?t=ms&k=Computer+part&w1=Computer+part&w2=Programming+languages&w3=Microsoft+axapta&w4=Support+exchange&c=4&s=90&.sig=yLpvcLTIDJ5FTkRJGsO11w
> >
> Programming
> languages<
> http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Computer+part&w2=Programming+languages&w3=Microsoft+axapta&w4=Support+exchange&c=4&s=90&.sig=cuhEClK4dU4wapXFmKisbQ
> >
> Microsoft
> axapta<
> http://groups.yahoo.com/gads?t=ms&k=Microsoft+axapta&w1=Computer+part&w2=Programming+languages&w3=Microsoft+axapta&w4=Support+exchange&c=4&s=90&.sig=yfeG_U6QaLfPOZZIud02Fg
> >
>   Support
> exchange<
> http://groups.yahoo.com/gads?t=ms&k=Support+exchange&w1=Computer+part&w2=Programming+languages&w3=Microsoft+axapta&w4=Support+exchange&c=4&s=90&.sig=hy8yRGMzrmxdphyITTUeqA
> >
> --
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group
> "development-axapta<http://groups.yahoo.com/group/development-axapta>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]<
> [EMAIL PROTECTED]>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service<http://docs.yahoo.com/info/terms/>
>    .
>
>
> --
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>
>


[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] Production Route's Feedback Tab Issue

2006-04-30 Thread Cyrus Bharda



Howdy all,

I have searched through the archives and have not found anything
helpful so wondering if anyone could shed some light on a small issue
we are having.

Open up the production orders form and then click on the route button,
and then click on the feedback tab.

On this tab is a grid with the operation number, priority, operation,
good quantity, error quantity, hours and reported as finished.

We upgraded from v2.5 to v3SP3 in early January. During this change we
changed the production orders number sequences from starting with
lowercase to uppercase, e.g. they were "wo123456" and now they new
ones created after upgrading are "WO123456". We also added new
operation numbers, but left the old ones there for historical
purposes, but changed the routes to use the new operation numbers.

This issue we are having is that the good quantity, error quantity and
hours fields are not showing any data for routes that were created
AFTER we upgraded from v2.5 to v3SP3, yet still shows the correct data
for routes which were created in v2.5?

These three fields basically total up the line values for that
particular operation and displays it. I took a look and found that
these three values are created by the methods qtyGood, qtyError &
qtyHour on the ProdRoute Table. Upon further investigation they use
the class ProdRouteTransCache. I have put breakpoints in and tried to
see what is happening, but there is no obvious indication why this is
happening. The only method I could not understand fully is the findOpr
method on ProdRouteTrans. The if statement is beyond me. Took me a few
seconds to find conFind in Google, but could not figure out what the
recordCache.find is for? I then tried to look at the else statement
and was further confused.

Anyone got a couple of minutes to either try to explain this one to me
or point me in the right direction?

Thanks,

Cy








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



  









RE: [development-axapta] has been released!!!

2006-03-14 Thread Cyrus Bharda




Wow, good on you for talking the initiative!
 
I would love an english translation if/when you have time!
 
Cy


  _  

From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, March 13, 2006 4:12 PM
To: development-axapta
Subject: [development-axapta]  has been
released!!!



Dear All,
   I wrote a e-Book , which is my
summing-up of axapta development experience.
   but now, only chinese version is available, do you want me to translate
it to english verion?  if yes,please let me know, because i want to konw how
many people need it.

please download it in my websit www.qiuhao.com  . 

  thanks.

    
--
qhpeng
2006-03-13








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
 . 


  _  




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