[development-axapta] Re: Development IV

2006-01-30 Thread jetjockey.geo





 Thanks for the assistance.

>  On the other hand maybe you want to work your way through
Development I - III first?

 The frustrating thing is that I have!

    Cheers,

  Gary.

--- In development-axapta@yahoogroups.com, "Andrae, Tobias"
<[EMAIL PROTECTED]> wrote:
>
> Hi Gary,
> the problen in this special case is that you try to do a select with
an open string - which is not allowed in Axapta
> use 
>  
> ItemID strItemID 
>  
> as declaration and it should work.
>  
>  On the other hand maybe you want to work your way through
Development I - III first?
>  
> Best regards, Tobias
> 
> 
> 
> Von: development-axapta@yahoogroups.com im Auftrag von jetjockey.geo
> Gesendet: So 22.01.2006 04:04
> An: development-axapta@yahoogroups.com
> Betreff: [development-axapta] Development IV
> 
> 
> 
> 
>  Hi guys,
> 
> I'm working towards the development cerification. My company has given
> me the MBS Axapta 3.0 training manuals and I'm trying to create the
> POS application in ch 1. If anyone can point me to a copy of
> ax30_enit_deviv_02.xpo, which I haven't received, that would be ideal.
> Failing that, I'm tring to retrieve a record from a table when the
> Sales ID is entered, with the following code in the Leave() function
> of the StringEdit control:
> 
> str strItemId;
> ;
> ret = super();
> 
> strItemId = hndItemId.toString();
> select firstonly SalesTable where SalesTable.SalesId == strItemId;
> 
> which generates an error:
> 
> Container and unbounded string (text) fields are not allowed in a
> WHERE _expression_.
> 
> I've tried various other methods, too but can't make anything work.
> Any suggestions about how to do this would be appreciated.
> 
>  Thanks,
> 
>    Gary.
> 
> 
> 
> 
> 
> 
> 
> 
> 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.



  









RE: [development-axapta] Re: Axapta Product Builder Question

2006-01-30 Thread Gökhan Can
Hi

When you configure a PB modeled item on sales order Axapta keeps the record
in PBATableInstance table according to the inventtransid of that
salesorderline and when you try to configure same salesorderline Axapta
reloads the previous configuration automatically.
We had a product model over 500 variables and it just works fine.

Bu you need to aware of pre and post validation rules because 
Axapta run those rules when you try to configure same model which you
configured before and because of those rules sometimes the selections can 
be empty like not selected.But in SP3 there was a bug for calcelling a
product model does not keep the data that entered till this moment.

But if you make an development and add a buton on the form which does save
the selections to PBATableInstance table prepostvalue field , next time when
a user try to configure same model will have the saved selections.


Gökhan Can
Yazılım Mühendisi | MCP Axapta Production, Product Builder

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of kevin murray
Sent: Monday, January 30, 2006 3:19 PM
To: development-axapta@yahoogroups.com
Subject: Re: [development-axapta] Re: Axapta Product Builder Question

  The Product Builder (in 3.0 anyway) in my opinion is a bit buggy, you
could do it but the maintainence will be an interesting experience for you. 
  Kevin
  



stanfvaninger <[EMAIL PROTECTED]> wrote:
  Thanks for your reply. That's good to know. 

What I really need is the ability to save all of the selections made 
by the user in the configuration user dialog and be able to reload 
them into the product Builder in a subsequent user session. Is that 
in the realm of possibility? 

Our models will be quite complex with 7 or 8 modelling groups with 
well over a hundred variables and we need to be able to edit a 
previous session without having to re-enter all the selections and 
values. Have you ever seen that sort of thing done with the Product 
Builder?



--- In development-axapta@yahoogroups.com, kevin murray 
<[EMAIL PROTECTED]> wrote:
>
> You can certainly save it as a sales order quote or journal...use a 
naming convention to  track. 
>   Kevin
> 
> stanfvaninger <[EMAIL PROTECTED]> wrote:
>   Our company is just in the process of setting up, populating 
tables, 
> and doing training on Axapta. It will be several months before we 
go 
> live.The two consultants that are working with us do not have very 
> much knowledge of the Axapta Products Builder.
> 
> We are a manufacturing company and would like to use the Product 
> Builder to do estimates and quotes on new products. An important 
> requirement is that we be able to save the results of a user 
session 
> of the Product Builder to a table so that it can be edited in the 
> future. 
> 
> Our estimaters have to gather a lot of data and frequently begin 
> working on an estimate before all the data has been accumulated. 
They 
> need the ability to save a user session and return to it at any 
time 
> to enter additional data and/or edit existing information. They 
will 
> normally not need to generate the BOM and Route until all the data 
> has been entered and verified. I anticipate that they will need the 
> ability to copy an existing configuration to a new configuration 
and 
> then make some changes to the new configuration in order that the 
> costs of the two can be compared.
> 
> I am not talking about the product models; I understand that these 
> are permanently saved (until they are deliberately deleted). What 
we 
> will need is the ability to keep the results of running the 
> configuration user dialog for one of the products models and be 
able 
> to edit the data previously entered.
> 
> Is this possible with the Axapta Product Builder?
> 
> Thanks very much in advance.
> 
> 
> 
> 
> 
> 
> 
> 
> -
>   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. 
> 
> 
> -
>   
> 
>   
> 
> 
> 
> -
> Bring words and photos together (easily) with
>  PhotoMail  - it's free and works with Yahoo! Mail.
> 
> [Non-text portions of this message have been removed]
>









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


