SV: [development-axapta] Digest Number 1706

2006-03-20 Thread Askeryd Thomas
You can not go to SP4 directly. MS should have a spec. somewhere which packs are milestones or what to call them. Thomas. Från: development-axapta@yahoogroups.com genom James Flavell Skickat: fr 2006-03-17 01:53 Till: development-axapta@yahoogroups.com Ämne:

SV: [development-axapta] Display methods vs linked datasources

2006-02-16 Thread Askeryd Thomas
To just show another field I would relly prefer the display as it takes a lot less power than a join. Thomas. Från: development-axapta@yahoogroups.com genom cdlmalherbe01 Skickat: ti 2006-02-14 09:58 Till: development-axapta@yahoogroups.com Ämne:

SV: [development-axapta] making enum element invisible

2006-02-13 Thread Askeryd Thomas
It might mean that you should not type in a label. That will not make it invisible but rather give a blank option. You could use a display method to only show tha values you want but store the value in another field where u have the enum. Maybe there is some better way. Check around in

SV: [development-axapta] Joining 2 tables gives no result

2006-01-25 Thread Askeryd Thomas
If the table is not part of a shared virtual company the data is not shared between companies. Due to the join u cant just change the company in the middle of it. I think you might have to reconstruct your code. Thomas. Från:

SV: [development-axapta] OR criterias in query

2006-01-20 Thread Askeryd Thomas
Search for it among older posts bcs this has been asked at least twice before. I can tell u the solution includes strFmt and can also be found at axaptapedia. Thomas. Från: development-axapta@yahoogroups.com genom Dahlsgaard Jan Skickat: fr 2006-01-20 10:34

[development-axapta] swapping language

2006-01-05 Thread Askeryd Thomas
I know one can change company temporarily in a method or so by code but can you do the same with which language to use. In the reports the language has to be changed depending on which country the customer is located in. Any ideas. Thomas. [Non-text portions of this message have been

SV: SV: [development-axapta] Query to 'OR' two ranges

2005-12-07 Thread Askeryd Thomas
Thomas! --- In development-axapta@yahoogroups.com, Askeryd Thomas [EMAIL PROTECTED] wrote: What I got in the reply worked just fine.. except from the qbdsStat.relations(true); qbdsStat.joinMode(JoinMode::ExistsJoin); which never seems to work for me. I have to use

SV: [development-axapta] Query Range and ||

2005-12-05 Thread Askeryd Thomas
See my reply to zekvelda. Also look for the similar question I send regarding this matter not to long ago. Från: development-axapta@yahoogroups.com genom Andre Klopper Skickat: fr 2005-12-02 13:19 Till: development-axapta@yahoogroups.com Ämne:

SV: [development-axapta] Query to 'OR' two ranges

2005-12-05 Thread Askeryd Thomas
What I got in the reply worked just fine.. except from the qbdsStat.relations(true); qbdsStat.joinMode(JoinMode::ExistsJoin); which never seems to work for me. I have to use qbdsStat.addLink(FieldNum(Persons, Pnr),FieldNum(FamStatus, Pnr)); has anybody got a clue what that is all

[development-axapta] value before modified

2005-10-28 Thread Askeryd Thomas
A quite easy question to answer probably. Say that there is this field in a table and I want to see if it has been changed from a certain condition. For example if the value was green before it was changed to blue. How can I get hold of the value before the field was modified? Thnx in

SV: [development-axapta] value before modified

2005-10-28 Thread Askeryd Thomas
: development-axapta@yahoogroups.com Ämne: SV: [development-axapta] value before modified 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

SV: [development-axapta] value before modified

2005-10-28 Thread Askeryd Thomas
Oh never mind... I found it ... Från: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] För Askeryd Thomas Skickat: den 28 oktober 2005 13:54 Till: development-axapta@yahoogroups.com Ämne: SV: [development-axapta] value before modified

SV: [development-axapta] like clause in query

2005-10-27 Thread Askeryd Thomas
Does the % really work. I know you normally use it in SQL queries but in axapta I thought you used * or ? in the queries. What does the best practise say... Thomas. Från: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] För Sonny Wibawa Adi

[development-axapta] .xpo for the MorphX integration master course

2005-10-24 Thread Askeryd Thomas
Could somebody who has the .xpo´s for the MorphX integration master course send them to me. I have the book but... //Thomas. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review,

SV: [development-axapta] Form Query

2005-10-06 Thread Askeryd Thomas
I'm pretty new to this but it should be possible to set the range value to !(not) or 0 to get it the way you want. Maybe checking out the dev. guide might help you. Thomas. Från: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] För Hemant

SV: [development-axapta] Adding a menu reference to MainMenu

2005-09-23 Thread Askeryd Thomas
I had the same problem before. I got the crossed circle when trying to add a new ref. And then one day it just worked. I cant remeber if I did anything special but I think it just worked after a reboot. Totally wierd. Thomas. Från:

SV: [development-axapta] sticky params with macro

2005-09-22 Thread Askeryd Thomas
Shure. But then I dont have a global macro. Also why does it jam up? Is it like in C where u have to clear the output cache or something.. I just cant find any explanation in the dev. guide or the X++ book. Thomas. Från: development-axapta@yahoogroups.com

SV: [development-axapta] Problem with two params in macro call

2005-09-20 Thread Askeryd Thomas
Sigh... a typo.. how typical. Thnx for the help. Från: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] För Axa Cons Skickat: den 20 september 2005 12:36 Till: development-axapta@yahoogroups.com Ämne: Re: [development-axapta] Problem with two