AW: [development-axapta] PurchTable form anomaly after upgrade from axapta 3 sp2 to axapta 3 sp3

2005-02-07 Thread Leberbauer, Herbert - News
Are there sysLastValues for that form? | -Ursprüngliche Nachricht- | Von: xppdevnull [mailto:[EMAIL PROTECTED] | Gesendet: Dienstag, 08. Februar 2005 06:02 | An: development-axapta@yahoogroups.com | Betreff: [development-axapta] PurchTable form anomaly after | upgrade from axapta

RE: [development-axapta] Cheque writing

2005-02-07 Thread Andro Sanchez
Hi everyone, im new to axapta and Im setting up methods of payment in accounts receivable module. In the File Formats tab, Im supposed to select VendCheque for Export Format but the selection is empty. When I click the Setup button, there's nothing in the list of available formats under expor

Re: [development-axapta] To Open any file

2005-02-07 Thread Shruti
Hi Jacob, Cud u plz let me know where can i have information about the various methods present in COM class. For example the methods marked in blue, since the lookup doesn't seem to come after the dot is placed. comRange.insertAfter("Some text written from Axapta"); comDocument.saveAs("MyDoc

Re: [development-axapta] To Open any file

2005-02-07 Thread Shruti
Thx a lot for this wonderful help Regards:: Shruti Jain Euroinfo Systems Pvt. Ltd. C-126, Sector - 2 Noida - 201301 (U.P.) Phone :- +91-120-2520414   - Original Message -   From: Jacob Hjelmer Nielsen   To: development-axapta@yahoogroups.com   Sent: Monday, February 07, 2005 5:5

[development-axapta] PurchTable form anomaly after upgrade from axapta 3 sp2 to axapta 3 sp3

2005-02-07 Thread xppdevnull
In Axapta 3 sp 2, I've added fields to the PurchTable and PurchLines, then  upgraded to sp 3. Now whenever the quantity or price is changed on the lines, the nett amount (LineAmount) does not recalculate, yet it worked in sp 2. We when went thru re-compiling, synchronizing and consistenc

Re: RE : [development-axapta] Passing more than one parameters to a form

2005-02-07 Thread e_parungao
Let's say I'm going to pass a container, will I still use arg.parmObject()? Passing the container produces an error. Thanks for the urgent reply, I really appreciate it. :) Regards, Eya --- In development-axapta@yahoogroups.com, "Steeve Gilbert" <[EMAIL PROTECTED]> wrote: > > You can c

RE: [development-axapta] EAN 128