-
  





-
 
 What are the most popular cars? Find out at Yahoo! Autos 

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





 
Yahoo! Groups Links



 







 
Yahoo! Groups Links

RE: [development-axapta] Addition of new field in custtable and salestable

2006-01-30 Thread Jens Strandberg




Hi,

Take a look at the class SalesLineType. This should give you an idea.

/Jens

-Oprindelig meddelelse-
Fra: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] vegne af maltmega
Sendt: 30. januar 2006 15:30
Til: development-axapta@yahoogroups.com
Emne: [development-axapta] Addition of new field in custtable and
salestable


Hi,

I have created a new field called RPD in custtable and salestable of
stringedit type. This field is an additional identificaton for the
customer and dont have any other impact.

The values for RPD in cust table will be unique.

I want the RPD field to be there in SalesForm header and sales line
and to be saved in salestable and salesline.

I have included that in the design in sales header and salesline.

When i create a new sales order how can i get value for RPD from
custtable for the corresponding customer and display in salesform
header and salesline.

In which forms, classes, i have to make changes.


Regards,

Malters.









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.



  









Re: [development-axapta] Re: Axapta Product Builder Question

2006-01-30 Thread kevin murray




  The Product Builder (in 3.0 anyway) in my opinion is a bit buggy, you could do it but the maintainence will be an interesting experience for you. 
  Kevin
  



stanfvaninger <[EMAIL PROTECTED]> wrote:
  Thanks for your reply. That's good to know. 

What I really need is the ability to save all of the selections made 
by the user in the configuration user dialog and be able to reload 
them into the product Builder in a subsequent user session. Is that 
in the realm of possibility? 

Our models will be quite complex with 7 or 8 modelling groups with 
well over a hundred variables and we need to be able to edit a 
previous session without having to re-enter all the selections and 
values. Have you ever seen that sort of thing done with the Product 
Builder?



--- In development-axapta@yahoogroups.com, kevin murray 
<[EMAIL PROTECTED]> wrote:
>
> You can certainly save it as a sales order quote or journal...use a 
naming convention to  track. 
>   Kevin
> 
> stanfvaninger <[EMAIL PROTECTED]> wrote:
>   Our company is just in the process of setting up, populating 
tables, 
> and doing training on Axapta. It will be several months before we 
go 
> live.The two consultants that are working with us do not have very 
> much knowledge of the Axapta Products Builder.
> 
> We are a manufacturing company and would like to use the Product 
> Builder to do estimates and quotes on new products. An important 
> requirement is that we be able to save the results of a user 
session 
> of the Product Builder to a table so that it can be edited in the 
> future. 
> 
> Our estimaters have to gather a lot of data and frequently begin 
> working on an estimate before all the data has been accumulated. 
They 
> need the ability to save a user session and return to it at any 
time 
> to enter additional data and/or edit existing information. They 
will 
> normally not need to generate the BOM and Route until all the data 
> has been entered and verified. I anticipate that they will need the 
> ability to copy an existing configuration to a new configuration 
and 
> then make some changes to the new configuration in order that the 
> costs of the two can be compared.
> 
> I am not talking about the product models; I understand that these 
> are permanently saved (until they are deliberately deleted). What 
we 
> will need is the ability to keep the results of running the 
> configuration user dialog for one of the products models and be 
able 
> to edit the data previously entered.
> 
> Is this possible with the Axapta Product Builder?
> 
> Thanks very much in advance.
> 
> 
> 
> 
> 
> 
> 
> 
> -
>   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. 
> 
> 
> -
>   
> 
>   
> 
> 
> 
> -
> Bring words and photos together (easily) with
>  PhotoMail  - it's free and works with Yahoo! Mail.
> 
> [Non-text portions of this message have been removed]
>








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

    
-
  




    
-
 
 What are the most popular cars? Find out at Yahoo! Autos 

