R: RE : [development-axapta] Updating a form grid

2005-04-04 Thread Zappia Alessandro
Thanks, with datasource_ds.research() it worked! I discovered today the "_ds" meaning! Bye Alessandro Zappia Da: Steeve Gilbert [mailto:[EMAIL PROTECTED] Inviato: lun 04/04/2005 14.10 A: development-axapta@yahoogroups.com

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

2005-04-24 Thread Zappia Alessandro
Thanx Tobias, everything works fine now, my application was misconfigured! Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Andrae, Tobias Inviato: mercoledì 20 aprile 2005 9.04 A: development-axapta@yahoogroups.com Oggetto: AW: [

[development-axapta] Change Colors in grid rows

2005-05-19 Thread Zappia Alessandro
Hi ! Does anybody knows how to change the background color in the rows of a grid? I'd like to set it depending on the value of a field (linked to a datasource field). Thanks in advance for any help! Alex [Non-text portions of this message have been removed] Yahoo! Groups Links

R: [development-axapta] Change Colors in grid rows

2005-05-19 Thread Zappia Alessandro
); //Light Grey   _options.textColor(12582912); //Blue     break;     }     } Hope this helps... Andre   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Zappia Alessandro Sent

[development-axapta] splash screen

2005-05-25 Thread Zappia Alessandro
Hi! Does anybody know if it's possible to change the image that appears when you launch axapta? I've looked in the AOT's resources and in the application files without success. Any suggestions? Thank you very very much Alex [Non-text portions of this message have been removed]

R: [development-axapta] splash screen

2005-05-25 Thread Zappia Alessandro
reen hi Copy the BMP file in navision\Axapta\share\include. BMP file name should be CompanyLogo.bmp. regard p.sathi -Original Message----- From: Zappia Alessandro [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 2:19 PM To: development-axapta@yahoogroups.com Subject: [development

R: [development-axapta] splash screen

2005-05-25 Thread Zappia Alessandro
] Per conto di Zappia Alessandro Inviato: mercoledì 25 maggio 2005 12.51 A: development-axapta@yahoogroups.com Oggetto: R: [development-axapta] splash screen Hi and thx for your help! I've put the file in \Axapta\Application\Share\Include naming it CompanyLogo.bmp (it is a correct .bmp file,

R: [development-axapta] splash screen

2005-05-25 Thread Zappia Alessandro
hex editor > loaded on my Machine > > > Regards > > Jason Crook > Financial Systems Consultant > > > > From: development-axapta@yahoogroups.com [mailto: > [EMAIL PROTECTED] On Behalf Of Zappia Alessandro > Sent: 25 May 2005 12

[development-axapta] ShellExecute return value

2005-06-06 Thread Zappia Alessandro
Hi everybody! I've got a little trouble using WinAPI::ShellExecute(...) because it doesn't return the exit code of the executable I launch but simply "1" meaning that the launching has been correctly performed. What I'd like to receive is the real exit code of the executed application (the one

[development-axapta] Importing a text file

2005-06-07 Thread Zappia Alessandro
Hi everybody! I'd like to create a method to import a text file into a table. The fields in this file has different types of data (int, real, string) and are fixed lenght, with no separators char between the fields. It doesn't seem possible using the read method od an IO class (AsciiIO or Binar

R: [development-axapta] Substring in query

2005-06-08 Thread Zappia Alessandro
Hi Dadan, try this while select  MyLedgerJournalTrans   where MyLedgerJournalTrans.Txt like '123*' You can use a pseudoSQL sintax for operator like in axapta, with the following wildcards: ? = single char replacement,  * = whole string replacement. Hope this helps. Regards

[development-axapta] Number sequences

2005-06-09 Thread Zappia Alessandro
Hi everybody! Is there a way to include a new number sequence in a project? I try to explain my problem, i've developed an interface with a carrier and each shipment is stored in a table using an ad-hoc number sequence. I'd like to make this sequence self-creating when I import the project. Is

R: RE : [development-axapta] Number sequences

2005-06-09 Thread Zappia Alessandro
] Number sequences Is that what you are looking for? http://www.axaptalink.com/index.php?option=content&task=view&id=73 Steeve... -Message d'origine- De : development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Zappia Alessandro Envoyé : 9 juin

[development-axapta] Sending files via FTP

2005-06-10 Thread Zappia Alessandro
Hi everybody! Has someone ever faced sending files via FTP? Any suggestion or advice? Is there any working code or any axapta API I can use? Thanks a lot! [Non-text portions of this message have been removed] Yahoo! Groups Links To visit your group on the web, go to:http://group

[development-axapta] InternetGetLastResponseInfo

2005-06-13 Thread Zappia Alessandro
Hi, Has anyone ever tryed to implement the WinInet Api "InternetGetLastResponseInfo"? I tried the code that you kindly gave me to send files via FTP, but I have some trobles that I'm not able to understand with the ftp server. Using the "by-hand" method (e.g. with the FTP command) I don't have

[development-axapta] DisplayOptions' behaviour

2005-06-20 Thread Zappia Alessandro
Hi everybody! Does someone know how to make a record displayed in bold in a grid? I overridden the DisplayOption method, but such a line doesn't work: _options.fontBold(true); while _options.backColor(...); works fine (I also tried to call  _options.affectedElementsByField(...) and _opt

R: [development-axapta] DisplayOptions' behaviour

2005-06-20 Thread Zappia Alessandro
That's SOO BD ! I hope it will be fixed in Axapta v4.0 ! Thanx anyway! -Messaggio originale- Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Max Belugin Inviato: lunedì 20 giugno 2005 10.43 A: Zappia Alessandro Oggett

[development-axapta] Activating a procedure after import

2005-06-21 Thread Zappia Alessandro
Hi everybody! Is there a way to automatically run some specific code after a project has been imported? This would be useful if the modifications in the project need to update some pre-existing records to work properly also on them! Anybody knows? Or has this thing already been discussed in th

R: [development-axapta] Activating a procedure after import

2005-06-21 Thread Zappia Alessandro
[mailto:[EMAIL PROTECTED] On Behalf Of Zappia Alessandro Sent: Tuesday, June 21, 2005 10:26 AM To: development-axapta@yahoogroups.com Subject: [development-axapta] Activating a procedure after import Hi everybody! Is there a way to automatically run some specific code after a project has been imported

[development-axapta]

2005-07-08 Thread Zappia Alessandro
Hello everybody! I'd like to create an interface between axapta and an existing web site for sales orders. These orders are passed to axapta using an ascii text file and I should pick them up and import into axapta's SalesTable (and salesLine, obviously!). I'd like also to replicate all the che

[development-axapta] Importing external sales order

2005-07-08 Thread Zappia Alessandro
Hello everybody! I'd like to create an interface between axapta and an existing web site for sales orders. These orders are passed to axapta using an ascii text file and I should pick them up and import into axapta's SalesTable (and salesLine, obviously!). I'd like also to replicate all the che

R: [development-axapta] Re: Importing external sales order

2005-07-08 Thread Zappia Alessandro
ss hierarchy, that does > what you need (although you should probably make a sub class for your > specific import). > > Kind regards, > Rolf > > -Original Message- > From: development-axapta@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Zappia Al

[development-axapta] Axapta and windows user

2005-07-27 Thread Zappia Alessandro
Hello everyone! I've got some questions about the relationship between axapta installation and windows users. - can I install axapta client on a user account (non on an Administrator one)? - if I install axapta client on an administrator account, can users from within their accounts see and

[development-axapta] Ax[...] classes

2005-09-15 Thread Zappia Alessandro
Hi! I've got a question about all the classes whose name starts with "ax". They look like a kind of "image" of tables with the same name ( "AxSalesTable" for "SalesTable", "AxCustTable" for "CustTable" and so on), but I don't understand how, why and in which case they should be used. Anyone can

R: [development-axapta] Transfer movement

2005-09-16 Thread Zappia Alessandro
Thanks, but the matter is that i should start the transfer movement not from the inventory journal but from a sales order (and I don't want to create a journal and post it). Sure that InventJournalCheckPost can help? Thanks in advance! Da: development-axapta@

[development-axapta] Update dialog control

2005-11-08 Thread Zappia Alessandro
Hello everybody! I need your help for a simple question. When I override the Dialog method of a runbase class, I'm able to trap the callback of a click on a checkbox using the "dialogSelectCtrl" method. My purpose is to enable/disable another dialog control as the value of the checkbox changes

[development-axapta] Export to active directory

2005-11-18 Thread Zappia Alessandro
Hello! Axapta's active directory integration should already be able of importing employee data, however I have the opposite need. Is there any solution to provide exportation of employee data to the active directory? The workflow must be as follows: the user inserts the employee record in

R: [development-axapta] Dialog functions

2005-12-09 Thread Zappia Alessandro
Hi Edine, you should also call: > dialog.allowUpdateOnSelectCtrl(true); Regards, Alex -Messaggio originale- Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Edine Le Roux Inviato: mercoledì 7 dicembre 2005 9.49 A: Axapta-Knowledge-Village; Development Ax

[development-axapta] Calling external web services

2006-01-02 Thread Zappia Alessandro
you can help? I'm not very skilled in WS, so I don't exactly know where to start to understand the problem! Any help is very appreciated! Zappia Alessandro Cluster Reply S.r.l Via Galileo Galilei, 2 Silea (TV) cell: 3480323803 e-mail: [EMAIL PROTECTED]   [Non-te

[development-axapta] Calling a WebService

2006-01-18 Thread Zappia Alessandro
Hi everybody, Is it possible to pass some complex-type data to a web-service? My problem is that I'd like to call a webservice whose method that request an object as input parameter. This object is obviously exposed in the WSDL but I don't know how to map it on an axapta class (I think this s

[development-axapta] Static classes

2006-02-15 Thread Zappia Alessandro
xtends "xInfo", which is a hidden system class... Anyone has a suggestion?Or there is a way to declare "single instance" classes? As usual, thank you very very much Zappia Alessandro Cluster Reply S.r.l Via Galileo Galilei, 2 Silea (TV) cell: 3480323803 e-mail: [EMA

[development-axapta] IAxapta<..> return values

2006-02-15 Thread Zappia Alessandro
Hi everybody! I'm experiencing some troubles trying to get the return values for the IAxapta objects of the Business connector. For example, official documentation (AxDvgCOMUs.chm) claims that HRESULT Logon2(   [in, optional] VARIANT user,   [in, optional] VARIANT userPassword,   [in, optio

R: [development-axapta] Static classes

2006-02-16 Thread Zappia Alessandro
] Static classes http://www.axaptapedia.com/index.php/Singleton_pattern 15.02.06 в 21:08 Zappia Alessandro в своём письме писал(а): > Hi everyone, > > i'm asking for your help because I'd like to create a static class (to > be instanced only once when the user logs

[development-axapta] Forced commit

2006-02-21 Thread Zappia Alessandro
Hi all! I know that this may sound as an odd request, but I'm looking for some trick to force a commit in a nested transaction. The idea is to keep the log of occurred actions in a specific table during an invoice posting routine, to track successful events and failures. I wrote a method t

[development-axapta] URGENT: Multilocalizaton setup

2006-02-22 Thread Zappia Alessandro
Hi everybody, Is it possible to install more than one localization in a unique axapta application and db? This seems to be strongly needed for a company that has more subcompanies in different countries when features like intercompany, consolidation, web integration thru business connector are

[development-axapta] R: Sidax 0.3.3 - the free sidebar for Dynamics AX

2006-02-28 Thread Zappia Alessandro
Very handy and useful tool! My congratulations, it has replaced my main menu ;-) ! Thanks very much for developing and sharing it! PS. Only a question, why the "development" security key is needed? -Messaggio originale- Da: development-axapta@yahoogroups.com [mailto:[E

R: [development-axapta] Free text invoice

2006-03-21 Thread Zappia Alessandro
Hi Gonzalo, It's hard to post the whole code because is part of a large customization, but the main steps are the following: Once you've filled CustInvoiceTable and CustInvoiceLines you can call the CustPostInvoice class to perform the posting. RecordSortedList    recordSortedList    =

[development-axapta] Bolding Font in grid

2006-03-22 Thread Zappia Alessandro
Hi everyone, has someone found a way to make rows bolded in a data grid depending on the value of a field? I mean using the displayoption of a formDataSource (which seems not to work with font ...). I tried with different fonts (and different settings for the font properties) but without luck,

[development-axapta] Run on attribute on methods

2006-04-19 Thread Zappia Alessandro
Hi everybody, this may seem a silly question, but I'm not sure of the behaviour of Axapta when declaring methods "server" or "client" in 2-tier and 3-tier environments. Please can anyone confirm (or correct) the following? 2-tier: Code runs on the client machine in both "Client / server" m

[development-axapta] override the standard login

2006-05-29 Thread Zappia Alessandro
Hi everyone! Does anybody know if it's possible to override the standard axapta login system? My intention is to use an external WS to authenticate the users and I will greatly appreciate any help/hint! Thank you very very much! -- The information transmitted is intended for the person or

[development-axapta] override the standard login

2006-06-02 Thread Zappia Alessandro
Hi everyone! Does anybody know if it's possible to override the standard axapta login system? My intention is to use an external WS to authenticate the users and I will greatly appreciate any help/hint! Thank you very very much! -- The information transmitted is intended for the person or e