RE: [development-axapta] Batch processing for Salesorder Invoicing

2004-06-08 Thread akash malohatra
Thanks a lot Harsha... for your valuable info... --- Harry Deshpande <[EMAIL PROTECTED]> wrote: > Hi Akash! > >  > > 1.  As to SQL locks ... I am just guessing..however, > I do feel that > this is a case of SQL locks on (most likely) > inventory tables, which > will slow down your proce

RE: [development-axapta] Files not found on new installation

2004-06-08 Thread Matt Benic
How would I use these?.. I see there are three classes (SysFileDeployment_SFC1, SysFileDeployment_SFC2 and SysFileDeployment_SFC3) that list the exact files that are reported as missing! Matt Benic Axapta Developer UTi Sun Couriers Division   -Original Message-   From: Mike Savage [ma

[development-axapta] Inserting picture again

2004-06-08 Thread Joy Satyanagara
Thanks Denis for your help. I have another question. What should i do to apply it in every tab page in main menu, such as : General Ledger, bank, crm, AR, AP, inventory, etc. If i want to apply it in every form in axapta, i have to insert a window for the picture --> correct me if i wrong. How t

[development-axapta] label printing

2004-06-08 Thread akash malohatra
Hi all, Is there anyone used Bartender software for label printing. Can this will be integrated to Axapta through COM.. I will appriciate for any Info/examples.. on this... thanks in Advance Akash        

[development-axapta] importing product models as .dat format

2004-06-08 Thread A.Hakan Eser
we have a database and application with servicepack 2. We have product models in product builder module. When we have carried first BOMS and then product models with definition groups (we have already imported inventory table with excel) from sp2 environment to sp3 environment, we have problems

[development-axapta] Three datasources linking

2004-06-08 Thread Max Belugin
Hello development-axapta, I want to view by a grid equivalent of the following query: select * from a outer join b on b.cID=a.cID where b= where is the field of datasource Z i  think  that  i  have  to  create  datasource  a  and  datasource  b (JoinSource: a, Link type: OuterJoin) Now wh

RE: [development-axapta] Information Exchange

2004-06-08 Thread Agus Riyadi
Hi dude, args.object(form); args.caller(this); // what is "this" referring to "this" refer to the object having the method that you write. If it's a class, then you have a reference to this class at the target form. you can override init's method of the target form to get the referenc

[development-axapta] does current user belong to given user group

2004-06-08 Thread Max Belugin
Hello development-axapta, What is the betsh way to know does current user belong to given user group?   -- Best regards, Max     http://belugin.newmail.ru ICQ:9406811 Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your grou

[development-axapta] Different Functionality between companies

2004-06-08 Thread Matt Benic
Hi there, We have a requirement that dictates slightly different functionality between companies, and we are not keen on doing this by checking for the current company in code. We currently make all our customisations in the cus layer, and were considering implementing this by making a company

[development-axapta] Really important

2004-06-08 Thread Amit Jain
Hello Guys, I have raised this query once before also but failed to get any responses. I am repeating that as it is very important. I want to know if there any place where i can find which class is getting executed. In more detailed manner i am looking for the type of posting that is in

RE: [development-axapta] Really important

2004-06-08 Thread Steve Wright
Amit I am sure there is no single place for you to check. However, a lot of journals are covered by the LedgerJournalEngine class where you will find a class for most journal types, eg LedgerJournalEngine_CustPayment LedgerJournalEngine_VendInvoice LedgerJournalEngine_VenPayment any many

[development-axapta] Re: Really important

2004-06-08 Thread kwc_thydev
Hi Amit, You should take a look at the different Trace/Log Facilities in Axapta. There exists a document, "Trace and Log Facilities" (can be found at technet.navision.com) which describes the different facilities. I would suggest that You set-up a trace on long queries using the -queryti

[development-axapta] Product Builder

2004-06-08 Thread Gokhan Can
Hi all; I am using product builder and I defined 2 modeling variable and they are table variable Example to tell you my problem ; Variable A -> table , inventtable , grupID = Lamps Variable B -> table , inventtable , grupID = Glasses What I wanna do is ; When I select a lamp I

[development-axapta] Re: ZipCodes for France

2004-06-08 Thread balawoo2lille
Hello, I'have these data where can i post it ? I have also all the data banks for France (adress, IBAN ...) Best Regards, Philippe --- In [EMAIL PROTECTED], "Richard van der Craats" <[EMAIL PROTECTED]> wrote: > Hi Roland, > > I am not sure how this is arranged in France, but I know that

[development-axapta] Re: ZipCodes for France

2004-06-08 Thread durandgui
Hi, Just have a look on this website : http://www.winoptics.com/cp/ it's seems to have all the french zipcodes in separate mdb files. Greets, Guillaume --- In [EMAIL PROTECTED], "Roland Poletti" <[EMAIL PROTECTED]> wrote: > Hi all > > has anybody the zip-codes from France. It would be grea

[development-axapta] C#

2004-06-08 Thread gunnark75
Hi, i'll try to call an Axapta Job from a C# Programm. VB6 works. Could some one give me tip, or short example ? thx Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  T

[development-axapta] Outlook-Sync

2004-06-08 Thread Mister L
Hi! I know, this will be the n'th posting for that, but we have a customer on Ax3.0SP1 and he syncs a lot of CRM-activities. Last time he told us, that it takes about one hour to synchronize when he starts Ax and it takes about 5-6 minutes when he wants to save an activity-record. I think, t

[development-axapta] cross table

2004-06-08 Thread Wolfgang Puttinger
Hi all, I have create a Table CustAmountItemGroup, with the fields  orderAccount, itemgroupid, periode, amount The table has a relation to the custTable on orderAccount. How can I make a CROSS TABLE (Kreuztabelle) in the custTable FORM in a extra TabPage?     periode1  periode2

[development-axapta] Re: AOS performance

2004-06-08 Thread Harish Mohanbabu
Hi Kim Have you managed to resolve the problem yet? If not, what is the version and service pack of SQL server they are running there? Hope they are not running SP3. Regards Harish Mohanbabu --- In [EMAIL PROTECTED], "Kim Truelsen \(MICROSOFT BUSINESS SOLUTIONS\)" <[EMAIL PROTECTED]>

[development-axapta] Re: C#

2004-06-08 Thread drfate88
--- In [EMAIL PROTECTED], "gunnark75" <[EMAIL PROTECTED]> wrote: > Hi, i'll try to call an Axapta Job from a C# Programm. > VB6 works. Could some one give me tip, or short example ? > > thx Hi Gunnar, look at this. It's VB.Net but should be very easy for you to do it in C#, it's just the

RE: [development-axapta] Really important

2004-06-08 Thread Don Price
Have a look at formletter class as it the base class for salesformletter and purchformletter.  Salesformletter is basis of all sales order processing and purchformletter is the basis of all purchase order processing.  Each of these classes overload specific methods from the formletter class as

[development-axapta] Re: Really important

2004-06-08 Thread drfate88
Hi Amit, it think you want to catch current processing tasks within the axapta application, meaning you want to retrieve the existing objects (eg. SalesFormLetter_Invoice). You have to know, that in a 2- tier envrionment objects only exist on the client (not new :-)). Have you thought about