[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] Product Builder Transfers

2006-01-30 Thread kevin murray




I would like to do a survey of what everyone else is using to transfer Product Builds from one Axapta instance to another...are people using data definition transfers, the export/import capability within Product Builder, just redoing the code?
   
  I ask because we've been experiencing problems. 
  Thanks,
  Kevin

      
-
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.

[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] Addition of new field in custtable and salestable

2006-01-30 Thread maltmega




Hi,

I have created a new field called RPD in custtable and salestable of 
stringedit type. This field is an additional identificaton for the 
customer and dont have any other impact.

The values for RPD in cust table will be unique.

I want the RPD field to be there in SalesForm header and sales line 
and to be saved in salestable and salesline.

I have included that in the design in sales header and salesline.

When i create a new sales order how can i get value for RPD from 
custtable for the corresponding customer and display in salesform 
header and salesline.

In which forms, classes, i have to make changes. 


Regards,

Malters.









  




  
  
  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: AW: [development-axapta] date lookup

2006-01-30 Thread byteway




Thanks! 

 "Andrae schrijft: 
> hello,
> it is far, far easier just go to the Extended Data Type which you want to use and set the "formhelp" property to "sysdateLookup" - thats all.
>  
> Tobias
> 









  
  
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] Can Install Axapta 3.0 With SQL Server 2005??

2006-01-30 Thread Kiran Vijay




Hi christoph,

That is a useful information.. I was looking for the SQL Server rollup... :)

Thanks
Kian

On 1/26/06, Christoph Malherbe <[EMAIL PROTECTED]> wrote:
>
> Hi Kian,
>
> MS has released a "rollup" for Ax3 which addresses a few bugs report; It
> also provides for compatibility with SQL2005. Look on Partnersource for
> the
> install.
>
> Regards,
>
> Christoph
>
> -Original Message-
> From: development-axapta@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Kiran Vijay
> Sent: 26 January 2006 10:04 AM
> To: development-axapta@yahoogroups.com
> Subject: [development-axapta] Can Install Axapta 3.0 With SQL Server
> 2005??
>
> Hi All,
> Can I install Axapta as SQL Server 2005 as backend...??
>
> I tried it , At the time of AOS installation, I created a DB, and AOS
> installed successfully.
>
> But I'm not able to find that Database in the back end.. MoreOver Axapta
> is
> not working.. It is throwing a SQL Error at the start up of Axapta... Is
> this a error due to the incompatibility to SQL Server 2005??
>
> Can any one help me out??
>
> Thanks
> Kian
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
> 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]<[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



   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] Calling Report From a Button

2006-01-30 Thread niphawan sungnoi




hi pieter m
   
   Will you can drag report object to menuitem display and define label on this menuitem , so dray this menuitem to you form.
  If you click a new button this report is show .
   
   from 
  nip
  

pieter m <[EMAIL PROTECTED]> wrote:
  Hi,
Maybe you can use ReportRun class.

roop_anand <[EMAIL PROTECTED]> wrote: Hi , 
    I need help regarding How to call a Report from a button Click 
event? 

I have a form where i have OK and cancel button and a menu item Button 
where i have set the properties to display a report .

When i click on the menu item button it takes values from the grid and 
displays the report.
i want the same thing to be done in the click event of a button. Do any 
have code to do this.

Thanks in advance.

Regards,

Rob






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

    
-


 



Cheers,



Pieter M
    
-

What are the most popular cars? Find out at Yahoo! Autos 

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

    
-
  

  


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] Opening a for m through code

2006-01-30 Thread V G




Hi

I am trying to open a form through code and click on the button on the
form.I am able to do till here but the problem is that I am unable to get
hold of the sysQueryForm which is opened by clicking the button on the first
form.I want to get hold of that form and set some range in the sysqueryform
and click ok button on the sysqueryform.
Can anyone help me out

Thanks in advance