2005-02-07 Thread Preston A. Larimer
Assuming you know how to do display methods on a report, this example is from a 128 barcode added to a picking list report display str getSObarCode() {     BarCode barCode = BarCode::construct(barCodeType::Code128);     ;     barCode.string(true, strUpr(salesPickingListJOurnalTable.Sa

RE: [development-axapta] user info table

2005-02-07 Thread Harry Deshpande
Hi No, you cannot add a field to this table. Exactly what are u trying to achieve? There might be a way out. Regards harry   _  From: tanchuithing [mailto:[EMAIL PROTECTED] Sent: Monday, 7 February 2005 4:41 p.m. To: development-axapta@yahoogroups.com Subject: [deve

RE: [development-axapta] To Open any file

2005-02-07 Thread Harry Deshpande
Hi Shruti, You will find some examples in CRM module Regards harry   _  From: Shruti [mailto:[EMAIL PROTECTED] Sent: Monday, 7 February 2005 6:30 p.m. To: development-axapta@yahoogroups.com Subject: [development-axapta] To Open any file

[development-axapta] Re: EAN 128

2005-02-07 Thread gonzalo_edo
Take a look of the barcode class!! Regards. Gonzalo. --- In development-axapta@yahoogroups.com, "irvr80" <[EMAIL PROTECTED]> wrote: > > > Hi I need to print a barcodelabel called Ean128, normally we use bc > 39, that works fine, now we have to use EAN128, it prints one or two > lines t

[development-axapta] EAN 128

2005-02-07 Thread irvr80
Hi I need to print a barcodelabel called Ean128, normally we use bc 39, that works fine, now we have to use EAN128, it prints one or two lines thats it... Any ideas...??? Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, g

Re: [development-axapta] Passing more than one parameters to a form

2005-02-07 Thread [EMAIL PROTECTED]
Hi, If you add following line to your code you'll be able to call your calling class from your form. This way you can call any parms you want. args.caller(this); // add to your code through following you can call your class from any place on you form: element.args().caller().youmethod(); Its

[development-axapta] inventStatistics Form

2005-02-07 Thread zandm1
On the form InventStatistics when this is opened from the items broser (inquiries/statistics) it is supposed to open with some default date periods in place.  It does not.  I believe I have narrowed the problem down to: inventTable:active method on the form datasource The last lines:  

[development-axapta] Restricting the "Rename" option

2005-02-07 Thread Jens Strandberg
Hello there, I was wondering where to restrict the "Rename" feature found in Record Info, where you can rename the current key ? We are sharing the table CustTable for a handful of companies, and I would not like the user to accidentally rename a customer. The rename feature is disabled (=

RE : [development-axapta] user info table

2005-02-07 Thread Steeve Gilbert
It is shown in the AOT in System Documentation folder but you can't modify it.  Use SysUserInfo, found in Tables. Steeve... -Message d'origine- De : tanchuithing [mailto:[EMAIL PROTECTED] Envoyé : 6 février 2005 22:41 À : development-axapta@yahoogroups.com Objet : [development-ax

RE: [development-axapta] Biztalk

2005-02-07 Thread Serge Boomsma
Hi Jesper, Im' also interested in this subject. Can you send me the stuff also? Regards, Serge Boomsma ICT Manager Kannegieter Electronica B.V. Telefoon:  +31 33 450 8681 Fax:     +31 33 450 8721 E-mail:    [EMAIL PROTECTED] Internet:  www.kannegieter.nl KANNEGI

RE : [development-axapta] Passing more than one parameters to a form

2005-02-07 Thread Steeve Gilbert
You can call arg.parmObject() and create an object that will encapsulate your parameters or pass a container. Steeve... -Message d'origine- De : e_parungao [mailto:[EMAIL PROTECTED] Envoyé : 7 février 2005 02:24 À : development-axapta@yahoogroups.com Objet : [development-axapta]

RE: [development-axapta] To Open any file

2005-02-07 Thread Jacob Hjelmer Nielsen
You can access Word/Excel etc. through COM, please see the example below: COM comAppl; COM comDocuments; COM comDocument; COM comRange; #define.Word('Word.Application') #define.Normal('Normal.dot') comAppl = COM::getObject(#Word); if (! comAppl)     comAppl = new COM(#Word); comAppl.vi

Re: [development-axapta] Text on Report

2005-02-07 Thread Sonny Wibawa Adi
Hi, Shruti, You can do that by creating an blank image in memory, then write a string into the image in vertical direction. After the image is prepared, then show it in a bitmap control of a report. I have done the code for that. You may ask me directly in my email for the solution. T

[development-axapta] Re: infolog link to an object

2005-02-07 Thread christuerk
Yes, there are data available. --- In development-axapta@yahoogroups.com, "Girish Bhatkal" <[EMAIL PROTECTED]> wrote: > > Are  you sure you have data in the trade agreement? > > -Original Message- > From: Shruti [mailto:[EMAIL PROTECTED] > Sent: 01 February 2005 09:46 > To: deve

[development-axapta] 'cannot load page'

2005-02-07 Thread Matt Benic
Hi all, We have started having some strange problems with our printing. Sometimes when a large document (so far > 200 pages) is printed to ter or to the print archive, the document is fine up until some random point, then when the next page is accessed, the error 'cannot load page' is display