RE : [development-axapta] empty select statement

2004-12-06 Thread Steeve Gilbert
If (inventTable) {   //A record is selected } Steeve... -Message d'origine- De : RHODPR [mailto:[EMAIL PROTECTED] Envoyé : 6 décembre 2004 12:44 À : [EMAIL PROTECTED] Objet : [development-axapta] empty select statement Hi, how can I make sure that a select statement is n

[development-axapta] empty select statement

2004-12-06 Thread RHODPR
Hi, how can I make sure that a select statement is not empty?  For example if I make a statement select firstonly from inventTable where inventTable.itemID = "It001"; how can I know whether inventTable is containing any records?  If the record It001 doesn't exist yet, I should create it.

[development-axapta] Add cost to inventory and recalculate issues

2004-12-06 Thread matiazo
Hello everybody, We've been working with Axapta for about one year and we're currently developing one little module do add some direct and indirect cost based on Ledger Accounts using a cost month closing journal and job (splitting direct cost for salary for example into the orders that

Re: [development-axapta] Re: Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-06 Thread Danny Gaethofs
I ran out of options, but for what it is worth. The classes that execute the synchronize are: smmInit.initFromServer called from class Application smmInit.initFromClinet called by initFromServer smmInit.initEMailEventHandler called from initFromClient. It is this method that checks for the o

[development-axapta] A call to South African Axapta technical users

2004-12-06 Thread Matt Benic
To all South African Axapta technical users, We (the Axapta implementation and development team at UTi Sun couriers) feel that the technical users at all Axapta sites in South Africa could benefit from creating a local Axapta user community. We envision such a community learning from each othe

[development-axapta] Re: Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-06 Thread pbercher
Hi Danny hmm .. Outlook synchronization is switched off 4 all empl. I tried with the admin user, so the CRM security shouldn't be the prob. Any other ideas? Thx Pirmin --- In [EMAIL PROTECTED], Danny Gaethofs <[EMAIL PROTECTED]> wrote: > > Hi  Pirmin, > > > Apparently you have swit

[development-axapta] Re: Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-06 Thread pbercher
Hi Danny, thx 4 u answer, but.. - all users / empl have "outlook synchronizatin" off and i tried with the Admin user , so the CRM security shouldnt be the prob. Any other idea(s)? THX Pirmin --- In [EMAIL PROTECTED], Danny Gaethofs <[EMAIL PROTECTED]> wrote: > > Hi  Pirmin, > > > App

[development-axapta] table to XML

2004-12-06 Thread RHODPR
Hi all, I have to write some field of a table to an XML document.  The elements in the XML document are not the actual field names, so right now I manually create the XML document : I create an element, and I put the data from the table between its starting and closing tag.  Is it possib

RE: [development-axapta] problem: COM -> MSWORD

2004-12-06 Thread Dee S
Hey Mca To achieve the below mentioned points you will have to use COM objects the below mentioned points are acheive in the CRM modules w.r. to quotations thing   For direct reference just peek on to the following  classes   1) smmDocuActionCOM_Word_Quotation   2) DocuActionCOM_Word.

[development-axapta] How to search a string with wildcard character "?"

2004-12-06 Thread goldsukh2001
Hi, I am customizing Axapta form "SysDatabaseLogSetup" which use DatabaseLog" table .I have added one functionality in form column "Name of Table" for finding the name of Table when a user right click on this column. I have already added a funtionality to open System form "SysFormSearch"

