Re: [Axapta-Knowledge-Village] Hola Amigos

2006-04-21 Thread Alejandro Lozano
I'm very sorry if I offended anybody in any way... My point was to share local issues (taxes, commercial agreements, etc.) that is only related to latin america. It will not happen again. Regards --- DIEGO MARIANO GAGLIANO <[EMAIL PROTECTED]> escribió: - H

RE: RE : [Axapta-Knowledge-Village] Database size

2006-04-21 Thread Harry Deshpande
hi you can empty this table. For all companies run this inventSumLogTTS::deleteCommittedItemId(''); regards harry From: Axapta-Knowledge-Village@yahoogroups.com on behalf of Steeve Gilbert Sent: Fri 4/21/2006 7:21 PM To: Axapta-Knowledge-Village@y

RE: RE : RE : [Axapta-Knowledge-Village] Sort DESC Overview

2006-04-21 Thread Shahzad Butt
Thanks a lot, that works - in fact ROCKS!! Cheers mate! Shaz From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steeve Gilbert Sent: 21 April 2006 19:32 To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE : RE : [

RE: RE : [Axapta-Knowledge-Village] Sort DESC Overview

2006-04-21 Thread Mayle, Michael
Oh, you may have been talking about the addSortField method... sorry. What Steeve said. --Mike -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shahzad Butt Sent: Friday, April 21, 2006 2:24 PM To: Axapta-Knowledge-Village@yahoogr

RE: RE : [Axapta-Knowledge-Village] Sort DESC Overview

2006-04-21 Thread Mayle, Michael
You need to go to the datasource on the form, right click on the table's "methods" node, override->init. Here is where you put the code. --Mike -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shahzad Butt Sent: Friday, April 21,

RE : RE : [Axapta-Knowledge-Village] Sort DESC Overview

2006-04-21 Thread Steeve Gilbert
Sorry, my bad.  More like this : QueryBuildDataSource onHandItemDS; > onHandItemDS.addSortField(fieldNum(BOAInventOnHandItem, ItemId)); regards, Steeve... -Message d'origine- De : Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Shahzad Butt Envoy

RE: RE : [Axapta-Knowledge-Village] Sort DESC Overview

2006-04-21 Thread Shahzad Butt
This method doesn't exist with myForm_DS.. Regards, Shaz From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steeve Gilbert Sent: 21 April 2006 19:04 To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE : [Axapt

RE : [Axapta-Knowledge-Village] Database size

2006-04-21 Thread Steeve Gilbert
Hi Harry, No, we don't use Master Planning... yet.  The story is that we came close to using it but then we end up building our own, smaller, in-house production planner.  So we've never run it.  But we will probably use it sometimes later on to plan part of our production. In the mean time, c

Re: [Axapta-Knowledge-Village] Hola Amigos

2006-04-21 Thread DIEGO MARIANO GAGLIANO
Hola Alejandro / Hello Alejandro   Pienso que muchas personas en este grupo hablan y escriben en español, pero tratamos de tener una lengua común, que es inglés. Sé que muchos de nosotros, me incluye en la lista, no hablamos o escribimos correctamente en inglés, pero lo intentamos. Si quieres h

RE : [Axapta-Knowledge-Village] Sort DESC Overview

2006-04-21 Thread Steeve Gilbert
Hi Shahzad, Try using this in the init() method of your FormDataSource  : YourFormDataSource_ds.addSortField(fieldNum(YourTable, YourField), SortOrder::Descending); Regards, Steeve... -Message d'origine- De : Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] De la

RE: [Axapta-Knowledge-Village] Database size

2006-04-21 Thread Harry Deshpande
hi Master planning regeneration deletes records from this table. Do u run this function? regards harry From: Axapta-Knowledge-Village@yahoogroups.com on behalf of Steeve Gilbert Sent: Fri 4/21/2006 4:26 PM To: Axapta-Knowledge-Village@yahoogroups.com Subj

[Axapta-Knowledge-Village] Hola Amigos

2006-04-21 Thread Alejandro Lozano
Hola Amigos, mi nombre es Alex Lozano y trabajo en Monterrey México, tengo más de 1 año como consultor de Axapta. Me gustaría saber sólo por curiosidad cuantos latinoamericanos estamos relacionados con este ERP, usuarios, implementadores, programadores, vendedores, etc. o si saben de alguna co

[Axapta-Knowledge-Village] Sort DESC Overview

2006-04-21 Thread Shahzad Butt
Hi, how can I sort descending a table field being displayed on Form's Overview Grid? Thanks, Shahzad Butt [Non-text portions of this message have been removed] Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. YAHOO! GROUPS LIN

[Axapta-Knowledge-Village] Database size

2006-04-21 Thread Steeve Gilbert
Hi group,   We just happen to look at the size of the tables in our live environment.  We were wondering why our DB is 35 Gb and it's only been 2.5 years since the go-live.  It ends up that 35% of the size is occupied by table INVENTSUMLOGTTS.  Is it possible to purge that table since it's o

RE: [Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread Suresh Gattapur
Hi this Class is fired at the point client is opening the application. so u cant use debug.   do u want to display the message??      regards   suresh wrote:   hi, when i put breakpoint in startuppost method and again i logged in, the cursor is not going to that method i cant debug it and se

RE: [Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread hemamalinis
hi, when i put breakpoint in startuppost method and again i logged in, the cursor is not going to that method i cant debug it and see what happens. when it will be fired? Thank u. regs, Hema. S

RE: [Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread hemamalinis
hi, thank u. sorry. i didnt notice that. regs, Hema. S        sri <[EMAIL PROTECTED]>

[Axapta-Knowledge-Village] Outgoing payments BTL91

2006-04-21 Thread nm45do
while setting up the outgoing payments for our Dutch Customer I am encountering problems when using the BTL 91 payment format ( foreign payments / Netherlands). Doe anyone have a correct file description / layout for this file format Sharing the knowledge on Axapta. Visit www.frappr.

RE: [Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread sri
Hi, Press CTRL+END on classes u can see the application class at the end of classes sri --- [EMAIL PROTECTED] wrote: > > Hi, > > when i find the method startuppost(), it is opened > thro' find window. but, > i cannot get the class in aot. > > > regs, > Hema. S > > > > >  

RE: [Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread hemamalinis
Hi, when i find the method startuppost(), it is opened thro' find window. but, i cannot get the class in aot. regs, Hema. S        "Sergey Siro

RE: [Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread hemamalinis
hi, thank u for ur solution. but, i can't find the class application. i can see only the class ApplicationVersion. pls. tell me where is it? regs, Hema. S     

RE: [Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread Sergey Siroklin \(SIRS.RU\)
Classes\Application\startupPost() -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, April 21, 2006 2:15 PM To: AXKnowledgeVillage; DevelopmentAxapta Subject: [Axapta-Knowledge-Village] displaying mes

[Axapta-Knowledge-Village] displaying message when the user logged in

2006-04-21 Thread hemamalinis
Hi, how do i display a message when the user logged in axapta? ex: - i want to display reminder message based on some criteria, when the user logged in axapta. where do i write code? please provide the solution. thank u. regs, Hema. S Sharing the knowledge on Axapta. Visit www.f

[Axapta-Knowledge-Village] Question: Sending Reports By E-mail

2006-04-21 Thread atilla adnan sahin
Hi;      I have a problem. I want Axapta to send reports to users by e-mail when they want to have a report from Axpata. Can I make this on Axapta?      Thanks for your help.      Adnan     -   24 FIFA World Cup tickets to be won with Yahoo! Mail. Lea

[Axapta-Knowledge-Village] Question: Sending Reports By E-mail

2006-04-21 Thread atilla adnan sahin
Hi;      I have a problem. I want Axapta to send reports to users by e-mail when they want to have a report from Axpata. Can I make this on Axapta?      Thanks for your help.      Adnan     -   Switch an email account to Yahoo! Mail, you could win FIF

Re: [Axapta-Knowledge-Village] get the values of selected row in the grod

2006-04-21 Thread truptiranjan nayak
HI Gopal,   can u pls tell me briefly whats ur exact requirement.   Dis u mean to like, when i select the itemid in salesline grid, how the unit price is automatically captured or something else.   If your question is related to above thing, then the item unit price is captued from inventory tab