[Axapta-Knowledge-Village] Print 3 logos in PageFooter

2004-12-22 Thread Danny Gaethofs
Dear all, I need to print 3 logos in the footer of a standard document. How can I size these logos horizontally (width) and vertically (height). The property Height on the pageFooter does not help. It only defines the height of the pageFooter. I do not want to set the exact measurements

Re: [Axapta-Knowledge-Village] Problem with ax 2.5 to 3.0 data upgrade

2004-12-22 Thread Raul Llorente Peña/OPENSOLUTIONS
When doing an upgrade, always put the upgraded application first against an empty database, and then solve the error compilations and layerversion differences!!Once it's allcompiled OK, you can then put the new application against the real DDBB of previous version.previous BACKUP of DDBB

Re: [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Raul Llorente Peña/OPENSOLUTIONS
if you write somwthing like:codecodecodecode.function(parrameter, parameter, parameter, parameter, etc );no problem. (Split sintactically the code!!)I think your problem is that you're writting literal big, enormous text strings, uh?something likeinfo ('texttexttexttexttext')or print

[Axapta-Knowledge-Village] Item Type BOM not available

2004-12-22 Thread RHODPR
I have another strange thing : When I insert a new item in Inventory Management -- Items, there are only two options in the ItemType Combobox : Item and Service. Why can't I select the 'BOM' type? Yahoo! Groups Sponsor ~-- Make a clean sweep

Re: [Axapta-Knowledge-Village] Print 3 logos in PageFooter

2004-12-22 Thread Raul Llorente Peña/OPENSOLUTIONS
Use the class Image of Axapta, with it you can take an image, and use several pretty usefulmethods over the image. Make a test report, and try it. You may have a look on form Tutorial_Images, or in reports where company logo is printed on header.Raúl Llorente Peña Análisis, Desarrollo e

AW: [Axapta-Knowledge-Village] form setup disabled

2004-12-22 Thread tau
Hi, In AOT, go tothe form,select the properties of the design, switch the flag "AllowUserSetup" to "Yes". Mit freundlichen Grüßen / Yours sincerely / Med venlig hilsen Thomas Aulbert Berater / Consultant Columbus IT Partner Deutschland GmbH Oeynhausener Straße 48-54 32584 Löhne,

[Axapta-Knowledge-Village] Axapta Exam path

2004-12-22 Thread abarana2001
Hello, If anyone knows about Axapta exam path and for example financial exam what are the tutorials that I have to read. and also If anyone have example questions please send it to me. Thanks, abarana, Yahoo! Groups Sponsor ~-- Make a

RE: [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Preston A. Larimer
There is no special line continuation in x++, x++ is like c and c++ in that it ignores white space, some time the editor will show an error when you first break a line, but once you finish the line out with a semicolon it should be good. The one place youll have difficulty is long

[Axapta-Knowledge-Village] Re: Two layer customizing

2004-12-22 Thread Agus Riyadi
Joy, If you combine two different layers into one application, there will be the outmost layer that is run by axapta. If you have an object with two layers customization (i.e var and usr), and you login with usr layer, you will get the usr layer. If you login in var layer, you will get the

Re: [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Joy
Thanks Preston and Raul for your tips. I've try it and it success :p. Thanks again. Joy Sharing the knowledge on Axapta. Yahoo! Groups Sponsor Get unlimited calls to U.S./Canada Yahoo! Groups Links To visit your group on the web, go

Re: [Axapta-Knowledge-Village] Two layer customizing

2004-12-22 Thread Joy
Thanks Raul, I owe you much. I'll try your tips, and now i know how it works Joy Sharing the knowledge on Axapta. Yahoo! Groups Sponsor Get unlimited calls to U.S./Canada Yahoo! Groups Links To visit your group on the web, go

Re: [Axapta-Knowledge-Village] Re: Two layer customizing

2004-12-22 Thread Joy
Thank Agus for your tips. I will try my best to combine it Sharing the knowledge on Axapta. Yahoo! Groups Sponsor Get unlimited calls to U.S./Canada Yahoo! Groups Links To visit your group on the web, go

AW: [Axapta-Knowledge-Village] Cost accounting

2004-12-22 Thread Andrae, Tobias
Hi Palmenpatrick, please be aware of the fact that in Germany (and Switzerland Austria as well) you will work with Cost Accounting plus instead of the normal Cost Accounting module. So make sure to pick the right Docu from Partnerguide/ Partnersource. There are also classroom courses on Cost

[Axapta-Knowledge-Village] In use records (Please help)

2004-12-22 Thread Hennie Potgieter
Hi, One of my users were busy capturing a payment journal in Accounts Receivable and while she was capturing the lines of the journal, her PC lost connection to the AOS and her session was subsequently killed. When she logged back on, she discovered that the journal header that she was working

RE: [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Morten Aasheim
In 3.0 you can also have continous strings. From developers handbook: A new type of string literal has been added. Strings that are prefixed with the '@' character may span multiple lines. Thus: Str s = @This is A multiline String; Regards, Morten From:

RE : [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Steeve Gilbert
That's a weird syntax:  And if you do info(s) it will come out that way in the infolog: This is A multiline String I didn't know about that one. Thanks Morten! Steeve... -Message d'origine- De: Morten Aasheim [mailto:[EMAIL PROTECTED] Envoyé: 22

[Axapta-Knowledge-Village] Pagefooter

2004-12-22 Thread Danny Gaethofs
Dear All, I have a pageFooter that only prints on the first pag. No space should be reserved for the footer in subsequent pages. How can I realize this? Regards, Danny Yahoo! Groups Sponsor ~-- $4.98 domain names from Yahoo!. Register

[Axapta-Knowledge-Village] Re: Cost accounting

2004-12-22 Thread palmenpatrick
Thanx Tobias, I already heard of these documents and I got it working now, but I am not shure I am satified with the result I get. I hope the cost accounting that comes with 4.0 is a littlebit more than what I have now. To my knowledge the only thing CO does in Axapta NL version is display

Re: RE : [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Sonny Wibawa Adi
You can try in C style, too: str strA; ; strA = "My string is \ very lnnnggg\n !\ ";print strA; //result is: My string is very lnnnggg ! Regards, Sonny Wibawa Adi Steeve Gilbert [EMAIL PROTECTED] wrote: That's a weird syntax: And if you do info(s) it will come out that way

[Axapta-Knowledge-Village] Active Vs Link Active, table_ds.refresh(), table_ds.executequery()

2004-12-22 Thread Padmaja Iyingar
Hi, I am reasonbly new to Axapta. I didn't take any training. I have some difficulty in understanding some of the std functions. Here are some of those. 1. what is use of Super() call. Ex. 1. myown_function() super() 2. super() myown_function() What is the difference between those