[development-axapta] Re: Top margin changes by itself

2009-03-18 Thread Karsten Krabbes
Hi James, this is not a bug, its a feature :-) You face this problem everywhere in the windows world as the margins always depends on the actual printer driver and also on the hardware !. That means you should alway develop a report with the printer driver you want to use it with. If the positi

[development-axapta] Re: Client configuration not found

2007-09-18 Thread Karsten Krabbes
Configurations to start AX are stored in the USER registry. If you use run as, the system loads the registry of that user, loads the active AX configuration an starts it. In your case I assume you never logged in to windows as the new user and created a AX configuration . hth karsten --- I

[development-axapta] Re: Licence Key validation

2007-06-06 Thread Karsten Krabbes
The code for a licence is generated by Microsoft so you need to check with them how you can deploy new modules. In general the licence key is the base for the security system. Configuration keys depend on the licence key and Security Keys depends on Configuration Keys. Functions to check are: i

[development-axapta] Re: where DLL files exist

2006-04-03 Thread Karsten Krabbes
When you put the dll on the server, the dll is executed with the credentials of the NT-User that is running the AOS-Service / the User you set up in the server Configuration (run as). NOT as the user that is logged on to axapta. br karsten --- In development-axapta@yahoogroups.com, "Bayliss,

[development-axapta] Re: navigation buttons

2006-04-03 Thread Karsten Krabbes
Set tpe property 'ShowNavigationButtons' on the webgrid to 'YES' br karsten --- In development-axapta@yahoogroups.com, Paulius <[EMAIL PROTECTED]> wrote: > > let's say that customer wants to see a huge amount of > information in Enterprise protal. Of course the web > form gets wery long and t

Re: SV: SV: [development-axapta] Catching DB dupicate key erros

2005-10-26 Thread Karsten Krabbes
Hi Stefan, also its not possible to catch an error inside a tts loop ... br karsten --- In development-axapta@yahoogroups.com, "Thomas Jensen" <[EMAIL PROTECTED]> wrote: > > Hi Stefan > > Sorry, but actually the exception is caught when you catch Exception::Error. However the continue state

[development-axapta] Re: Importing external sales order

2005-07-08 Thread Karsten Krabbes
Please be aware, when creating new records in tables you should call two more methods before filling the fields: .clear() .. to make sure your new record is really empty. .initValue() .. the super() call here calls the recordtemplate function !! br Karsten --- In development-axapta@yahoogr

[development-axapta] Re: Missing or garbled compiler messages

2005-06-17 Thread Karsten Krabbes
Hi, check the settings in the user options ... got to tools - Options On TabPage General you find Infolog - Detail level if this is set to none ... you wil not see any warning, info or error !! ... so set it to all :-) br karsten --- In development-axapta@yahoogroups.com, "Raal Goff" <

[development-axapta] Re: Class Problems

2005-06-10 Thread Karsten Krabbes
Hi Raal, just use the right ClientVersion (AX32.exe) with the correct application The Method getFontInfo is introduced in SP3 ... so just use the right exe and your errors are gone :) br karsten --- In development-axapta@yahoogroups.com, "Raal Goff" <[EMAIL PROTECTED]> wrote: > Hi, >

[development-axapta] Re: Class Problems

2005-06-10 Thread Karsten Krabbes
One more thing ... since Sp3 Axapta is called Microsoft Business Solutions Axapta and also the startup picture was changed so you should see the difference. br karsten --- In development-axapta@yahoogroups.com, "Raal Goff" <[EMAIL PROTECTED]> wrote: > Hi, > > I've been having some problems

[development-axapta] Re: Enterprice portal on other port than the default 80

2005-04-11 Thread Karsten Krabbes
Its quite simple. 1.) change the IIs to the specific port (properties of the WebSite) 2.) In AXAPTA go to Administration - Setup - Internet - Web Sites 3.) select the specific WebSite 4.) go to the tabPage WebSite and change the WWW-Address to http://192.168.90.90:8080/EnterprisePortal or h

[development-axapta] Re: Ax 2.5 SP2 with Ax2.5 SP 4 kernel

