[Axapta-Knowledge-Village] Migrating user and groups between Axapta appls

2005-08-02 Thread James Flavell
Title: Message Hi can anyone help me to be able to 'migrate' user and user groups from one Axapta to another? I do not need all the user settings such asscreen layout (although would be nice) but just need a quick way to copy: 1)the user id (do not even need passwords but again would be

[Axapta-Knowledge-Village] DLL (winGDI)

2005-08-02 Thread rashwannewsletters
Dear All, can anyone help us in getting documentation concerning using WINGDI dll in Axapta code to set Bidirectional mode. I saw a similar message but no reponses. Can anyone help Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[Axapta-Knowledge-Village] Error number sequences

2005-08-02 Thread Danny Gaethofs
Dear all, When I use the next code I get an error message. Numberseq numberseq; ; numberseq = numberseq::newgetnum(smmparameters::numrefrelationaccount ()); if(numberseq) { print numberseq.num(); numberseq.used(); } System does not support setup 'continuous' of number sequene 'CRM_119' Number

AW: *SPAM* [Axapta-Knowledge-Village] Error number sequences

2005-08-02 Thread Andrae, Tobias
Hi Danny, try this: Numberseq numberseq; ; ttsbegin; numberseq = numberseq::newgetnum(smmparameters::numrefrelationaccount ()); if(numberseq) { print numberseq.num(); numberseq.used(); ttscommit; } Hth Tobias System does not support setup 'continuous' of number sequene 'CRM_119'

RE: [Axapta-Knowledge-Village] Help on AOS , Application Server

2005-08-02 Thread G Radhakrishnan
Thanks Maurice. In our scenario, we have got many D/Tops. So my architecture plans are as follows. 1. Database server - 1 (Backup is planned seperately) 2. Application server - 1 3. AOS Server (Quanity depends on the usage). Otherwise Application server will be having both logics Files. Now my

[Axapta-Knowledge-Village] Adding a Misc. Charge through Code

2005-08-02 Thread Brandon George
Hello All! Does anyone know how I can add a Misc. Charge through code? Say I have a Sales Order and I want to add a Misc. Freight Charge through code to a given Line Item. Does anyone have any code examples on how to do this? thanks, Brandon Sharing the knowledge on Axapta.

Re: *SPAM* [Axapta-Knowledge-Village] Error number sequences

2005-08-02 Thread Danny Gaethofs
thanks Tobias; This works now. regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Andrae, Tobias [EMAIL PROTECTED] wrote: Hi Danny, try this: Numberseq numberseq; ; ttsbegin; numberseq = numberseq::newgetnum (smmparameters::numrefrelationaccount ()); if(numberseq) {

[Axapta-Knowledge-Village] Axapta Start References

2005-08-02 Thread m_freescorpion
Dear All, I will be part of Axapta Customization team.I do not know where to start. Could you please guide me? Yahoo! Groups Sponsor ~-- font face=arial size=-1a

RE: [Axapta-Knowledge-Village] Help on AOS , Application Server

2005-08-02 Thread Maurice Cohen
Hi, Whether you use thin or fat clients, the client needs to be loaded on each machine. I guess what you heard about IE is probably regarding the Web deployed client which is just a way of loading the client software on client machine automatically. This method still loads the windows

Re: [Axapta-Knowledge-Village] Error number sequences

2005-08-02 Thread Luis Martinez
Hi... I got same problem with sequences... and solve with that: add ttsbegin... ttscommit, after and before your code, becose Axapta validate this... Numberseq numberseq; ; ttsbegin; // here numberseq = numberseq::newgetnum(smmparameters::numrefrelationaccount()); if(numberseq) { print

RE: [Axapta-Knowledge-Village] Adding a Misc. Charge through Code

2005-08-02 Thread Preston A. Larimer
Sample Job static void SaleslineMarkupexample(Args _args) { markuptrans markupTrans; markupcode code = 'Fee'; amount markupAmount = 10; salesID so = '00015_036'; str transtext = Markup Transaction Text; lineNum ln= 1; salesLine sLine; sLine = salesLine::find(so,

RE : [Axapta-Knowledge-Village] Re: Add fields in reports - Disabling code

2005-08-02 Thread Steeve Gilbert
Look at the AllowAdd property of the DataSource. Set it to All fields and that should do it. But keep in mind that if it was disabled, it was for a reason, the report will probably not handle your new criteria properly. Regards, Steeve... -Message d'origine- DeĀ :