[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=msk=Computer+partw1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yLpvcLTIDJ5FTkRJGsO11w
 
 Programming
 languages
 http://groups.yahoo.com/gads?t=msk=Programming+languagesw1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=cuhEClK4dU4wapXFmKisbQ
 
 Microsoft
 axapta
 http://groups.yahoo.com/gads?t=msk=Microsoft+axaptaw1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yfeG_U6QaLfPOZZIud02Fg
 
 Support
 exchange
 http://groups.yahoo.com/gads?t=msk=Support+exchangew1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=hy8yRGMzrmxdphyITTUeqA
 
 --
 YAHOO! GROUPS LINKS


 - Visit your group
 development-axaptahttp://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
 Servicehttp://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] Re: SysQueryForm

2006-05-02 Thread Faisal Hussain



--- In development-axapta@yahoogroups.com, Faisal Hussain
[EMAIL PROTECTED] wrote:

 If you press Ctrl+P an AutoReport Dialog appear on screen after you
 select the select menu button sysqueryform appears. I would like to
 modify the Range setting from value1..value2 for any field to
 appear as two commbo boxes and lower limit and higher limit. How it
 can be possible ??? ANY ONE HAS ANY IDEA PLEASE HELP ME!
 
 Faisal


Hi, 
I have got the answer thanks.











  
  
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] Processing cube

2006-05-02 Thread Jérémie Blanchette



Hi Ivan,

The problem comes from a range that you probably have on your datasource. Just put the numeric value instead of the text of the enum and it should be OK.

Jeremie

-Message d'origine-
De : development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de ivarayag
Envoyé : 27 avril 2006 15:30
À : development-axapta@yahoogroups.com
Objet : [development-axapta] Processing cube

Hi everybody

The method Process in object COM of clase_cube gave back to the 
error code 0x80040076(desconocido)lo that means: Syntax error when 
turning the value of varchar Order of sale for a column of data type 
int.;22018 

Thanks to all

Iván Araya G.







 
Yahoo! Groups Links



 









  
  
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] Passing contents of datasource to another form

2006-05-02 Thread Thomas Turney



Hello all,

 

 We have a large table that serves as the datasouce for one of our forms.
The form has a lot of edits and tabs so a request was made to possibly
divide the form into several smaller forms. Many of the fields are never
filled in, depending on the order, and they want to have buttons on the side
of the main form to call up other forms to fill in those fields. Since all
of the data shared between all the forms would be from the same table, how
can I pass, and return, the datasouce record between the forms?

 

Regards,

Tom T.



[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] Problem in Document Handling

2006-05-02 Thread compashi1



Hi,

 I have a problem in attaching a document to a record in Axapta 
3.0. I set Basic à Setup à Document Management à Document Types à 
General à Document Location to `Database'. But when I try to attach 
a document , it throws an error The file cannot be saved in the 
database as it is currently locked. But the `Attached' status is 
checked to true and I am able to open the file again but the 
location from which it loads seems to be C:\Documents 
Settings\...\

My question is why is that I am getting this error?
If it is stored in database what's the table I should be looking for?
What other tables need to be modified?
Is there a way to do this programmatically?

Any help or pointer to the above problem is highly appreciated. If 
you have any query or explanation please let me know.

 

Thanks,

ashish singh

 












  
  
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] Rectangle values

2006-05-02 Thread mark.henriksen



Hi!
To do I got a strange message from Axapta. I was working in the 
project module, an d suddenly I gor the folowing message Rectangle 
values Are Invalis.
I have not been able to locate any information regarding this error 
and hop that any of you now what it means!.

Best regards 
Mark











  
  
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] Sharing a saved query

2006-05-02 Thread Martin Sujkowski



hello,
does anyone know if it is possible to allow users to freely share 
their saved queries with each other?
Any help is greatly appreciated.










  
  
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] 1000 C,C++,RDBMS,Unix,OS Interview Questions And Answers

2006-05-02 Thread preetyzinta1981



1000 C,C++,RDBMS,Unix,OS Interview Questions And Answers
I have listed over 1000 C,C++,RDBMS,Unix,OS questions and answers 
 in my website
http://www.geocities.com/online_learning_qa
So please have a look and make use of it.










  
  
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] Long time opening form - user settings problem

2006-05-02 Thread James Flavell



Is it slow everytime they open the form or just the first time after login?
If so then maybe there is some table being loaded into the local cache for
that users setup
 
Do the users have exactly the same access rights?
 
 
 

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Agus Riyadi
Sent: 02 May 2006 13:13
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Long time opening form - user settings problem


Dear All,


I have a user that takes a very long time (  1 mins) to open production
order form, while another user with the same user group has no problem.
I think something wrong with user settings because when I put a breakpoint
(which then system ignore user settings), then this user can normally open
the form.
But I don't know how to find what user customization that cause this
trouble. I opened usage data but it only show collected values as container
of number that explains nothing.

Could some one give a clue on this ? Thanks in advance.

Regards,

Agus


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






SPONSORED LINKS 
Computer
http://groups.yahoo.com/gads?t=msk=Computer+partw1=Computer+partw2=Progr
amming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yLpvc
LTIDJ5FTkRJGsO11w part  Programming
http://groups.yahoo.com/gads?t=msk=Programming+languagesw1=Computer+part
w2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.s
ig=cuhEClK4dU4wapXFmKisbQ languages  Microsoft
http://groups.yahoo.com/gads?t=msk=Microsoft+axaptaw1=Computer+partw2=Pr
ogramming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yf
eG_U6QaLfPOZZIud02Fg axapta  
Support
http://groups.yahoo.com/gads?t=msk=Support+exchangew1=Computer+partw2=Pr
ogramming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=hy
8yRGMzrmxdphyITTUeqA exchange  

 _ 

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]
mailto:[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]








  
  
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] CUS layer Problem - Urgent

2006-05-02 Thread vk



Hi,
 
 I did the set of reports in CUS layer.after that i have copyed the cus layer objects  lable files and put it into my client main server(live server).while i am running the reports the error is occured, the error is given below
 
 Insufficient rights to execute method main
 Insufficient rights to execute method main
 Error executting code : outstandingAgingReport objects does not have method 
 'main'
 
 Stack trace :
 (c) \ classes\outstandingAgingReport\main
 (S) \ classes\MenuFunction\runServer
 
 but in my class outstanding aging report having the main method. why should come this error.
 how to overcome this problem. anyone give me the solution.
 
 Thanks in advance..
 regards,
 vijay

Send instant messages to your online friends http://uk.messenger.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.



  









[development-axapta] Is Triggers and Procedures are available in Axapta

2006-05-02 Thread premkumarm



Hi,

I would like to create a back end Triggers and Procedures in Axapta
attached database(back end SQL Server)

Please any one help me in this regard.

with thanks
M.Premkumar











  
  
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.