[development-axapta] Error: Conversion of item table code was not specified

2004-02-05 Thread [EMAIL PROTECTED]
Hi,   I am  trying to change the quantity of one purchase line in the purchase order and I get this error:  "Conversion of item table code was not specified" . Does anyone know what does the error nessage mean and how to go about to solve it?   TIA, Charles Yahoo! Groups Links To

[development-axapta] default location

2004-02-05 Thread userm1837
Hi guys, I would like to know where the method that sets the default location is.  Is is possible to edit the method such that created items automatically default to a specific warehouse other than somebody going to edit it to change the default. Thanks Yahoo! Groups Links To vi

[development-axapta] Bold text in report

2004-02-05 Thread Steeve Gilbert
I want to show some word of a sentence in bold on a report:  Like in this sentence : "You have purchase 48 boxes" I want "48" to be bold.  Do you have an idea on how to do achieve this?  Right now I'm trying to put bold words in separate String field but it's far from working.  The words are so

[development-axapta] Counting rows in Reports

2004-02-05 Thread Ugur S. Taskin
Hi All, I need to count the number of rows in a report. Is there an easy way to calculate the number of rows in the report without using a method.   Thanks, Ugur Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscrib

[development-axapta] Re: CustTrans and taxtrans relation

2004-02-05 Thread Claudia Göries
Hi Cenk, relation between CustTrans an LedgerTrans is    LedgerTrans.Voucher   == CustTrans.Voucher && LedgerTrans.TransDate == CustTrans.TransDate Relation between LedgerTrans and TaxTrans is    TaxTrans.Voucher  == LedgerTrans.Voucher && TaxTrans.TaxRefId == LedgerTrans.TaxRefId Hope it hel

[development-axapta] Spamfilter!

2004-02-05 Thread Morten Aasheim
Hey all Axapta-developers!   What’s up with this Spam-filter??   It’s seems to be a little bit too eager, don’t you think?     Morten, CSY     Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe f

[spam] taxtrans sourceTableId is not set?

2004-02-05 Thread Cenk Ince
Yahoo! Groups SpamGuard has detected that the attached message to the group development-axapta is likely to be spam. For more information about SpamGuard, please visit our help pages: http://groups.yahoo.com/local/spamguar

[development-axapta] Fill in ItemMovement Itemid through barcode Reader

2004-02-05 Thread Gulden KISA SAYLAN
Title: Message Hi all,I have Barcode Reader is through keyboard.When I am on the field Itemid in Item MovementJournal/TransferJournal lines, I want to fill automatically in this field through this barcodereader.I defined a barcode in InventItemBarcode for a itemId with configId.When I pus

RE : Re-2: [development-axapta] Transactions with multiple forms

2004-02-05 Thread Steeve Gilbert
>... and how do I know >when the form has been closed, so I can call the next form ... You can override "closed" method or one of the many others "close" methods of the Form. Steeve... Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on t

Re: [development-axapta] Transactions with multiple forms

2004-02-05 Thread Alexander Usachev
Additionally you can try to make modal forms (using Winapi) to subsequent editions. Alex Usachev /[EMAIL PROTECTED]/ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 05, 2004 3:34 PM Subject: Re-4: [development-axapta] Transactions with

Re-4: [development-axapta] Transactions with multiple forms

2004-02-05 Thread jesper.joergensen
HI, use Args.caller to access the caller object and write back the recordinsertlist /Jesper Original Message Subject: Re: Re-2: [development-axapta] Transactions with multiple forms (05-Feb-2004 13:12) From:    [EMAIL PROTECTED] To:  [EMAIL PROTECTED] > Thanks for the

[development-axapta] Query problem