RE: [development-axapta] label printing

2004-06-08 Thread Don Price
Remove the #'s as I ripped this from one of my xpos.  In the label we have controls that match the names below like STCompany. Hope this helps. #void clicked()     #{     #     #    Com comBTApp;     #    Com comBTFormat;     #    Co

[development-axapta] RE: SalesTable Form Caption

2004-06-08 Thread Chwaszczewski, Jim
I looked at the setCaptionText on the SalesTable form (thank you).  I've created a form that is called from the SalesTable form that displays a SalesLine and has SalesLine and SalesTable as datasources.  When I change my form's caption I still get the SalesTable and SalesLines keys appended to

AW: [development-axapta] cross table

2004-06-08 Thread Mister L
Hi Wolfgang! 1.) Did you think of DisplayMethods() located on your table, then put into your form? I mean some kind of display Amount Periode1() {   Amount  retVal = 0;   ;   // calculate your retVal here for Period1   return retVal; } 2.) OLAP or Business Analysis has

[development-axapta] Re: cross table

2004-06-08 Thread drfate88
--- In [EMAIL PROTECTED], "Wolfgang Puttinger" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have create a Table CustAmountItemGroup, with the fields  orderAccount, itemgroupid, periode, amount > The table has a relation to the custTable on orderAccount. > > How can I make a CROSS TABLE (Kreuz

RE: [development-axapta] Re: AOS performance

2004-06-08 Thread Kim Truelsen \(MICROSOFT BUSINESS SOLUTIONS\)
Hi Harish Not, yet. We are still investigating. They run SP3a, which doesn't contain the memory leak as in SP3. Their SQL server needed some upgrades (ram ect) and I will see the results soon. Thanks Med venlig hilsen / Best regards Kim Truelsen Escalation Engineer Microsoft Busin

RE: [development-axapta] C#

2004-06-08 Thread Preston A. Larimer
This is some Code I made to test the Connection in c#, it calls a static class method a couple times and writes the output to the console,  then executes a query and writes output of the name field from the custTable to the console as well. Then it calls another static method that does the same

R: [development-axapta] C#

2004-06-08 Thread Alessandro Ghidini
Register Axcom.dll. Include axcom.dll and use the wrapper constructed by visualstudio.. I’ll send an example tomorrow if necessary.. My work time is finished today! :D Ghidini Ing. Alessandro Kibuz SRL Galleria Ludovico Mortara, 2 - 46100 - Mantova Telefono: +39 0376 220605 F

[development-axapta] SP3

2004-06-08 Thread Harry Deshpande
Hi Has anyone successfully compiled AX3SP3 application? I am getting a few compilation errors: For e.g. Class info method 'initBrowser'     if (mySession.clientKind() == ClientType::WorkerThread) I am getting an error saying ' the enumeration does not exist'. This is st

[development-axapta] Error in vendor journal

2004-06-08 Thread sting_xcr
Hi all, I´ve encountered the following problem: Entered a check in the payment journal and followed the steps to pint the check. Payment status changed from sent to none (required status for posting accounding to parameters) When I try to validate or post I get the following message: "Wa

RE: [development-axapta] Re: AOS performance

2004-06-08 Thread Myrl Stadnick
    We had the same issue and found that our database was too large for our hard drives.  Once we passed the 81% full mark our performance dwindled considerably.  We upgraded to the largest raid drives we could get; now the issue seems to be resolved. I'm interested in your results also. M

[development-axapta] Oracle to MS SQL white paper?

2004-06-08 Thread James Flavell
Maybe I am mistaken but I thought there was a white paper about converting Oracle Axapta database to MS SQL?  Can anyone confirm this and point me in the right direction where I can find it or give any feedback on any problems as I seem to be having problems with duplicate recids being reported

RE: [development-axapta] Really important

2004-06-08 Thread Harry Deshpande
Hi Amit! What is your business requirement? Regards harry   _  From: Amit Jain [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 June 2004 10:19 p.m. To: [EMAIL PROTECTED] Subject: [development-axapta] Really important Hello Guys, I have raised this query once before als

[development-axapta] web integer custom lookup

2004-06-08 Thread Agus Riyadi
Hi all, I'm using axapta 3.0 sp2 I have an integer field, in standard form it has lookup to a table. When developing enterprise portal, I think it has lookup button as in standard form, but it doesn't (because it is integer). So I think I have to create my own custom lookup for this in

[development-axapta] Re: SP3

2004-06-08 Thread bmp_thydatacenter_dk
Try to check you path to ax32.exe. It sounds like the client is running a client from 3.0 SP2 or eralier. Best regards, Bjørn Møller Pedersen Thy Data Center Development A/S --- In [EMAIL PROTECTED], "Harry Deshpande" <[EMAIL PROTECTED]> wrote: > Hi > >  > > Has anyone successfully comp

RE: [development-axapta] Re: SP3

2004-06-08 Thread Harry Deshpande
Hi bmp Right on target! Any idea why it was giving this error? The application directory was correct and this particular enumeration is in the aod file in the application directory!  Just curious Thanx in advance Regards Harry   _  From: bmp_thydatacenter_dk [ma

[development-axapta] Re: SP3

2004-06-08 Thread bmp_thydatacenter_dk
The base enum ClientType is not defined at the application level (aod-files). It is defined by the kernel (in the ax32.exe file). Best regards, Bjørn Møller Pedersen Thy Data Center Development A/S --- In [EMAIL PROTECTED], "Harry Deshpande" <[EMAIL PROTECTED]> wrote: > Hi bmp > >  > > R

RE: [development-axapta] Re: AOS performance

2004-06-08 Thread Kim Truelsen \(MICROSOFT BUSINESS SOLUTIONS\)
Thanks for your input Med venlig hilsen / Best regards Kim Truelsen Escalation Engineer Microsoft Business Solutions Axapta EMEA Global Technical Support Center Direct / mobile: +45 4489 0100 / +45 29499958 E-mail: [EMAIL PROTECTED]   Online support at: www.microsoft.com/support http://w

Re: [development-axapta] C#

2004-06-08 Thread Max Belugin
Hello gunnark75, âòîðíèê, 8 èþíÿ 2004 ã., you wrote: g> VB6 works. Could some one give me tip, or short example ? try to import typelibrary with visual studio -- Best regards, Max    http://belugin.newmail.ru ICQ:9406811 Yahoo! Groups Sponsor ADVER