[development-axapta] Re: Date problem in direct sql

2005-02-27 Thread Claudia Göries
Hi, this works: static void Job4711(Args _args) { Connection Con = new Connection(); Statement Stmt = Con.createStatement(); ResultSet R; str a,b,sql; transdate tarih1,tarih2; ; tarih1 = 01\06\2004; tarih2 = 03\06\2004; // SQL needs YYDDMM ! a= date2str(tarih1,312,2,3,2,3,4) ;

[development-axapta] LabelTabLeader

2005-02-27 Thread Ernst Meijer
Hello there Could anybody tell me if and how I can change ( by code perhaps ) the LabelTabLeader property of a reportfield , so it does not use ‘append….:’ , but a newly created ‘append:’ ( spaces instead of . ) Thx Ernst Meijer -- No virus found in this outgoing message. Checked by

RE: [development-axapta] Dynamic form changes possible?

2005-02-27 Thread James Flavell
HI Barry, Thanks for your help, I was under the impression the syssetup class was not called a record level so was looking at other places like Docu and Common (and am still poking around), thanks for the confirmation. I think maybe the group posting does not allow attached docs so could

[development-axapta] Product builder, how to execute user entered X++

2005-02-27 Thread James Flavell
Hi I am not a true X++ programmer and need some guideance to see how user entered X++ logic can be executed (like what can be done in the product builder). Is it need into some kind of AOT object or compiled and run on the fly? Is there performance issue to worry abut? Thanks James

[development-axapta] Where does recor dlevel security get checked?

2005-02-27 Thread James Flavell
Anyone can tell me where in the AOT I can see the record level security settings being checked and applied? I guess this might be a system class and off limits to me? Thanks James -Original Message- From: Bayliss, Barry [mailto:[EMAIL PROTECTED] Sent: 25 February 2005 17:00 To:

Re: [development-axapta] failed logins

2005-02-27 Thread Michael Troelsen
Hi, There is no way of doing this. You should put in a request to MBS https://mbs.microsoft.com/suggestion/suggestionlookup.aspx Regards Michael - Original Message - From: Matt Benic [EMAIL PROTECTED] To: Axapta Dev development-axapta@yahoogroups.com Sent: Friday, February 25,

[development-axapta] Getting a number from a number sequence

2005-02-27 Thread astro_viking
Hello, We are running Axapta 2.5. I am creating a new module and would like one of the filds in a form to be filled out with a number from a number sequence. I have created the sequence, an EDT, and a reference between the sequence and the EDT. Now my question is what code should I use

[development-axapta]

2005-02-27 Thread Rocco Giumelli
Hi All. I was Switching servers from a Play to a live and in the live environment When I access the webpage link I get this after logon AxaptaCOMConnector.Axapta.1 error '80042041' Error executing code: empty class object not initialised. Stack trace: \Classes\unknown\itemTxt

Re: [development-axapta] Product builder, how to execute user entered X++

2005-02-27 Thread Hemant Kumthekar
Hi James, There are lot of things you can do in the Product Builder X++ code , like you can check for the responses entered by user and calculate / manipulate data based on the input, if you see the nodes you can attache the If / else, Loop (for While) or X++ code. You can have array

Re: [development-axapta]

2005-02-27 Thread Frank Werner-Vohrer
Hi Rocco, I think you´ve restarted all the services, but did you mentioned the passwords? Are they all the samein all envoirements? Did you reboot the AOS-Server? Greatz Frank Rocco Giumelli [EMAIL PROTECTED] wrote: Hi All. I was Switching servers from a Play to a live and in the live

Re: RE : [development-axapta] Different invoice per CustGroup

2005-02-27 Thread David Castro Guzmán
SalesInvoice method changeDesign(); On Fri, 18 Feb 2005 08:03:02 -0500, Steeve Gilbert [EMAIL PROTECTED] wrote: First of all, make sure that CustInvoice is the right report, 'cause there's SalesInvoice that is also a customer invoice. You also have to consider that you can't change