SV: [development-axapta] AOS does'y start automatically

2009-11-02 Thread Dahlsgaard Jan
check the event-log, maybe that would give you a clue. Fra: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] På vegne af SUNEEL BABU Sendt: 29. oktober 2009 12:10 Til: Axapta Knowledge village; Development; amit bhatt AX; Arjit babu

SV: [development-axapta] Axapta QueryRange Sql

2009-06-11 Thread Dahlsgaard Jan
This happens somewhere in the kernel. You don't have access to this. Fra: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] På vegne af muzzyk34 Sendt: 10. juni 2009 13:14 Til: development-axapta@yahoogroups.com Emne:

SV: [development-axapta] How to read from flat file?

2009-03-17 Thread Dahlsgaard Jan
the easiest way is using TextBuffer class. An other way is using one of the IO classes, such as io, asciiio, textio, commaio Eksamples is easy to find in the standard code. Fra: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] På

SV: [development-axapta] Mathmatical Expression in ax

2009-03-04 Thread Dahlsgaard Jan
Try this (maybe my formula is not correct, place the () as you want) { ExecutePermissionpermission; str formula = '%1+%2*(%3/%4)/(%4*%5)'; real a,b,c,d,e, value; a = 1; b = 2; c = 3; d = 4; e = 5; // Insert value in

SV: [development-axapta] How to show field hidden by user in X++

2009-02-05 Thread Dahlsgaard Jan
very bad idea. You are changing code in aot on runtime, and unless you change it back, it will be like that next time you open the form, and also all other places this field is used. There might even be a problem with missing X++ license, or if the user doesn't have access to SysDevelopment.

SV: [development-axapta] Re: How create a Day Function?

2009-01-16 Thread Dahlsgaard Jan
It would not hurt you to do some investigating work yourself. Cross-reference is your friend. dayname(dayofwk(datefield)) Fra: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] På vegne af arykamal07 Sendt: 16. januar 2009 04:03

SV: [development-axapta] how to Create temp table in runtime

2008-12-03 Thread Dahlsgaard Jan
You can only use temp-tables created in aot, or a temporary version of an existing permanent table. You can't create a table during runtime with the fields you need in the current situation, unless you use the connection and statement classes, but these temporary tables, you can't use on a

SV: [development-axapta] How to add Values into Report at runtime

2008-11-25 Thread Dahlsgaard Jan
How about using display methods like in assetbasis report. Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Siva kumar Sendt: 25. november 2008 07:48 Til: Axapta Development; MBS Axapta Emne: [development-axapta] How to add Values

SV: [development-axapta] Records missed during Import

2008-11-12 Thread Dahlsgaard Jan
You should, by comparing with *.def-file, find out which table(s) are missing records. If it is docuvalue and you are using DAX 4.0, I might have an explanation. Best regards Jan Dahlsgaard Fujitsu - Denmark Fra: development-axapta@yahoogroups.com

SV: [development-axapta] switching companies in Axapta with X++ - Error

2008-10-15 Thread Dahlsgaard Jan
Try null-ing the table-buffer: salestable=null before you change company. Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af eldj_joax Sendt: 14. oktober 2008 19:51 Til: development-axapta@yahoogroups.com Emne: [development-axapta]

[development-axapta] OLAP - distinct count

2008-03-05 Thread Dahlsgaard Jan
Hi If you define a cube in Analysis Services 2005 using Visual Studio, you can create a measure using a Distinct count function. Anyone of you have an idea on how to implement this in Dynamics AX (4.0) ? Alternatively, how do I make a calculated member doing the same ? Regards Jan Stelsig

SV: [development-axapta] Query on temporary table

2008-02-12 Thread Dahlsgaard Jan
on behalf of Dahlsgaard Jan Sent: Fri 2/8/2008 2:53 PM To: development-axapta@yahoogroups.com mailto:development-axapta%40yahoogroups.com Subject: [development-axapta] Query on temporary table Hi For some time I have used TmpLedgerTable to hold some records, and scrolled thru these using a simple

[development-axapta] Query on temporary table

2008-02-10 Thread Dahlsgaard Jan
Hi For some time I have used TmpLedgerTable to hold some records, and scrolled thru these using a simple while-select: tmpLedgerTable.setTmpData(this.tmpdata()); while select tmpLedgerTable { do something } Now, for different reasons, I have to change this to a query

SV: [development-axapta] Database move from sql 2000 to 2005

