[Axapta-Knowledge-Village] Axapta 3.0 ASP-Webapplications in AX4.0

2007-05-10 Thread Morten Aasheim
framework originally made for 3.0, and now upgraded to 4.0 with new ASP scripts, working with the 4.0 Business connector. It also comes with some neat weblets for login etc. If this sounds interesting, please contact me. Regards, Morten Aasheim ([EMAIL PROTECTED]) System Consultant,

RE: [Axapta-Knowledge-Village] report as an attachment to mail

2006-05-30 Thread Morten Aasheim
PrintJobSettings printJobSettings; ;     printJobSettings= reportRun.printJobSettings(); ... See the EPSendDocument class. Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gopala

RE: [Axapta-Knowledge-Village] passing object as a parameter

2006-05-23 Thread Morten Aasheim
It's several ways to do this. You can use maps, lists, containers etc. You need to be more specific. Btw: This question should be in the dev-axapta forum. Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROT

RE: [Axapta-Knowledge-Village] AxaptaCOMConnector from C# with Memo Field

2006-05-19 Thread Morten Aasheim
Pass the string to a function in Axapta, which sets the value for you. Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish Singh Sent: 19. mai 2006 18:24 To: Axapta-Knowledge-Village

RE: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread Morten Aasheim
ol(control::NameOfControl); Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mallikarjun Gudidevuni Sent: 15. mai 2006 12:20 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowled

RE: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread Morten Aasheim
Take a look at the forms\InventJournalTable. The journal API is a very good example of how to interact with the forms using classes. Mvh, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dipankar Paul

RE: [Axapta-Knowledge-Village] Filtering record in form

2006-05-15 Thread Morten Aasheim
You have to make a custom lookup form. See LedgerTable::lookupAccountNum for example Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chuapatrickd Sent: 15. mai 2006 13:59 To: Axapta-Knowledge

RE: [Axapta-Knowledge-Village] SP3 & SP4 on same machine... Possible?

2006-01-16 Thread Morten Aasheim
Ofcourse, you can have all the apps on the same machine. 2.5, 3.0, all SP’s. Including clients.   I have an own Axapta folder where I keep all the different installations and shortcuts to start the different ones.   Regards, Morten Aasheim Peritus AS From: Axapta

RE: [Axapta-Knowledge-Village] Commerce Gateway and Biztalk 2004

2005-12-23 Thread Morten Aasheim
As far as I know, the commerce gateway only works with 2002 and earlier versions. Regards, Morten Aasheim Peritus AS -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mcohen112000 Sent: 23. desember 2005 01:54 To: Axapta-Knowledge

RE: [Axapta-Knowledge-Village] Web Radio Buttons

2005-11-10 Thread Morten Aasheim
You can put the code where the form is submitted. Ex button.clicked()   Regards, Morten Aasheim Peritus AS From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rocco Giumelli Sent: 10. november 2005 15:07 To: Axapta-Knowledge-Village

RE: [Axapta-Knowledge-Village] Re: Somthing cool - IO

2005-07-30 Thread Morten Aasheim
gt; sql = strFmt('void executesql(ProjTable projTable)\n{\nTable1 table1;\nTable2 Anyway, Thanks --- In Axapta-Knowledge-Village@yahoogroups.com, "Morten Aasheim" <[EMAIL PROTECTED]> wrote: > Here is a simple example (written in notepad): > > > > class F

RE: [Axapta-Knowledge-Village] Somthing cool - IO

2005-07-28 Thread Morten Aasheim
] Somthing cool - IO   hi Morten   very curious! What exactly are u doing over here (with the executequry())? Could u post some example?   regards   harry Morten Aasheim <[EMAIL PROTECTED]> wrote: I agree!   XppCompiler yes. That is a cool class! I have

RE: [Axapta-Knowledge-Village] Somthing cool - IO

2005-07-27 Thread Morten Aasheim
I agree!   XppCompiler yes. That is a cool class! I haven’t got that much experience with it, but I have used it to make some advanced queries for some forms. I am on of those guys who don’t like the Query object that much. I prefer using plain SQL. So I figured out if I used to some st

[Axapta-Knowledge-Village] RE: [Urgnet] SysDataBaseLog drop from Sql

2005-07-27 Thread Morten Aasheim
Use the ”delete_from table” syntax. Should be pretty fast.   Regards, Morten   From: Axapta-Knowledge-Village@yahoogroups.com [mailto:Axapta-Knowledge-Village@yahoogroups.com] On Behalf Of Cenk Ince Sent: 27. juli 2005 08:08 To: Axapta-Knowledge-Village@yahoogroups.com Subje

RE: [Axapta-Knowledge-Village] change login Image

2004-12-31 Thread Morten Aasheim
You have to use a resource-editor, as the picture is part of the .exe file.     Mvh, Morten  From: Mohammed Sadiq [mailto:[EMAIL PROTECTED] Sent: 30. desember 2004 10:52 To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] change login Image

RE: [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Morten Aasheim
In 3.0 you can also have continous strings. From developers handbook:   A new type of string literal has been added. Strings that are prefixed with the '@' character may span multiple lines. Thus: Str s = @”This is A multiline String”;     Regards, Morten  From: P

RE: [Axapta-Knowledge-Village] AOS required for Enterprise Portal?

2004-12-03 Thread Morten Aasheim
It is not recommended to have DB/IIS on the same server! This is a big security flaw. If you have a 3-tiered solution in use, a good thing is to place the IIS server in DMZ, and open the firewall for traffic to LAN on AOS port only. In the configuration file for EP, use -aos=[serverip]:

RE: Antwort: RE: [Axapta-Knowledge-Village] Axapta Enterprise Portal behind a Firewall

2004-10-28 Thread Morten Aasheim
First of all. 1433 Is the AOS port if you run in a 3-tiered environment. This is the only port you need then. You can specify any other port in the configuration file also. If you run in a 2-tiered environment, you have to open 1521, which is standard SQL-server port.   You don’t hav

RE: [Axapta-Knowledge-Village] X++ HELP!

2004-10-26 Thread Morten Aasheim
You can use Print table.field; and pause; to hold the console window. Use Axapta as a resource and search the forum for more information. Morten. -Original Message- From: Morris Mendoza [mailto:[EMAIL PROTECTED] Sent: 26. oktober 2004 11:20 To: [EMAIL PROTECTED] Subject: [Axapta-Know

RE: [Axapta-Knowledge-Village] Opening Axapta from a share with XP SP2

2004-09-23 Thread Morten Aasheim
quot; button where that could be set. So the solution is to talk to him and make ax32.exe one of the trusted programes.   Regards from Denmark,   Lars Brink e-Regnskab.dk   Fra: Morten Aasheim [mailto:[EMAIL PROTECTED] Sendt: 23. september 2004 11:09 Til: [EMAIL PROTECTED] Emne: [Axapta-

[Axapta-Knowledge-Village] Opening Axapta from a share with XP SP2

2004-09-23 Thread Morten Aasheim
Hi!   I’m opening Axapta from a network share. After installing XP SP2 I get this annoying “Open File - Security Warning” Does anyone know how to prevent this message from appearing?       Vennlig hilsen   Morten Aasheim Systemkonsulent  Peritus AS