2005-03-03 Thread Karsten Krabbes
As far as I remember it was a problem because new methods and functions were introduced in the kernel. You should always use the correct kernel for the application. br karsten --- In development-axapta@yahoogroups.com, "pbercher" <[EMAIL PROTECTED]> wrote: > > > Hello, > > is there a

[development-axapta] Re: Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-16 Thread Karsten Krabbes
Hi there was a hotfix/description how to fix that security problem. As far as I remember it there was someting to change in the security of windows. br Karsten --- In [EMAIL PROTECTED], "Deepak Shetty" <[EMAIL PROTECTED]> wrote: > > Hi  Pirmin > > I too had the same problem everytime o

[development-axapta] Re: how to use Advanced field in Ax Configuration Utiliy

2004-12-01 Thread Karsten Krabbes
Hi Steven, 1.) You can enter the command line parameters in the advanced field. All the command line parameters can be found - in the help of the axconfig utility (scroll down and check the link command line parameter). Also you can find them in a file on the Axapta 3.0 installation cd. 2

[development-axapta] Re: Rename_ModuleList when upgrading 2.5->3.0

2004-11-08 Thread Karsten Krabbes
Hi Thomas, those renamed.. elements are created when Axapta creates the aoi file. It seems when while creating that file Axapta finds a class or method in any layer above the sys or syp withe a different ID or a method with a diferent definition (static in 2.5 and not static in 3.0 or vic

[development-axapta] Re: merging layers

2004-11-05 Thread Karsten Krabbes
Hi you can export the BUS-Layer with ID's and import it with ID's. In 3.0 you can check the pox in the export dialog. In 2.5 you had to open Axapta with a parameter ... think it was IMPORTEXPORTID after that you have the same ID's in the usr layer, you had int the BUS layer br karsten ---

[development-axapta] Re: Labels??

2004-11-05 Thread Karsten Krabbes
Hi Andre, labels are written, when all open axapta sessions for that application are closed (including the AOS). Sometimes, when axapta is not closed correctly, the labels will not be stored in the ald file. You can find all changed labels in table systablelog. And you can create them manua

[development-axapta] Re: .NET and Axapta

2004-10-26 Thread Karsten Krabbes
In Axapta Configuration Utility ... TabPage 'Business Connector' there is a Button labled 'Shut down..' :-) karsten --- In [EMAIL PROTECTED], "RHODPR" <[EMAIL PROTECTED]> wrote: > > > Thanks for answering. > > I use the Axapta COM Connector to connect to Axapta, but how can I > restart

[development-axapta] Re: .NET and Axapta

2004-10-26 Thread Karsten Krabbes
Hi, the connection is via the COM Connector from axapta. You must restart the com-connector when you change something in the coding of Axapta, because the com interface is caching the code !! br karsten --- In [EMAIL PROTECTED], "RHODPR" <[EMAIL PROTECTED]> wrote: > > > I wrote a new c

[development-axapta] Re: typeid number

2004-10-06 Thread Karsten Krabbes
Hi Danny, you get the Enum Types printed ... its a system enum br karsten --- In [EMAIL PROTECTED], "dgaethofs" <[EMAIL PROTECTED]> wrote: > > > Dear all, > > When I print out the typeid(custaccount) I get a value printed. > I checked whether this was the id number of the extended data

[development-axapta] Re: Wierd Excel COM behavior

2004-10-05 Thread Karsten Krabbes
Hi Matt, it seems the account, that is running your AOS (if a regular installation is done, it is Systemaccount) is not able to access/run excel. >From the stack trace you see it comes from \Classes\MenuFunction\runServer ... means in that case you have the rights from the AOS account.

[development-axapta] Re: ax25 performance problem

2004-09-10 Thread Karsten Krabbes
Some more things to consider: of cause the display method is executed every time you select the record. To improve performance, you could use a list to store once calculated values and return only the calculated value in the display method. Otherwise you do a sum over the two joined tables

[development-axapta] Re: ax25 performance problem

2004-09-10 Thread Karsten Krabbes
Hi Andrea, move the display method with the select statement to the table. Than it is executed on the AOS and not on the Client. br karsten --- In [EMAIL PROTECTED], "agramm2000" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a new display field in form PurchQuickQuote which needs to be > c

[development-axapta] Re: ax32.exe