2007-11-22 Thread Dahlsgaard Jan
For us, the problem was the collation. You should avoid using collations that needs TERTIARY_WEIGHTS function to be executed. Function, including a list of collations needing this function, is described here: http://msdn2.microsoft.com/en-us/library/ms186881.aspx

SV: [development-axapta] Resource File

2007-06-08 Thread Dahlsgaard Jan
Use the SysResource class. You can find examples using cross-reference. Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Ruel Ormita Sendt: 8. juni 2007 05:06 Til:

SV: [development-axapta] Failed to establish connection

2007-05-10 Thread Dahlsgaard Jan
Active directories should be configured in native mode Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af onurkiyik Sendt: 9. maj 2007 14:54 Til: development-axapta@yahoogroups.com Emne: [development-axapta] Failed to establish

SV: [development-axapta] Slow performance with SQLServer2005

2007-03-22 Thread Dahlsgaard Jan
Michael Troelsen EG Utility A/S _ From: development-axapta@yahoogroups.com mailto:development-axapta%40yahoogroups.com [mailto:development-axapta@yahoogroups.com mailto:development-axapta%40yahoogroups.com ] On Behalf Of Dahlsgaard Jan Sent: 12. marts 2007 12:36 To: development-axapta

SV: [development-axapta] Slow performance with SQLServer2005

2007-03-14 Thread Dahlsgaard Jan
mailto:development-axapta%40yahoogroups.com ] On Behalf Of Dahlsgaard Jan Sent: 12. marts 2007 12:36 To: development-axapta@yahoogroups.com mailto:development-axapta%40yahoogroups.com Subject: [development-axapta] Slow performance with SQLServer2005 Hi This weekend we tried installing a sqlserver2005 on a new

[development-axapta] Slow performance with SQLServer2005

2007-03-12 Thread Dahlsgaard Jan
Hi This weekend we tried installing a sqlserver2005 on a new server, and copied our sqlserver2000 database to this server (using backup/restore). We have been using Axapta 3.0 KR2 for a while, but we now experience very poor performance. Some forms used to open in seconds, now takes several

SV: [development-axapta] Help! Making batch processing in coding ^^

2007-02-01 Thread Dahlsgaard Jan
yes, or tutorial_runbasebatch A lot of usefull help is available by studiyng all tutorial_* elements. Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Anil Ozay Sendt: 1. februar 2007 08:35 Til: development-axapta@yahoogroups.com

SV: [development-axapta] Problems connecting to OLAP in 3-layer

2006-05-15 Thread Dahlsgaard Jan
are you shure the user that runs the axapta object server is in the olap administrator group Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af larsj_73 Sendt: 11. maj 2006 09:24 Til: development-axapta@yahoogroups.com Emne:

SV: [development-axapta] How to know current configuration?

2006-05-10 Thread Dahlsgaard Jan
xinfo::configuration(); Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Maverick Sendt: 10. maj 2006 09:06 Til: development-axapta@yahoogroups.com Emne: [development-axapta] How to know current configuration? Hi all, How to

SV: [development-axapta] read decimal only

2006-05-08 Thread Dahlsgaard Jan
try frac(r) -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Byteway Sendt: 3. maj 2006 12:46 Til: development-axapta@yahoogroups.com Emne: [development-axapta] read decimal only Hi, What global function can be used to just read

SV: [development-axapta] String Tokenizing

2006-04-10 Thread Dahlsgaard Jan
Hi I'm not sure I understand you correct, but you can use str2con to split a string into a container, with whatever delimiter you wish. Be aware, this global-method does not handle a string like this '23dfd' correctly. This will be converted to a integer 23, unless you alter the method, and

SV: [development-axapta] WINAPI, MoveFile, Moving Files

2006-03-24 Thread Dahlsgaard Jan
It's probably because your file is still open. If you have read your file with a io-class (asciiio, binaryio, commio) you should null your io-class to close the file. Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Mike Savage

[development-axapta] How do I delete a datasource from a query ?

2006-03-19 Thread Dahlsgaard Jan
Hi I need to delete a child datasource and all of it's children from a query, how do I do that ? Regards Jan Stelsig Dahlsgaard Fujitsu DK [Non-text portions of this message have been removed] SPONSORED LINKS

SV: [development-axapta] Axapta crashes when accessing a table with many large fields

2006-02-24 Thread Dahlsgaard Jan
try changing the buffer-size on the database-tab in your konfiguration Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Stefan Osterburg Sendt: 23. februar 2006 13:21 Til: development-axapta@yahoogroups.com Emne: Re:

