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

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@y

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

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

2007-09-07 Thread ricardodegouveia
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 for