Re: [development-axapta] Number of undo step in X++ editor

2004-04-26 Thread Jens Fudge
Nope, but frequent backups are sometimes nice. /Jens Steeve Gilbert [EMAIL PROTECTED] oa-franc.com To [EMAIL PROTECTED] 23-04-2004 17:46 cc Please respond to Subject development-axapt [development-axapta] Number of undo [EMAIL PROTECTED] step in X++ editor

[development-axapta] Open directory with AX codes

2004-04-26 Thread Mikael Dalgård
Title: Meddelelse Hi all From DOS I can use this parameter to open a directory "explorer C:\dirname". Does anybody know how I can open a directory with Axapta codes. I have tried with this: void clicked(){ str vItemName; SMM_CustTable PrefTable; PrefTable =

RE: [development-axapta] Open directory with AX codes

2004-04-26 Thread Deshpande, Harry
Title: Meddelelse hi I am not very sure as to what are u trying to do but look at the aot import form and see how the browse button works. Then send your parameters but instead of sending just the extension for eg *.xpo send the full filename i.e. filename.xpo. This should work

Re: [development-axapta] Open directory with AX codes

2004-04-26 Thread Sonny Wibawa Adi
Hi Mikael, Try to change the code : winapi::shellExecute('explorer.exe ' + vItemName); become : winapi::shellExecute('explorer.exe ', vItemName); Cheers, Sonny Wibawa Adi Mikael_Dalgård [EMAIL PROTECTED] wrote: Hi all From DOS I can use this parameter to open a directory "explorer

[development-axapta] SalesAutoCreate

2004-04-26 Thread sinn3653
hi all does anyone know how to use the SalesAutoCreate class to create sales order and sales lines. If some one has already developed one please send me the sample/info. regards, sinn Yahoo! Groups Links To visit your group on the web, go

[development-axapta] SalesAutoCreate

2004-04-26 Thread sinn3653
hi all does anyone know how to use the SalesAutoCreate class to create sales order and sales lines. If some one has already developed one please send me the sample/info. regards, sinn Yahoo! Groups Links To visit your group on the web, go

RE: [development-axapta] SalesAutoCreate

2004-04-26 Thread Deshpande, Harry
hi sinn! Exactly what problem did u get while using this class? regards [Deshpande, Harry]-Original Message-From: sinn3653 [mailto:[EMAIL PROTECTED]Sent: Monday, April 26, 2004 4:34 PMTo: [EMAIL PROTECTED]Subject: [development-axapta] SalesAutoCreate hi alldoes anyone

RE: [development-axapta] Re: SalesAutoCreate

2004-04-26 Thread Deshpande, Harry
hi if you wish to copy lines from an existing sales order to a new sales order you should use salesAutoCreate. SalesTableForm is not meant to create sales order. It is meant to control the behavior of form SalesTable. regards harry -Original Message-From: sinn3653

SV: [development-axapta] Open directory with AX codes

2004-04-26 Thread Mikael Dalgård
Title: Meddelelse Hi Sonny Thank you, br. Mikael -Oprindelig meddelelse-Fra: Sonny Wibawa Adi [mailto:[EMAIL PROTECTED] Sendt: 26. april 2004 10:32Til: [EMAIL PROTECTED]Emne: Re: [development-axapta] Open directory with AX codes Hi Mikael, Try to change the

RE: [development-axapta] Re: SalesAutoCreate

2004-04-26 Thread Girish Bhatkal
Hi Sinn, What is the specific requirement, from where do you want to create the Sales order? if it is a new function then i would prefer to write a new class to create the SO and lines. cheers, Girish -Original Message-From: Deshpande, Harry [mailto:[EMAIL PROTECTED]Sent:

[development-axapta] Re: SalesAutoCreate

2004-04-26 Thread sinn3653
hi harry, what u mean by SalesTableForm is not meant to create sales order. It is meant to control the behavior of form SalesTable. can u elaborate more about it. i require to come out a form slightly similar to the free text invoice. New sales order record should inserted to the

[development-axapta] Axapta SQL exam

2004-04-26 Thread flygirltweety
Hi all, I'm planning on taking the Axapta SQL Exam. Anyone any hints/tips on what to study? Thanks in advance! Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ To unsubscribe from this group, send an email to:[EMAIL

[development-axapta] Re: Axapta SQL exam

2004-04-26 Thread durandgui
Hi, first of all, you need to read AdvancedDatabase_axaptatrainingmanual081103.pdf downloaded on the partnerSource website : https://mbs.microsoft.com/downloads/partner/training/materials/Advanc edDatabase_axaptatrainingmanual081103.pdf. The whole document is useful (542 pages). Moreover

Re: [development-axapta] Axapta SQL exam

2004-04-26 Thread ax
I'm shure that your local MBS provider has Databases advanced course material, there you can find about 60-70% of all you need.Then you must read old databases material (i' shure you can find it through partnerguide). Third is AOS and Config utility manuals, then hardware sizing, installation

[development-axapta] Reducing Balance/Double Declining Blc

2004-04-26 Thread Eko Idamoni
Dear All, I need your help to the following subject above. I founda problem in Reducing Blc Method calculation regarding my tax and accounting policy in my country, Indonesia. As I know depreciation always calculate 12 times = 1 years. Problem comes when acquisition date is

RE: RE : [development-axapta] Permission group access

2004-04-26 Thread ooi aikchong
Hi, Steeve. Thanks it works. Appreciate your hints and help. However, can we retrieve the group info based on current logon user id in X++ coding? if that is possible, it should be able to solve the problem also. Thank you , acooi From: Steeve Gilbert [EMAIL PROTECTED] Reply-To: [EMAIL