SV: [development-axapta] Olap - Axapta 3.0

2006-02-02 Thread Dahlsgaard Jan
Which cubes are available where is determined by the axapta-module field in the cube-setup. Perhaps this is your problem. Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af cohidalgo Sendt: 1. februar 2006 22:20 Til:

SV: [development-axapta] Creating a class from class name

2006-02-01 Thread Dahlsgaard Jan
classname2id should do the trick Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af massimoiuri Sendt: 1. februar 2006 11:01 Til: development-axapta@yahoogroups.com Emne: [development-axapta] Creating a class from class name Can I

SV: [development-axapta] how to delete a table in AXAPTA?

2006-01-25 Thread Dahlsgaard Jan
You can't delete a table in a layer you have no license for. Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af wanggaolu0724 Sendt: 25. januar 2006 04:21 Til: development-axapta@yahoogroups.com Emne: [development-axapta] how to

[development-axapta] OR criterias in query

2006-01-20 Thread Dahlsgaard Jan
Hi I have a problem I can't solve, perhaps any of you have an idea. I have a select-statement like this: while select t where t.field1 == 1 ((t.fieldA == 100 t.fieldB == 200) || (t.fieldA == 500 t.fieldB == 700)) How do I write this as a query instead ? I have tried building

SV: [development-axapta] Re: How to send file to FTP