2004-07-26 Thread Karsten Krabbes
Which version and SP ?? check the eventlog. br karsten --- In [EMAIL PROTECTED], "Stefan Heidkamp" <[EMAIL PROTECTED]> wrote: > Good morning! > > Could anybody say by what this error occures: A user want to send a > report via mail from Axapta and the error occures: "ax32.exe hat > Fehle

[development-axapta] Re: Kernel Hotfix sp3

2004-07-09 Thread Karsten Krabbes
Hi Denis, that Axapta wants to start the upgrade list ist normal, because the build number of the kernel (ax32.exe) is different. If you have the time you can run the upgrade list ... if not, just disable the start of the lists in Menu Administration-Setup-System-Check Lists-Prevent startu

[development-axapta] Re: QueryRange expressions

2004-07-09 Thread Karsten Krabbes
and one more: uses Method SysQuery::value() to convert the _expression_ correctly br karsten --- In [EMAIL PROTECTED], "Karsten Krabbes" <[EMAIL PROTECTED]> wrote: > Hi Wolfgang, > try to check what string/query is really applied to the database. > Maybe you

[development-axapta] Re: QueryRange expressions

2004-07-09 Thread Karsten Krabbes
Hi Wolfgang, try to check what string/query is really applied to the database. Maybe you need some extra backslash to qualify the _expression_. br karsten --- In [EMAIL PROTECTED], "Wolfgang Gross" <[EMAIL PROTECTED]> wrote: > Hi stefan, > >  > > I thought the same – but when running the

[development-axapta] Re: infolog after database synchronisation

2004-07-05 Thread Karsten Krabbes
You should NOT delete the violation. There were problems in generating the linenum in Axapta 2.5. The only thing you have to do is change the lienumbers to a correct value. As said in other group ... this process is done by axapta pre- synchronize dataupgrade when updating from 2.5 to 3.0 br

[development-axapta] Re: SysREcordTemplate / creating new item

2004-06-16 Thread Karsten Krabbes
l have not discovered how to select a specific record by code but for now its ok. br Karsten --- In [EMAIL PROTECTED], "Karsten Krabbes" <[EMAIL PROTECTED]> wrote: > Thanks Mai-Britt, > but how can i do that by code ??? > > I mean i want to create a new item by

[development-axapta] Re: SysREcordTemplate / creating new item

2004-06-15 Thread Karsten Krabbes
o > specify default templates. > >  > > Best regards > >  > > Mai-Britt > >  > > > > From: Karsten Krabbes [mailto:[EMAIL PROTECTED] > Sent: 15. juni 2004 11:21 > To: [EMAIL PROTECTED] > S

[development-axapta] SysREcordTemplate / creating new item

2004-06-15 Thread Karsten Krabbes
Hi all, from Version 2.5 to 3.0 MBS introduced the RecordTemplate Model. Has anybody a clue how to get the information stored there back ? I want to create a new item and set all the default parameters (in 2.5 they where in Table InventParameters). How can I do that ? br Karsten Yah

[development-axapta] Re: Upgrade error

2004-06-14 Thread Karsten Krabbes
Hi Wolfgang, not completely correct. The setup of the servicepacks ask at a point if you are doing an upgrade within a 2.5 to 3.0 upgrade or not. Depending on that answer the files are copied or not. btw you should also run the pre synchronize data upgrade. br Karsten --- In [EMAIL PROTEC

[development-axapta] Re: Graphical report

2004-01-28 Thread Karsten Krabbes
try the Class 'tutorial_GraphicsBalanceList' :-) br karsten --- In [EMAIL PROTECTED], "vario0" <[EMAIL PROTECTED]> wrote: > I must create a report with several graphics.  Does anybody know how > to do that?? > > How can i launch "tutorial_GraphicsCustBalanceList" report ??? > > Than

RE : [development-axapta] Re: Document handling

2004-01-28 Thread Karsten Krabbes
Hi Steeve, one last guess try 'Administration/Setup/System/Check-lists/Prevent startup of lists' after a shutdown and new start of axapta (incl. AOS) you should be able to use the document handling br karsten --- In [EMAIL PROTECTED], "Steeve Gilbert" <[EMAIL PROTECTED]> wrote: > Tha