[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: Axapta Product Builder Question

2006-01-30 Thread stanfvaninger




Thanks for your reply. That's good to know. 

What I really need is the ability to save all of the selections made 
by the user in the configuration user dialog and be able to reload 
them into the product Builder in a subsequent user session. Is that 
in the realm of possibility? 

Our models will be quite complex with 7 or 8 modelling groups with 
well over a hundred variables and we need to be able to edit a 
previous session without having to re-enter all the selections and 
values. Have you ever seen that sort of thing done with the Product 
Builder?



--- In development-axapta@yahoogroups.com, kevin murray 
<[EMAIL PROTECTED]> wrote:
>
> You can certainly save it as a sales order quote or journal...use a 
naming convention to  track. 
>   Kevin
> 
> stanfvaninger <[EMAIL PROTECTED]> wrote:
>   Our company is just in the process of setting up, populating 
tables, 
> and doing training on Axapta. It will be several months before we 
go 
> live.The two consultants that are working with us do not have very 
> much knowledge of the Axapta Products Builder.
> 
> We are a manufacturing company and would like to use the Product 
> Builder to do estimates and quotes on new products. An important 
> requirement is that we be able to save the results of a user 
session 
> of the Product Builder to a table so that it can be edited in the 
> future. 
> 
> Our estimaters have to gather a lot of data and frequently begin 
> working on an estimate before all the data has been accumulated. 
They 
> need the ability to save a user session and return to it at any 
time 
> to enter additional data and/or edit existing information. They 
will 
> normally not need to generate the BOM and Route until all the data 
> has been entered and verified. I anticipate that they will need the 
> ability to copy an existing configuration to a new configuration 
and 
> then make some changes to the new configuration in order that the 
> costs of the two can be compared.
> 
> I am not talking about the product models; I understand that these 
> are permanently saved (until they are deliberately deleted). What 
we 
> will need is the ability to keep the results of running the 
> configuration user dialog for one of the products models and be 
able 
> to edit the data previously entered.
> 
> Is this possible with the Axapta Product Builder?
> 
> Thanks very much in advance.
> 
> 
> 
> 
> 
> 
> 
> 
> -
>   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. 
> 
> 
> -
>   
> 
>   
> 
> 
>     
> -
> Bring words and photos together (easily) with
>  PhotoMail  - it's free and works with Yahoo! Mail.
> 
> [Non-text portions of this message have been removed]
>










  




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

2006-01-30 Thread Sergey Siroklin (SIRS.RU)




Hello!

Did anybody use TaxWorkRegilation?

How it works?









  
  
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] Consultation OLAP

2006-01-30 Thread ivarayag




Hi all

I need to make consultation, which will have to compare that the date 
of today is smaller to the date than contains the field of the base, 
this to make a measurement calculates. How I can do this, can be done 
this? 

Thanks

I hope help me

Ivan








  




  
  
  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] using demension field in query range value

2006-01-30 Thread Vikas Garg




Hi,

I have following code to add range on dimension field in some datasource but
I am not able to assign range value to this field

 

QueryBulidRange   qbrDimension;

Dimension dims;

;

Dims =  someSource of input;

qbrDimension    =
abc_ds.query().dataSourceTable(tableNum(abc)).addRange(fieldNum(abc,
Dimension));

qbrDimension.value(Dims);

 

above code always give error.

 

Please tell me, how we can add values against the QueryBuildRange for
dimension field in some datasource. As dimension field always has some no of
array element and assigning whole edt in one go gives an error. So' what is
exact way to assign proper values to each and every array element of
dimension field.

 

Thanks

 

Vikas Garg

 

 

 



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






  




  
  
  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] Re: Unit testing tool

2006-01-30 Thread Steeve Gilbert




Hi!

I've looked at Test Complete to see if it could help us with test and was wondering if it's really what you use to run automated test in Axapta?  It looks like it's a lot of work to build some basic test case.  Do you run automated test in Axapta at all?  Almost 3 years now that we develop in Axapta and we've lived fine without automated test so far.  In what situation do you recommend using automated test?

Thanks for the info.

Steeve... 


-Message d'origine-
De : development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de byteway_so
Envoyé : 19 janvier 2006 04:55
À : development-axapta@yahoogroups.com
Objet : [development-axapta] Re: Unit testing tool

I have used these tools and must say that they are very handy for 
automated testing: http://www.automatedqa.com/mydownloads/tc_ent.asp

/b


--- In development-axapta@yahoogroups.com, V G <[EMAIL PROTECTED]> 
wrote:
>
> Hello
> 
> Can anyone let me know if there is a unit testing tool available 
for axapta
> like JUnit.
> 
> Thanks
> 
> 
> [Non-text portions of this message have been removed]
>








 
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] query with or array field

2006-01-30 Thread Agus Riyadi




Dear All,

There have been a lot of discussion about query with or, but I don't 
find one that address to array field.

I have a query like this, which I need to change it to a query 
object :

select prodtable where prodtable.dimension[1] == 'admin'
    || prodtable.dimension[2] == 'fina';

I tried this job to buid a query object :