2004-02-05 Thread Izabela Boguszyńska
Hello !!   Could someone help me with one problem ?   I make a report, in this report I use my own Querry and when user run report Axapta dont remeber last user setting. User must manualy choose option "Previously user settings" from "Load and Save" tab. How can I set this option (Previ

Re: Re-2: [development-axapta] Transactions with multiple forms

2004-02-05 Thread flygirltweety
Thanks for the information, but I still have a few problems ... How can I do this with mupliple forms.  If I get it right, I have to collect information of the several records in the RecordInsertList, and do the transaction in 1 go. I know how I can call a form from whitin a procedure, but h

Re-2: [development-axapta] Transactions with multiple forms

2004-02-05 Thread jesper.joergensen
HI, It is no Problem having interaction before the transaction. I use the class RecordInsertList to avoid using temp tables. /Jesper Original Message Subject: RE: [development-axapta] Transactions with multiple forms (05-Feb-2004 12:06) From:    [EMAIL PROTECTED] To: 

RE: [development-axapta] Transactions with multiple forms

2004-02-05 Thread Gert Neetesonne
You cannot have user interaction in the course of a long running transaction. If you really want to do it in one transaction, you should do the mass insert all at the end. If necessary, you can in the meantime store the records temporary (see eg. the old item wizard) Gert Neetesonne >

[development-axapta] Re: more than 3 dimensions - go to main table doesn't work

2004-02-05 Thread Claudia Göries
Hi Girish and  all the  other, who helped me ! Thanks a lot,  now it works !!! cu Claudia --- In [EMAIL PROTECTED], "Girish Bhatkal" <[EMAIL PROTECTED]> wrote: > i am sending the attachment once again. > cheers, > girish >   -Original Message- >   From: Claudia Göries [mailto:[EMAIL

[development-axapta] Transactions with multiple forms

2004-02-05 Thread flygirltweety
Hi, I want to write a procedure where I want to call 2-3 forms, in a certain order.  When a user closes the first form, I should open a second, after that a third, The inserts of all these records should be done in 1 transaction. Does anyone has a clue if this is possible to do this in

[spam] RE: [development-axapta] Re: read multi row select

2004-02-05 Thread Morten Aasheim
Yahoo! Groups SpamGuard has detected that the attached message to the group development-axapta is likely to be spam. For more information about SpamGuard, please visit our help pages: http://groups.yahoo.com/local/spamguar

[development-axapta] Re: read multi row select

2004-02-05 Thread byteway_so
Do you mean this? Combining your replies, I get the following: void clicked() {     Common  tmpDS;     ZipCodeId   zipCodeId;     ;     if (DataSource1_DS.getFirst(true))   tmpDS = DataSource1_DS.getFirst(true);     while(tmpDS)     {     tmpDS = DataSource1_DS.getNext();    

RE: [development-axapta] Re: read multi row select

2004-02-05 Thread Gert Neetesonne
Yes, There is a property multiselect on your button itself. Put that property to yes Gert Neetesonne Edan Business Software >From: "byteway_so" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [development-axapta] Re: read multi row select >Date: Thu, 05

RE: [development-axapta] Re: read multi row select

2004-02-05 Thread Morten Aasheim
I prefer doing it like this:     ZipCode zipCode;   if (DataSource1_DS.getFirst(true))   zipCode = DataSource1_DS.getFirst(true);   while(zipCode) {   //zipCode.DoSomething()   zipCode = DataSource1_DS.getNext(); }     Morten, CSY J   From: b

[development-axapta] Re: read multi row select

2004-02-05 Thread byteway_so
That was quick!!! I just saw that it was also possible to not use a Common declaration, but use the table name instead. Is there also a property I need to set to prohibit that my button gets greyed out when multi selecting rows? >Use common.(fieldId2Ext(fieldId, 0)). >In case of a normal f

RE: [development-axapta] Re: read multi row select

2004-02-05 Thread Gert Neetesonne
Hi, Use common.(fieldId2Ext(fieldId, 0)). In case of a normal field, use 0 In case of an array field, use the array number instead of 0 FieldId variable is the field ID of the field you want to access. Gert Neetesonne Technical Product Manager Edan Business Software >From: "byteway_so"

[development-axapta] Re: read multi row select

2004-02-05 Thread byteway_so
Thanks for your reply. But how do i read the field values of this common variable? It does not work if I add a variable for the table, i.e. the zipcode table. Can you please shed your light over this too? void clicked() {     Common tmpDS;     ZipCode zipCode;     ;     if (DataSource1_DS.ge

[development-axapta] deployment problem - SQL Synchronisation

2004-02-05 Thread utku tatlidede
Hi everybody, Our project is on var layer and we usually deploy the whole var layer by copying the AOD to the test or production server. SQL is synchronised by using Administration - > Periodic -> SQL Administration. This worked fine but yesterday we realised a problem. Our tables  (not default

[development-axapta] Salesbasket problems

2004-02-05 Thread chrisvandermeer99
Hello, We are having problems with the Guestaccount of our website (Customer Self Service). Some salesbasketlines just disappear. I would like to know two things. 1. When I log on to the website, does my basket get registered right away? If so, do you know in wich table it gets registered?