2006-01-05 Thread Dahlsgaard Jan
This should do the trick: Boolean ftpSetCurrentDirectory(str _name) { DLLFunction setCurrentDirectory = new DLLFunction(winInetDLL, 'FtpSetCurrentDirectoryA'); ; if (connectHandle == 0) return false; setCurrentDirectory.returns(ExtTypes::DWord);

SV: [development-axapta] Blocked file Axdat.udb

2005-12-28 Thread Dahlsgaard Jan
It is used for user and aos license administration, and it sometimes get messed up. If you shut down all axapta, including aos's, you can delete this file. Regards Jan Dahlsgaard Fujitsu Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På

SV: [development-axapta] about label file

2005-12-09 Thread Dahlsgaard Jan
check your application directory for the appropriate axsyp*.ald file. If the file exists, then stop the aos using the application, delete the appropriate axsyp*.ali file, start in 2tier, which should generate the ali-file. If the axsyp*.ald file doesn't exist, copy it from another application,

SV: Re: [development-axapta] return break my while loop

2005-12-08 Thread Dahlsgaard Jan
Hi Declare price in classdeclaration Add a display method to your report, that returns price Make a programmablesection that prints your display method, you could name it printPrice and set autodeclaration to yes in your loop, you call element.executesection(printPrice) I don't know where

SV: [development-axapta] Switching Report Designs

2005-11-29 Thread Dahlsgaard Jan
Hi You choose your design by using element.design(Design1) before the first record is send. I don't think you can switch design after the first record is send, so you can't have diffrent designs in the same output. Regards Jan Stelsig Dahlsgaard Fujitsu DK

SV: RE : [development-axapta] Sequence of methods on reports

2005-11-09 Thread Dahlsgaard Jan
de Dahlsgaard Jan Envoyé : 7 novembre 2005 12:38 À : development-axapta@yahoogroups.com Objet : [development-axapta] Sequence of methods on reports Hi Could someone please verify something for me. I think I have a strange sequence of method-execution on reports and would like your comments

[development-axapta] Sequence of methods on reports

2005-11-07 Thread Dahlsgaard Jan
Hi Could someone please verify something for me. I think I have a strange sequence of method-execution on reports and would like your comments. If a report is executed using a class extending runbasereport, the reports run-method is called before init-method. Is this the case for you as

SV: [development-axapta] value before modified

2005-10-28 Thread Dahlsgaard Jan
tablebuffer.orig().fieldname Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Askeryd Thomas Sendt: 28. oktober 2005 11:26 Til: development-axapta@yahoogroups.com Emne: [development-axapta] value before modified A quite easy

SV: [development-axapta] Error when selecting in userinfo

2005-10-12 Thread Dahlsgaard Jan
. Regards Jan Fujitsu Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Dahlsgaard Jan Sendt: 6. oktober 2005 15:58 Til: development-axapta@yahoogroups.com Emne: SV: [development-axapta] Error when selecting in userinfo I've done some

SV: [development-axapta] OLAP Cube transfer gives error

2005-10-10 Thread Dahlsgaard Jan
: General failure. Any ideas. Thanks Carl _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dahlsgaard Jan Sent: 07 October 2005 01:14 PM To: development-axapta@yahoogroups.com Subject: SV: [development-axapta] OLAP Cube transfer gives error your

SV: [development-axapta] Error when selecting in userinfo

2005-10-06 Thread Dahlsgaard Jan
Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Dahlsgaard Jan Sendt: 4. oktober 2005 16:39 Til: development-axapta@yahoogroups.com Emne: [development-axapta] Error when selecting in userinfo Hi I often gets this error, and I get it from kernel

SV: [development-axapta] How to move sql axapta database to another server?

2005-08-23 Thread Dahlsgaard Jan
The simplest way is to backup/restore, and thats it, besides changing the configurations Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Roberto Pineda Sendt: 22. august 2005 21:21 Til: development-axapta@yahoogroups.com Emne:

SV: [development-axapta] Error RECID exists twice when upgrading to Axapta 3.0SP4

2005-06-17 Thread Dahlsgaard Jan
Hi You could do it in your original database before duplicating it, or just do it in your enterprise manager. Apparently there's an index on recid in sp4. And may I add. Thank god, I'm not the only one producing duplcated recid's, but try convincing Microsoft of that !!! You should

SV: Antwort: AW: Antwort: AW: [development-axapta] performance problems after upgrade ax30sp2 to ax30sp3

2005-05-06 Thread Dahlsgaard Jan
Even though SQLServer should manage the optimization of statistics automatically, we have good experiences running update statistics once in a while. So reindex your db and update statistics. Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra:

SV: [development-axapta] How to send file to FTP

2005-05-03 Thread Dahlsgaard Jan
want to ask about #FTP_TRANSFER_TYPE_BINARY ?? Is it a macro that I have to create ??? Thanks, Axapter - Original Message - From: Dahlsgaard Jan [EMAIL PROTECTED] To: development-axapta@yahoogroups.com Sent: Friday, April 29, 2005 4:29 PM Subject: SV: [development-axapta] How to send

SV: [development-axapta] How to send file to FTP

2005-04-29 Thread Dahlsgaard Jan
Hi The following code has previously been posted in this forum. In class wininet, add the following in classdeclaration: DLLFunction _internetConnect; DLLFunction _ftpGetFile; DLLFunction _ftpPutFile; and this in new: _internetConnect = new DLLFunction(_winInet,InternetConnectA);

SV: [development-axapta] Creating a text file in Axapta ????

2005-04-21 Thread Dahlsgaard Jan
Hi You don't have to use winapi. You could use TextBuffer class like this: textbuffer tb = new textbuffer(); ; tb.appendText('my text'); tb.toFile('C:\MSB\Itemdefinitions.txt'); or asciio class like this: filename filename = c:\\temp\\jdxtest.txt; asciiio a = new

SV: [development-axapta] How do I disable recordtemplates

2005-04-19 Thread Dahlsgaard Jan
Cc: development-axapta@yahoogroups.com Emne: Re: [development-axapta] How do I disable recordtemplates Hi Maybe call recordbuffer.Clear() after initvalue(). I know it's NOT best practice, but it might help you :-) Best Steen Dahlsgaard Jan [EMAIL PROTECTED] wrote

[development-axapta] How do I disable recordtemplates

2005-04-18 Thread Dahlsgaard Jan
Hi How do I disable the use of recordtemplates in a batchjob I've created ? The batchjob runs thru a file and creates a record for each line in the file. I call initvalue on the tablebuffer to initiate a number of fields, but the super-call of this method gives me some data from a (random

[development-axapta] How do I implement EnumFontFamiliesEx ?

2005-04-12 Thread Dahlsgaard Jan
Hi I have to check if a font exists, and as I see it I have to use the windows GDI function EnumFontFamiliesEx. The function is not implemented in Axapta, and I'm to stupid to understand how I should do it myself. So, can anyone help, or do you have another idea on how to check if a font is

SV: [development-axapta] Batch

2005-04-08 Thread Dahlsgaard Jan
Well, a batch job only runs the number of times you ask it to. When you order your batch-job, you have to specify when it should run, and if it should be repeated. In 3.0 it is the button recurrence on the batch-tab. Regards Jan Stelsig Dahlsgaard Fujitsu DK

SV: [development-axapta] Auto restart AOS server

2005-02-25 Thread Dahlsgaard Jan
use something like shutdown.exe and a scheduled task to reboot the entire server. Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra: kamchung322 [mailto:[EMAIL PROTECTED] Sendt: 25. februar 2005 07:06 Til: development-axapta@yahoogroups.com Emne:

SV: [development-axapta] GROUP BY ON A QUERY

2005-02-24 Thread Dahlsgaard Jan
You have to use addsortfield and orderMode(OrderMode::GROUPBY) on your qbsCust to specify which fields to group by Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra: Gustavo Camargo [mailto:[EMAIL PROTECTED] Sendt: 23. februar 2005 22:56 Til:

SV: [development-axapta] GROUP BY ON A QUERY

2005-02-24 Thread Dahlsgaard Jan
And you probably also need to use e.g. addSelectionField(Fieldnum(table,RecId),selectionfield::COUNT) Fra: Dahlsgaard Jan Sendt: 24. februar 2005 15:13 Til: development-axapta@yahoogroups.com Emne: SV: [development-axapta] GROUP BY ON A QUERY You have

SV: [development-axapta] Timer without a form

2004-11-15 Thread Dahlsgaard Jan
Hi It only works in 3.0. You could make a class with the following methods, and start the class by calling yourclassname.startCheck. You would probably have to do something about the hardcoded 1000 in the method doCheck. class yourclassname { Int timeOutHandle; } private void

SV: [development-axapta] Monitoring Axapta Users actions

2004-10-31 Thread Dahlsgaard Jan
You could setup database log for vendtable in Administration/Setup/Database Log, and then query the log in Administration/Inguiries/Database Log. Regards Jan Stelsig Dahlsgaard FUJITSU DK Fra: ottawa_m2003 [mailto:[EMAIL PROTECTED] Sendt: 29. oktober

[development-axapta] OLAP - Configuration and security keys

2004-10-08 Thread Dahlsgaard Jan
Hi When defining a olapcube it is possible to give it configuration and security keys. Could anyone please tell me where this should work. No matter what I do, it has no effect. The users can still view the cubes. Regards Jan S Dahlsgaard Fujitsu DK [Non-text portions of this message

SV: [development-axapta] select maxcof(date fieldname) from tablename

2004-09-30 Thread Dahlsgaard Jan
You don't get a dataset in your example, you only get the maximum value of fieldname, and you can access the value by using tablename.fieldname. If you want the newest records you could do this while select tablename order by fieldname desc { // test if fieldname changes, then break //

[development-axapta] How do I access OLAP cubes in a novell network

2004-09-24 Thread Dahlsgaard Jan
Hi Could someone please give me some advice on how to access Microsoft Analysis Server OLAP cubes in a novell network with no NT/Windows domain server ? I've read somewhere that I have to make my Analysis Server accessible through http, and I've tried that, and tried connecting from Excel,

SV: [development-axapta] Re: Problem with the OLAP Service again...

2004-09-10 Thread Dahlsgaard Jan
It seems like you haven't selected a transaction date on the measures tab. Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra: ali_cetin_cetinel [mailto:[EMAIL PROTECTED] Sendt: 10. september 2004 11:06 Til: [EMAIL PROTECTED] Emne: [development-axapta] Re:

SV: [development-axapta] Problem with OLAP service

2004-09-02 Thread Dahlsgaard Jan
As far as I know, you can only use measures from the first (main) datasource in your query. Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra: ali cetin cetinel [mailto:[EMAIL PROTECTED] Sendt: 2. september 2004 11:15 Til: [EMAIL PROTECTED] Emne:

SV: [development-axapta] How to retrieve recid from insert()?

2004-09-01 Thread Dahlsgaard Jan
Hi very simple: mytable.insert(); myfield = mytable.recid; Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra: Alessandro Ghidini [mailto:[EMAIL PROTECTED] Sendt: 1. september 2004 12:39 Til: [EMAIL PROTECTED] Emne: [development-axapta] How to

SV: [development-axapta] Where do I find OLAP?

2004-08-24 Thread Dahlsgaard Jan
And you have to have license for Business Analysis. Regards Jan Stelsig Dahlsgaard Fujitsu DK Fra: Raymond Andreassen [mailto:[EMAIL PROTECTED] Sendt: 24. august 2004 00:04 Til: [EMAIL PROTECTED] Emne: RE: [development-axapta] Where do I find OLAP? I

[development-axapta] Duplicated recids

2004-08-18 Thread Dahlsgaard Jan
Hi Any of you know if there's any known issues regarding duplicated recids in 3.0 SP2, 3Tier, cluster ? At one of our customers we have a lot of problems with axapta generating recids already used. Running sysrecidrepair apparently solves the problem for a while, but eventually it returns.

SV: [development-axapta] I would like interact with user in a ttsbegin commit

2004-07-22 Thread Dahlsgaard Jan
I'm not quite sure what you mean, but there should be no problem in using box, dialog or even opening a form in a ttsbegin - ttscommit. Just make sure to commit or abort when your done interacting. Fra: Mathieu BINAISSE [mailto:[EMAIL PROTECTED] Sendt: 22.

SV: [development-axapta] I would like interact with user in a ttsbegin commit

2004-07-22 Thread Dahlsgaard Jan
I withdraw my contribution. It was rubbish. Lars from Columbus has the right answer Fra: Dahlsgaard Jan Sendt: 22. juli 2004 11:04 Til: [EMAIL PROTECTED] Emne: SV: [development-axapta] I would like interact with user in a ttsbegin commit I'm not quite sure

SV: [development-axapta] Start Axapta as service

2004-07-14 Thread Dahlsgaard Jan
See sysstartupcmd classes on how to startup the form automatically when axapta starts with a parameter e.g. -startupcmd=startform. Then you just have to download some servicetool somewhere. /jan Fra: pbercher [mailto:[EMAIL PROTECTED] Sendt: 14. juli 2004

SV: [development-axapta] Moving code between layers

2004-06-14 Thread Dahlsgaard Jan
Be aware, in som tables, like the batch-table, records are save with reference to e.g. classids. When you move your code, classids, tableids and so on changes, and then you loose your reference. No way of export/importing data resolves this issue. We have tried in vain to make MBS support us

SV: [development-axapta] 2 important problems for me!

2004-06-10 Thread Dahlsgaard Jan
Hi I'm not absolutely sure what you mean by data source, but try this if you only knows fieldid and not the actual name of the field: InventTable.(fieldid) -Oprindelig meddelelse- Fra: Baran Sasmaz [mailto:[EMAIL PROTECTED] Sendt: 10. juni 2004 15:44 Til: [EMAIL PROTECTED] Emne:

SV: [development-axapta] 2 important problems for me!

2004-06-10 Thread Dahlsgaard Jan
Hi For your second question. Try taking a look on ledgertable form. The button inquery/statistics has some graphical presentation. I haven't investigated on this my self, so i don't know if you can use that. /jan -Oprindelig meddelelse- Fra: Baran Sasmaz [mailto:[EMAIL PROTECTED]

SV: [development-axapta] need help to upgrade 2.5 to 3.0

2004-06-01 Thread Dahlsgaard Jan
Hi You have to be more specific. What is failing in your upgrade, and what exactly are you doing ? Regards Jan Stelsig Dahlsgaard Fujitsu -Oprindelig meddelelse- Fra: asche9798 [mailto:[EMAIL PROTECTED] Sendt: 1. juni 2004 17:32 Til: [EMAIL PROTECTED] Emne: [development-axapta]

[development-axapta] How do I export a project from code

2004-05-24 Thread Dahlsgaard Jan
Hi Apparently it should be as easy as: treenode _treeNode; str projectname = 'JD_Projekt'; _treeNode = infolog.projectRootNode(); _treeNode = _treeNode.AOTfirstChild(); upgradeNode = _treeNode.AOTfindChild(projectName); upgradeNode.getRunNode();

SV: [development-axapta] How do I export a project from code

2004-05-24 Thread Dahlsgaard Jan
: SV: [development-axapta] How do I export a project from code I guess this will solve your problem, change the line to this. upgradeNode = upgradeNode.getRunNode(); Regards Erik Fra: Dahlsgaard Jan [mailto:[EMAIL PROTECTED] Sendt: ma 24-05-2004 11:18 Til

SV: [tadorna-axapta] Axapta Crashes during Export of my developing projects

2004-01-02 Thread Dahlsgaard Jan
I haven't experienced this problem, but have you tried the standard first approach for all strange problems. Exit all axapta, stop aos, delete aoi-file, start a 2tier which will create new aoi-file, and then try again. Jan Stelsig Dahlsgaard Fujitsu -Oprindelig meddelelse- Fra: Mikael

SV: [development-axapta] Technet down again?

2004-01-02 Thread Dahlsgaard Jan
you're not the only one -Oprindelig meddelelse- Fra: Mister L [mailto:[EMAIL PROTECTED] Sendt: 10. september 2003 14:21 Til: Axapta Development Yahoo Group Emne: [development-axapta] Technet down again? Hi! I'm having trouble accessing the technet? Any idea, or am I the only one