Re: [development-axapta] Sequence Number Duplicated

2004-09-16 Thread roberto pineda
Hi Sonny and Darius... Later i posted this message, i checked the create method in my datasource (LedgerJournalTrans),  and realized the that the error was caused by a line code: void create(boolean append = FALSE) {     ;     ledgerJournalEngine.precreate(ledgerJournalTrans);     element.s

RE: [development-axapta] Multiple AOS with multiple Application Directories

2004-09-16 Thread Kim Truelsen \(MICROSOFT BUSINESS SOLUTIONS\)
Hi You can use the Treenode.aotrestore and treenode.aotrefresh to update your AOT on all servers I made a batch job running on all AOS, that restored the AOT. Med venlig hilsen / Best regards Kim Truelsen Escalation Engineer Microsoft Business Solutions Axapta EMEA Global Technical

RE: [development-axapta] Special characters in reports

2004-09-16 Thread Pieter Wijnen
You need to use a labelcontrol & use the symbol font for it (character code 0x044) D   _  From: hm_oboe [mailto:[EMAIL PROTECTED] Sent: 16. september 2004 16:04 To: [EMAIL PROTECTED] Subject: [development-axapta] Special characters in reports Hi, one of our customers wants to

SV: [development-axapta] Running Excel macros from Axapta through COM ?

2004-09-16 Thread Jens Strandberg
Thanks for your reply. The Excel stuff is set up properly and works just fine, when I run the macro inside Excel. However, doing the "Run" on the COM object in Axapta tells me, that this cannot be done... :-( Any additional input ? Best Regards, Jens -Oprindelig meddelelse- Fra: Amund

RE: [development-axapta] Does Axapta require an SMTP server?

2004-09-16 Thread Pieter Wijnen
No, but setting up IIS will install it, if you don't specify otherwise ... Pieter   _  From: Matt Benic [mailto:[EMAIL PROTECTED] Sent: 16. september 2004 14:31 To: Axapta Dev Subject: [development-axapta] Does Axapta require an SMTP server? Hi all, Our network admin has just

RE: [development-axapta] External databases

2004-09-16 Thread Pieter Wijnen
Yepp, check out the UserConnection Class Pieter   _  From: Matt Benic [mailto:[EMAIL PROTECTED] Sent: 16. september 2004 15:55 To: Axapta Dev Subject: [development-axapta] External databases Hi all, Is it possible to read and write data in a DB outside of Axapta from within A

RE: [development-axapta] Does Axapta require an SMTP server?

2004-09-16 Thread Matt Benic
Thanks Malcolm, that's exactly the info I was looking for. And no, we're not running IIS on that box. Regards, Matt Benic Axapta Developer UTi Sun Couriers Division "The universal aptitude for ineptitude makes any human accomplishment an incredible miracle." - Col. John P. Stapp -Origi

RE: [development-axapta] Does Axapta require an SMTP server?

2004-09-16 Thread Malcolm Burtt
Hi Matt ASFAIK Axapta doesn't install an SMTP Server, nor does it require one. There are some features in Axapta 3.0 that optionally make use of an SMTP server via the Dundas mailer interface (see SysMailer classes). MS IIS does, however, install one, so if you've got IIS running on that s

RE: [development-axapta] ActiveX Error

2004-09-16 Thread Malcolm Burtt
Hi Yes, you need the Office web components installed on the client machine to do Pivot table viewing. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is pa

Re: RE : [development-axapta] Urgent: Where is "TemporaryFormName"

2004-09-16 Thread [EMAIL PROTECTED]
Hi, Where can I find Kernel document/classe. Its urgent Steeve Gilbert <[EMAIL PROTECTED]> wrote:It is a temporary form. It's a lookup form actually. You won't find a form of that nature because it's build on the fly for lookup purpose. I've tried to find where you could do th

[development-axapta] Special characters in reports

2004-09-16 Thread hm_oboe
Hi, one of our customers wants to print a greek Symbol (Delta) in a report line together with a value and a leading Text like: Additional costs +/- [DELTA] delivery date. Any kind of hints are much appreciated Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups L

AW: [development-axapta] Multiple AOS with multiple Application Directories

2004-09-16 Thread Andrae, Tobias
one app, one db!!! check your licenses and / or set the aos's settings to not open files exclusively (this switch has been removed with 3.0 sp3 btw). br, Tobias   -UrsprÃngliche Nachricht-   Von: axaptaci [mailto:[EMAIL PROTECTED]   Gesendet: Do 16.09.2004 14:07  

[development-axapta] External databases

2004-09-16 Thread Karsten Wollesen Clausen
Hi, Check the documentation of the class, OdbcConnection, it contains a good example of interacting with another database using ODBC-setup Best regards, Karsten Wollesen Clausen Thy Data Center Development A/S http://development.thydatacenter.dk/ [Non-text portions of this message hav

RE: [development-axapta] Multiple AOS with multiple Application Directories

2004-09-16 Thread Matt Benic
We had hell with that too. You should shut down your AOS's and import the project in two-tier mode, ideally while in the dat company (since it doesn't cache). At a push, you could import into one AOS, and force a cache refresh on the others (Tools->Dev Tools->App Objects->Refresh AOD), but we f

[development-axapta] External databases

2004-09-16 Thread Matt Benic
Hi all, Is it possible to read and write data in a DB outside of Axapta from within Axapta code? I am sure I rememeber reading about this somewhere,  but now I can't seem to find this. Can anyone point me in the right direction. Regards, Matt Benic Axapta Developer UTi Sun Couriers Division "

RE : [development-axapta] Urgent: Where is "TemporaryFormName"

2004-09-16 Thread Steeve Gilbert
It is a temporary form.  It's a lookup form actually.  You won't find a form of that nature because it's build on the fly for lookup purpose.  I've tried to find where you could do the modification to add the zipcode but I couldn't find it... weird.  Anybody know where the lookup form of the or

[development-axapta] Does Axapta require an SMTP server?

2004-09-16 Thread Matt Benic
Hi all, Our network admin has just informed me that there is an open SMTP port on our Axapta server. Does Axapta by any chance require an SMTP server, or install one during it's installation? I did the install and at no stage did I manually configure an SMTP server on the machine! Regards, Mat

Re: [development-axapta] Running Excel macros from Axapta through COM ?

2004-09-16 Thread Amund
Inside VBA this would be something like: Application.Run "Workbook.xls!Macroname" From Axapta you can use: .Run("Workbook.xls!Macroname"); In general you may do what you want inside the macro recorder in Excel (or Word, or..) and use the resulting VBA-code almost as-is in Axapta. Amund T

[development-axapta] ActiveX Error

2004-09-16 Thread lerconsult
Hi, I have the following error when I try to run the pivot table link from the result button on the the form statistics questionarie, what should I install on my PC? Is it because the office web components? Thanks, Error: Unable to create activeX control Microsoft Offcie Pivot Table Office

[development-axapta] Multiple AOS with multiple Application Directories

2004-09-16 Thread axaptaci
Hi, I have read some mails about Axapta that we must use One DB and One Application folder. But our customer has 4 branches. I made this desired configuration with 4 AOSs but only one of them can work, others have some event messages about out of license (I found that the real reason is th

[development-axapta] Running Excel macros from Axapta through COM ?

2004-09-16 Thread Jens Strandberg
Hello there, I am using COM to display data from Axapta in Excel. Is there a way to tell Excel to run a certain macro once the data has been moved to Excel ? Thanks in advance ! Best Regards, Jens Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit

[development-axapta] Re: Form LedgerJournalTransDaily requires an active buffer.

2004-09-16 Thread agramm2000
--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > In purchase order form when I am on a purchase order and click  functions -> > Open Transaction Editing  I see vouchers WO any problem. > > Then I click Inquiry -> Specification from the menu. Everything seems normal > until this page. Ho

[development-axapta] Re: Axapta documentation - Proposal!!

2004-09-16 Thread mca_prog
Hi, It seems that the group i started isn't visible yet in the Yahoo listing. So here's the URL: http://groups.yahoo.com/group/Axapta_Documentation Regards, Mca --- In [EMAIL PROTECTED], "mca_prog" <[EMAIL PROTECTED]> wrote: > Hi, > > I iniated this idea a couple of days ago and i'm ha

RE : [development-axapta] Credit Note Reports... Please Help

2004-09-16 Thread bob . brinker
Hi Everyone, Does anyone know the name of the Reports in the AOT that prints the Credit Notes documents? There is a Credit Note document that can be printed out of Accounts Payable based on a purchase order. There is also a Credit Note document that may be printed out of Accounts Receivable b

[development-axapta] Urgent: Where is "TemporaryFormName"

2004-09-16 Thread ottawa_m2003
Hi, I am trying to add a new row in " Accounts Payable/Purchase Order/". It takes me to another form called CreatePurchaseorder. When I can click on "vendoraccount", it opens another form which has "Vendoraccount   name  Searchname OurAccount Telephonenumner" as columns. I clicked on the h

[development-axapta] Inventory Closing

2004-09-16 Thread Jim Jo
Hi all .. May be this could be a foolish ! Correct me if am wrong ! Costing method used - FIFO ! >From my understandin when you do a recalculation Axapta adjusts the inventory values of those items which were drawn from the inventory on average cost price to the cost price by lot id. Jus