Re: [development-axapta] Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-06 Thread Danny Gaethofs
Hi  Pirmin, Apparently you have swithed on the outlook synchronization field on the tab outlook of the employees. it can also be that you did not have the configuration key outlook synchronization under CRM Series enabled before and you did not. regards, Danny --- pbercher <[EMAIL PROTECT

[development-axapta] Decimal, delimiter problems on AOS

2004-12-06 Thread Jens Strandberg
A small misprint... :-) Running AOS: Default display Running AOS/Citrix: Default display Running Axapta in 2-tier mode: Custom display   -Oprindelig meddelelse-   Fra: Jens Strandberg [mailto:[EMAIL PROTECTED]   Sendt: 6. december 2004 11:27   Til: [EMAIL PROTECTED] Com (E-mail)   Emn

[development-axapta] Decimal, delimiter problems on AOS

2004-12-06 Thread Jens Strandberg
Hello there, We are having some problems displaying numbers correctly. Default, Axapta would display one million as "1,000,000.00" (let's call that default display) However, we need to switch "," and ".", so that "1.000.000,00" (let's call that custom display) The settings on the AOS serve

[development-axapta] Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-06 Thread pbercher
Helllo, since we have installed the 1st pc on WinXP / Office XP each time we start Axapta (2.5 /Sp2) on that box, outlooks pops up and asks 4 "A programm is trying to access e-mail" Allow access for .. If i say yes, it's ok for the time i have Axapta open,  but when in re-open Axapta

[development-axapta] Re: Add DialogField in report

2004-12-06 Thread anton_tjiptadi
eh.. sorry Max, couldn't find DisplayWidth property, there's only DisplayHeight and DisplayLength in EDT property ? (nb I'm using Axapta ver3.0 SP3) ..and what is fields AFAIR ? :) ps : even when I double the stringsize of the EDT, still the lookup as it was (small) thanks, --- In [

Re: [development-axapta] Executing a report from a self made form

2004-12-06 Thread Ahmed Ibrahim
if the class extend from runbasereport class then go for the following : Next steps 1- in your class you should overrdie lastValueElementName as the following public identifiername lastValueElementName() {     return reportStr(CustAccountStatementExt);  // CustAccountStatementExt is re

Re: [development-axapta] Re: Add DialogField in report

2004-12-06 Thread Max Belugin
Hello anton_tjiptadi, ïîíåäåëüíèê, 6 äåêàáðÿ 2004 ã., you wrote: a> Wow, thanks man, it works... :)) a> uhmm.. one more thing, can the column in the autolookup "dress up" a a> bit, 'cause the data seems to truncate for just a view character a> even if I only show two columns. a> ex : a> V

[development-axapta] Re: Add DialogField in report

2004-12-06 Thread anton_tjiptadi
Wow, thanks man, it works... :)) uhmm.. one more thing, can the column in the autolookup "dress up" a bit, 'cause the data seems to truncate for just a view character even if I only show two columns. ex : Vouc.. | Amount.. | CPP_4..|   4598.. | CPX_4..| 124567.. | O yeah.. the data show

Re: [development-axapta] Query Dimension

2004-12-06 Thread Ahmed Ibrahim
this.query().dataSourceNo(2).addRange(fieldId2Ext(fieldNum(ProdBOM,Dimension),3));     qbr.value("somevalue"); Regards   Ahmed kamchung322 <[EMAIL PROTECTED]> wrote: Hi All, How can I only query Dimension[1] value = 'SubCon'.  I try to use the following code but it will filter Dim

RE: [development-axapta] Query Dimension

2004-12-06 Thread Michael Niemeyer
Hi, try this: this.query().dataSourceNo(2).addRange(fieldId2Ext(fieldnum(ProdBOM,Dimension),1)).value(QueryValue('SubCon')); Michael >From: "kamchung322" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [development-axapta] Query Dimension >Date: Mon, 06 D

Re: [development-axapta] Add DialogField in report

2004-12-06 Thread Max Belugin
Hello anton_tjiptadi, ïîíåäåëüíèê, 6 äåêàáðÿ 2004 ã., you wrote: a> I'm trying to add dialog field to my report, code is below : a> public Object dialog() a> { a> DialogRunBase   dialog = super(); a> ; a> dialog.addGroup("Range"); a> dialogTaxInvNo = dialog.addField(typeid