Re: [development-axapta] Re: Axapta Com+ crash aprox. every hour

2004-07-19 Thread Jacob Christian Døskeland
ence. > >// Bent Arne @ eye-share ASA > >--- In [EMAIL PROTECTED], Jacob Christian Døskeland ><[EMAIL PROTECTED]> wrote: > > One of our customers has a advanced websolution for handeling end > > customers. The web solution has been running pretty stable after >ins

Re: [development-axapta] Barcode Scaners

2004-07-14 Thread Jacob Christian Døskeland
At a customer site we run MS terminalserver from a Win CE client. When login on to the terminalserver Axapta is automaticly started. It works flawless, but the terminals are truckterminals with a lot bigger screens than a handheld terminal. Best regards Jacob At 14:04 14.07.2004, you wrote:

Re: [development-axapta] RunBaseBatch Class Example

2004-07-08 Thread Jacob Christian Døskeland
Here is and demo class i always use when i create new classes that shoul be able to run in batch It has everything ready, you only need to modify the classname, description method and main method. It has also implemented dialogmethods. Its a perfect starter! Good luck Jacob At 23:43 07.07.

[development-axapta] Axapta Com+ crash aprox. every hour

2004-07-06 Thread Jacob Christian Døskeland
One of our customers has a advanced websolution for handeling end customers. The web solution has been running pretty stable after installing MS application senter, 3 webserver and 3 AOS servers in desember 2003. It has worked almost fine with both sp1 and sp2. (I use the word almost becaus

Re: [development-axapta] Speedup my Insert Records Process

2004-06-22 Thread Jacob Christian Døskeland
You can use a connection to the DB also, but remember RecId! The connection aslo  works with ttsbegin/commit which is very nice -Example--     Connection  connection = new Connection(); Statement   statement; Connection  connection2 = new

Re: SV: [development-axapta] Problems running Syncronize when running Upgrade checkList Ax30 SP3

2004-06-21 Thread Jacob Christian Døskeland
m that job >otherwise upgrade will be performing very slow. > >Best regards > >Carsten F. Frandsen >MIKIA IT-Solutions > > >____ > >Fra: Jacob Christian Døskeland [mailto:[EMAIL PROTECTED] >Sendt: sø 20-06-2004 19:30 >Til: [EMAIL PR

[development-axapta] Problems running Syncronize when running Upgrade checkList Ax30 SP3

2004-06-20 Thread Jacob Christian Døskeland
When I arrived to the synronize point in the upgrade checklist. Oracle throw an error after waiting some minuets. When running syncronize from the checklist a class called SysSqlSetup is runned from class SysCheckListItem_SynchronizeUpgrade::main(). It(SysSqlSetup) again calls a class SysOr

[development-axapta] Error after upgrading Ax 3.0 from SP2 --> SP3

2004-05-12 Thread Jacob Christian Døskeland
n detected which has corrupted the program's internal state. The program cannot safely continue execution and must now be terminated. -- Can someone else try if they can do it? Med vennlig hilsen/Best regards Jacob Christian Døskeland Columbus IT Partner AS Minde Allè 48 5

Re: [development-axapta] Automate the process of startup batch processing

2004-05-06 Thread Jacob Christian Døskeland
Set the axapta network user to be current nt user, then use startupcommand and make your own startupcommand class. This class can start the batchgroup. The at last call axapta from a schedule or something This example starts a batchgroup and a form void infoRun() { batchRun batchRun =

Re: [development-axapta] Re: Filtering on a memo field

2004-01-22 Thread Jacob Christian Døskeland
As far as i know it's not possible to use where statements on a memo field. It's a limit in SQL server. So i think you need to loop the whole table and strscan() the field, and then build the queryranges. JAcob At 17:06 22.01.2004 +, you wrote: Invalid Range Type --- In [EMAIL PROTECTED], "

Re: [development-axapta] what's better ??

2004-01-22 Thread Jacob Christian Døskeland
It depends on your needs! If you are able to always have a stabilised layer its very nice to use the way the consultant talks about. Because you are then 100 % sure that you are operating with the same table ids and so on in both enviroments. If it's hard to keep the dev enviroment stabilised at

Re: [development-axapta] What does element.close() do on Web Forms?

2004-01-21 Thread Jacob Christian Døskeland
It can be used to close the form from code! Its also called when you close the form for instance with ctrl+F4. At 19:02 21.01.2004 +, you wrote: On web forms, What does element.close() do? When is it used? Thanks Yahoo! Groups Links To visit your group on the web, go to: http://groups.y

Re: [development-axapta] What does element.close() do on Web Forms?

2004-01-21 Thread Jacob Christian Døskeland
Obs, sorry. Didn't see the  'web' word... I'm not sure about the web At 19:02 21.01.2004 +, you wrote: On web forms, What does element.close() do? When is it used? Thanks Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/development-axapta/   To uns

Re: [development-axapta] selecting empty field

2004-01-08 Thread Jacob Christian Døskeland
Use range.value(SysQuery::valueEmptyString()); aTable_ds.executeQuery(); Jacob At 15:30 08.01.2004 +0700, you wrote: Hi All, Is there a way to select a row from a data source with condition of an empty field ? In SQL, we can say select aTable where aTable.field == ""; But I couldn't do this i

Re: [development-axapta] PriceType Enum is crashing!!!

2004-01-02 Thread Jacob Christian Døskeland
Hi! Try to rebuild the axapd.aoi Delete the file and restart Axapta Jacob At 14:38 22.12.2003 +0200, you wrote: Hi all.. When i click PriceType Enum, Axapta is crashing. I try to delete but still crashing, i try to overwrite with clear version but still crashing, Ý try to compile but stil

Re: [development-axapta] datasource's write method

2004-01-02 Thread Jacob Christian Døskeland
Check for table.recid, do it before super At 15:27 03.12.2003 +, you wrote: Hi all... in datasource's write method How can I catch if the record being updated is inserted or updated? I have to do some inserts to deferent table depend on this situation. Does the datasource has a proparty a