Re: [development-axapta] GUID

2004-06-21 Thread Max Belugin
Hello gunnark75, ïÿòíèöà, 18 èþíÿ 2004 ã., you wrote: g Is where any function in Axapta like Attain to create a GUID ? g Attain : createGUID you can try the following for example new COM(scriptlet.typelib).guid() -- Best regards, Max http://belugin.newmail.ru ICQ:9406811

Re: [development-axapta] taxes report

2004-06-21 Thread ax
if you mean taxes from ledgerjournaltrans, then Field VendTransId gets value only when line is posted and 0 if it is not. Kuni - Original Message - From: lvargas0123 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 19, 2004 7:33 PM Subject: [development-axapta] taxes

RE: [development-axapta] GUID

2004-06-21 Thread Sergey Siroklin
WinApi::createGUID -Original Message- From: gunnark75 [mailto:[EMAIL PROTECTED] Sent: Fri 18.06.2004 19:14 To: [EMAIL PROTECTED] Cc: Subject: [development-axapta] GUID Is where any function in Axapta like Attain to create a GUID ? Attain : createGUID

RE: [development-axapta] taxes report

2004-06-21 Thread Harry Deshpande
Hi You will have to define 'before journal is posted'. If journal is open on screen then the tax transactions are there in tmptaxtrans (i.e. once you click on line button and open the form). If the journal is not open then you will have to calculate tax. Regards harry

RE: [development-axapta] Regarding Layer concept...

2004-06-21 Thread Tony Depalo
Have you tried just deleting the axusr.aod file and reimporting your project back into the VAR layer?. Remember, that by deleting the aod file you delete ALL the user changes! Good luck Tony -Original Message- From: akash malohatra [mailto:[EMAIL PROTECTED] Sent: Friday, 18 June 2004

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

2004-06-21 Thread Jacob Christian Døskeland
Thanx, but i was upgrading from Axapta 3.0 sp2 -- Sp3 Is it still very important? I have run Oracle Statistics Jacob At 21:22 20.06.2004, you wrote: Hi Jakob! When you copy the old database (2.5) and make the upgrade an analyze is already running. You should ask your DBA to check if

[development-axapta] Axapta Graphs

2004-06-21 Thread Ýbrahim
Hi, How can i use Axapta graphs (like in LedgerStatistics form) with a datasource? Thanks... Ýbrahim - Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! [Non-text portions of this message have been removed]

[development-axapta] Field level security for small range

2004-06-21 Thread Ax_dave
Hello, I want to setup field level security on one table but not for all range of records.. only for small range. Can this be possible on record level security by some ways ? Thank you for any kind of advice or help. Regards, Manjushree Yahoo! Groups Sponsor ADVERTISEMENT

[development-axapta] Re: A few difficult questions!

2004-06-21 Thread abcdplkm
Hi all, Some answers found - SyssetupFormRun\Task - This calls the help for normal forms - Forms\SysHelp\helpURL - This calls the help for the main-menu and the AOT - Forms\SysHelp\helpObject - this calls the help for special forms. I thought it will be helpfull for other people!

[development-axapta] How to add an item to the menubar?

2004-06-21 Thread abcdplkm
Posted - 2004 Jun 21 : 15:17:11 - --- Hi, I want to add items to the menubar. I want for example add an item to the help-menu. How can i do this? Is this a form which i can find in the AOT? Is it a class?

[development-axapta] Regarding Outlook

2004-06-21 Thread Mikael Dalgård
Hi, Can anybody tell me how to find some information’s, about Outlook integration from Axapta. I have seen the tutorial, but it doesn’t work on my Computer :-( I look forward to hear from you, Best regards Mikael Dalgård [Non-text portions of this message have been removed]

[development-axapta] Speedup my Insert Records Process

2004-06-21 Thread Jay Sathasivam
Hi Guys, I am try to Update like 5000 or more records and I am using ttsbegin; Select forupdate tablename tablename.Field1 = ; tablename.Field2 = sdfsdf; tablename.insert(); ttscommit; My problem is it's taking more time but I am thinking to use storeprocedure in Oracal Database