[development-axapta] Company Logo

2005-04-20 Thread Mohib B. Reda
Hi Gent, is it possible to include Company Logo in Sales Order and Invoice Documents any one can help thanks Mohibz Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, send an email

AW: [development-axapta] Setting the language of a report

2005-04-20 Thread Andrae, Tobias
Hi Alex, as the code looked ok, just tried it and it works for me... placing it in init after the super() call should be perfect. Are you sure that you have the proper label files installed? Tobias   -UrsprÃngliche Nachricht-   Von: a_zappia [mailto:[EMAIL PROTECTED]

[development-axapta] File names in a folder

2005-04-20 Thread fninielsen
Hai all, I need help, I need all the file names in a folder, using XX+. I have look at WinAPI class, but I can't find a method that can do this. Is there someone there know haw to do this.   Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/g

[development-axapta] Run Report from a FORM

2005-04-20 Thread Anton Tjiptadi
Hi, how to run reports from a Form. I plan to create 2 or more report and it will run under 1 form, so in that form will have 2 or more button, and when I clicked the button, it will run the corresponding report. thanks in advance, Yahoo! Groups Links To visit your group

[development-axapta] Creating a text file in Axapta ????

2005-04-20 Thread Huseyin Akdag
Hello, How Can I create a text file  into a specified Folder  (for example C:\MSB\Itemdefinitions.txt)  in  Axapta with a simple Context? I took a look to  Winapi class. But I couldn’t find how to set  a path  for the file.. Does anyone have an Example? Thanks & Regards Huseyin

[development-axapta] 3 decimal places in Sales Price

2005-04-20 Thread thestorm1974
I have some sales orders where the "Sales price" needs to be at 3 decimal places but the amount needs to be to 2 decinal places. Has anyone had to do this before, if so, how did you do it? Thanks Garry Yahoo! Groups Links To visit your group on the web, go to:http://groups.

RE: [development-axapta] File names in a folder

2005-04-20 Thread Lars Holm
Hi, The methods findFirstFile and findNextFile in the WinAPI class can do it. You will find an example of the usage here: \Classes\SysHelpSetupWizard\getLanguages Best regards, Lars Holm Senior Technical Consultant T O I N C R E A S E - Y O U R  B U S I N E S S -Original Message---

[development-axapta] Re: File names in a folder

2005-04-20 Thread wohegro
hi there, some time ago I've had the same problem and used the following code for this: static void snatchFilesFromFolder(Args _args) {     integer hdl;     FileName    fileName;     #File     ;     [hdl, fileName] = WinAPI::findFirstFile("D:\\tmp\\" + #AllFilesName +

RE: [development-axapta] AP&AR aging by currency

2005-04-20 Thread James Flavell
ah thanks Harry I was trying to remember where I had seen the aging by currency :) -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Harry (Harshawardhan Deshpande Sent: 20 April 2005 11:44 To: development-axapta@yahoogroups.com Subje

[development-axapta] Re: Run Report from a FORM

2005-04-20 Thread vlemeunier2
Create an Output menuItem. In the property field about the Object, write the name of your report and put "Report" in the "class" property. Create your report with the name that you have put before. In your form, create a menuItemButton and in the MenuItemName property put the name of you

RE : RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-20 Thread Steeve Gilbert
Cenk,   Record Info! Oh ok!  That should do it.  After renaming an ItemId, if you close InventTable form and reopen it, is your ItemId renamed correctly? Regards, Steeve... -Message d'origine- De : Cenk Ince [mailto:[EMAIL PROTECTED] Envoyé : 19 avril 2005 11:35 À : development-

[development-axapta] Failed to Create or Open Session Control File (axdat.UDB)

2005-04-20 Thread Hemant Kumthekar
Hi Guys, We have a 2-tier and 3-tier setup. 3 tier connections work fine. 2-tier works fine on the server. We have Application server which also serves as our AOS. But when we try to login from a client which is configure as 2-tier I'm getting the error about AXDAT.UDB. The application is no

[development-axapta] Help on using the Import Wizard

2005-04-20 Thread Brandon George
Hello All, We are trying to use the Import Wizard to create an Excel spreadsheet for our GL Ledger Accounts. We choose the Ledger Table, and tell Axapta to create the Data Definition group. It gets to creating the excel spreadsheet and error's out at the very last. It will create the work

RE : [development-axapta] Run Report from a FORM

2005-04-20 Thread Steeve Gilbert
Hi Anton, Simply create an Output MenuItem that call your report, create a MenuItemButton on your form and link it to the MenuItem.  You can take a look at CustInvoiceJournal form on the "Show" button to see how it's done. Regards, Steeve... -Message d'origine- De : Anton Tjiptad