RE: [Axapta-Knowledge-Village] Container and unbounded string fields error

2007-09-07 Thread Michael Fruergaard Pontoppidan
You will have to change _param1 from a str to a string type with a fixed 
length, ie an Extended Data Type, or str 10.

Michael

From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of ricardodegouveia
Sent: 7. september 2007 10:32
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Container and unbounded string fields error


Hi how do you fix the Container and unbounded string(text)fields are
not allowed in a WHERE expression error?

I created a method and pass in parameters:

1) void method1(str _param1,str _param2, str _param3)
2){
3) HRMVirtualNetworkTable hrmVirtualNetworkTable;
4) ;
5) select firstOnly forUpdate hrmVirtualNetworkTable
6) where hrmVirtualNetworkTable.reference == _param1;
7)}

i get the error on line (6). and i dont know why?

can anyone help please im desperate.
Thanking you in advance.
Ricardo



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



RE: [Axapta-Knowledge-Village] Visual Source safe, Team server and development

2007-09-07 Thread Michael Fruergaard Pontoppidan
Here is a blog post on the topic.
http://blogs.msdn.com/mfp/archive/2006/07/19/670689.aspx

Basically each developer needs a self-contained setup: Own DB, own AOS, own 
client.

Thanks,
Michael

From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of Per Jakobsen
Sent: 5. september 2007 17:17
To: axapta-knowledge-village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Visual Source safe, Team server and 
development


Hi

I just have a simple clarification question.
Does anybody have the recommended setup/best practice when it comes to using 
VSS and Team server.

Does each developer have to have their own AOS instance connected to their own 
application folder, or does the developers connect
to a domain development AOS and use the version control features.
kind regards
Per JakobsenVRSCR 
StreetRodhttp://www.motorcykelgalleri.dk/html/gal_visbil.asp?ID=8459

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



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



[Axapta-Knowledge-Village] Re: Continous running object in Ax

2007-09-07 Thread Steeve Gilbert
Check class Info or Application that can be reach thru the code 
with infolog. or appl..  If you want to store value you can use 
appl.globalCache().  Those will stay on until the session is closed (or 
the value is remove) and will only be available for the current session.

Steeve...

--- In Axapta-Knowledge-Village@yahoogroups.com, abhijit raje 
[EMAIL PROTECTED] wrote:

 Hi friends i wanna know which object is continously
 running in Ax so tat i can customize it to meet my requirements.
 
 

 


 Choose the right car based on your needs.  Check out Yahoo! Autos new 
Car Finder tool.
 http://autos.yahoo.com/carfinder/





[Axapta-Knowledge-Village] Re: How to change and get a criteria value in RunBaseBatch

2007-09-07 Thread Steeve Gilbert
How do you set a criteria on a table method?

--- In Axapta-Knowledge-Village@yahoogroups.com, chuiringo 
[EMAIL PROTECTED] wrote:

 Thank you for your reply..
 
 One more question in (1).
 If the query field(virtual field) is get from the table method. How 
 to do it.
 
 Thanks
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, Steeve Gilbert 
 steeve.gilbert@ wrote:
 
  Hi,
  
  1. You can get range value with this if you set range on 
  InventTable.ItemId :
  element.query().dataSourceTable(tableNum(InventTable)).rangeField
  (fieldNum(InventTable, ItemId))
  2. I don't think that is possible.  But if it is, I don't know 
how.
  
  regards,
  
  Steeve...
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, chuiringo 
  chuiringo@ wrote:
  
   Sorry, I am a beginner of axapter developer. I wrote some 
report 
  and 
   used ¡§qureyrun.get¡¨ function to get some needed recode to 
 output 
  to 
   *.tsv files.
   
   I want to now if somebody can help me 
   1. How to get a criteria value and write it to report header in 
  output 
   report file.
   2. How to change date format in the criteria field that is not 
in 
   windows regional setting.