static void job11(Args _args)
{

    ProdTable   ProdTable;
    QueryBuildDataSource    ds;
    Query   q;
    QueryRun    qr;
    QueryBuildRange range;
    Str strRange;
    ;
    
    q = new Query();
    ds = q.addDataSource(tablenum(ProdTable));
    range = ds.addRange(fieldnum(ProdTable,Dimension));

    strRange = strfmt('(%1 == "%2") || (%3 == "%4")',
    'dimension[1]','admin',
    'dimension[2]','fina');

    range.value(strRange);

    qr = new QueryRun(q);

    while(qr.next())
    {
    PRODTABLE = qr.getNo(1);
    info(prodTable.ProdId);
    }

}

But an error raised :

Query extended range failure: Right parenthesis expected near pos 0.


Can anyone give a clue to correct that code, or there any 
alternatives ?
Thanks for any comments.


Regards,

Agus













  
  
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] Can Install Axapta 3.0 With SQL Server 2005??

2006-01-30 Thread Malcolm Burtt




Hi Andrew
 
Its an Axapta kernel roll up. There's some bug fixes and performance
improvements in it as well as being SQL Server 2005 certified. Axapta
may well have worked against SQL Server 2005 before now, but the roll up
is "certified" to work.
 
Regards
 
Malcolm

  _  

From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Staples
Sent: 26 January 2006 17:21
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Can Install Axapta 3.0 With SQL Server
2005??


Malcom,

Are your referring to an Axapta rollup, an OS patch, or an SQL 2005
rollup?
The reason I ask is that we got Axapta 3.0 sp4 to work with SQL2005 and
XP
SP2 some months ago without problemswe are just now trying it on
Server
2003.

Andrew 

> -Original Message-
> From: development-axapta@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Burtt
> Sent: Thursday, January 26, 2006 4:37 AM
> To: development-axapta@yahoogroups.com
> Subject: RE: [development-axapta] Can Install Axapta 3.0 With 
> SQL Server 2005??
> 
> Hi Kian
> 
> The new Kernel Roll Up 1, released last week, provides SQL Server 2005
> compatibility.
> 
> Regards
> 
> Malcolm Burtt 
> Touchstone 
> Our Trusted Solutions - Your Optimised Business
> 
> 
> 
>   _  
> 
> From: development-axapta@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Kiran Vijay
> Sent: 26 January 2006 08:04
> To: development-axapta@yahoogroups.com
> Subject: [development-axapta] Can Install Axapta 3.0 With SQL Server
> 2005??
> 
> 
> Hi All,
> Can I install Axapta as SQL Server 2005 as backend...??
> 
> I tried it , At the time of AOS installation, I created a DB, and AOS
> installed successfully.
> 
> But I'm not able to find that Database in the back end.. 
> MoreOver Axapta
> is
> not working.. It is throwing a SQL Error at the start up of 
> Axapta... Is
> this a error due to the incompatibility to SQL Server 2005??
> 
> Can any one help me out??
> 
> Thanks
> Kian
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> 
> 
> SPONSORED LINKS 
> Computer part
>  +part&w2=P
> rogramming+languages&w3=Microsoft+axapta&w4=Support+exchange&c
> =4&s=90&.s
> ig=yLpvcLTIDJ5FTkRJGsO11w>    Programming languages
>  Computer+p
> art&w2=Programming+languages&w3=Microsoft+axapta&w4=Support+ex
> change&c=4
> &s=90&.sig=cuhEClK4dU4wapXFmKisbQ>    Microsoft axapta
>  ter+part&w
> 2=Programming+languages&w3=Microsoft+axapta&w4=Support+exchang
> e&c=4&s=90
> &.sig=yfeG_U6QaLfPOZZIud02Fg>    
> Support exchange
>  ter+part&w
> 2=Programming+languages&w3=Microsoft+axapta&w4=Support+exchang
> e&c=4&s=90
> &.sig=hy8yRGMzrmxdphyITTUeqA>    
> 
>   _  
> 
> YAHOO! GROUPS LINKS 
> 
> 
>   
> *  Visit your group "development-axapta
>  " on the web.
> 
> *  To unsubscribe from this group, send an email to:
>   [EMAIL PROTECTED]
> 
> =Unsubscri
> 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 LINKS 
> 
> 
>   
> *  Visit your group "development-axapta 
>  " on the web.
> 
> *  To unsubscribe from this group, send an email to:
>   [EMAIL PROTECTED] 
> 
> =Unsubscribe> 
> 
> *  Your use of Yahoo! Groups is subject to the Yahoo! 
> Terms of Service  . 
> 
> 
> 
> 
> 
> 
> 
> Spam 
>  cacac49ddf> 
> Not spam 
>  cacac49ddf> 
> Forget previous vote 
>  cacac49ddf> 
> 
> 





  _  

YAHOO! GROUPS LINKS 


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









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta