[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 entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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"
methods

3-tier: "client": code runs on the client machine

 "server": code runs on the AOS machine

 

My problem is that I wrote a class method which contains a call to
WinAPI::ShellExecute(...) (to run an external vb-script). I don't
understand exactly what happens when I declare this method "client" or
"server". I'm working in a 3-tier environment and the script is located
in the AOS machine, with "client" it starts running (but seems to fail
for a user permission matter) with "server" it does not run. 

 

Thank you very very much, as usual :-) !

--
The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


[Non-text portions of this message have been removed]








  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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,
_options.FontBold(true) seems always to be ignored...

 

Thank you very much!

 

Alex

--
The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


[Non-text portions of this message have been removed]





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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    = new RecordSortedList(tableNum(CustInvoiceTable));

 

CustPostInvoice custPostInvoice;

CustPrintOutInvoice custPrintOutInvoice;

;

custPostInvoice = new CustPostInvoice(custInvoiceTable,

  typeOfCreditmaxCheck,

  creditError);

 

custPostInvoice.run();  //this posts the invoice

 

custPrintOutInvoice = new CustPrintOutInvoice();

 

recordSortedList.ins(custInvoiceTable);

//this prints the invoice (the first parameter is "proforma", the second is to mark the print as "copy"

custPrintOutInvoice.printout(NoYes::No,recordSortedList,NoYes::No); 

 

Hope this solves, regards!

 

Alex

 



Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di gonzalo_edo
Inviato: lunedì 20 marzo 2006 15.32
A: development-axapta@yahoogroups.com
Oggetto: [development-axapta] Free text invoice

 

Hi all..

There's any have an example of how can I post and print a free text 
invoice via code??

I really need to do this...??

Hope ya all can help me...


Regards,

Gonzalo








SPONSORED LINKS 

Computer part   

Programming languages   

Microsoft axapta   

Support exchange   

 

 

 



YAHOO! GROUPS LINKS 

 

*   Visit your group "development-axapta  " on the web.
    
*   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]  
    
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 

 



--
The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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:[EMAIL PROTECTED] Per conto di Max Belugin
Inviato: venerdì 24 febbraio 2006 22.49
A: development-axapta@yahoogroups.com
Oggetto: [development-axapta] [ANN] Sidax 0.3.3 - the free sidebar for Dynamics AX

 

Sidax is a sidebar for Axapta (Dynamics Ax)

 

homepage: http://belugin.info/sidax

 

Using Sidax You can manage windows, search through main menu and reopen  

recenly opened projects.

 

Screenshots and details are available at sidax' homepage:  

http://belugin.info/sidax

 

I am developing and using sidax since september '05 and it is quite stable.

 

Max Belugin

 

 

 

 

 

 

 

Yahoo! Groups Links

 

    http://groups.yahoo.com/group/development-axapta/

 

    [EMAIL PROTECTED]

 

    http://docs.yahoo.com/info/terms/

 

 

 



[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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
absolutely needed. 

Unfortunately these localizations are distributed separately at the
moment (North European, Italian, spainish, ) so the installation
itself seems to be a problem...

 

Anyone ever faced such situation or something similar?

 

Many many thanks for any help!



[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 that I call to log a specific event (a sort of
"checkpoint"), but If the whole process fail and a global abort occurs,
all the records that I wrote in the table are rolled back, and this is
not what I meant...

So, I'd like to "force" a commit (as if it were outside the transaction
scope...) on my log table.

Anyone has got ideas?Is my intention too wicked?

 

Thank you very much!

 



[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









R: [development-axapta] Static classes

2006-02-16 Thread Zappia Alessandro





Thank you very much, this is exactly what I need!
 
-Messaggio originale-
Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Max Belugin
Inviato: giovedì 16 febbraio 2006 7.21
A: development-axapta@yahoogroups.com
Oggetto: Re: [development-axapta] 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 on). This class should hold
> some global data (as if it were a single-record table...).
>
> In axapta such classes seems already to exist (the info, session,
> application classes..and so on). I'd like to create something like them.
>
> I've also tried to add some variables to the "info" class (thing that is
> obviously possible), and this would work fine for my intentions, but
> when I try to access them (both R/W) I get a runtime error, and watched
> in debug those variables have non-sense values (are treated and
> displayed as strings even if declared as Boolean, and so wickedly on).
>
> I tried to compile (more and more times) the class and even all the AOT,
> with no luck. The problem seems to be related to the fact that "Info"
> extends "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: [EMAIL PROTECTED] 
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>



-- 
Написано в почтовом клиенте браузера Opera: http://www.opera.com/mail/





 
Yahoo! Groups Links



 








  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[development-axapta] Static classes

2006-02-15 Thread 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 on). This class should hold
some global data (as if it were a single-record table...).

In axapta such classes seems already to exist (the info, session,
application classes..and so on). I'd like to create something like them.

I've also tried to add some variables to the "info" class (thing that is
obviously possible), and this would work fine for my intentions, but
when I try to access them (both R/W) I get a runtime error, and watched
in debug those variables have non-sense values (are treated and
displayed as strings even if declared as Boolean, and so wickedly on). 

I tried to compile (more and more times) the class and even all the AOT,
with no luck. The problem seems to be related to the fact that "Info"
extends "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: [EMAIL PROTECTED]   

 

 



[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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, optional] VARIANT company,
  [in, optional] VARIANT language,
  [in, optional] VARIANT serverManager,
  [in, optional] VARIANT objectServer,
  [in, optional] VARIANT configuration,
  [in, optional] VARIANT isWebUser,
  [in, optional] VARIANT reserved2,
  [in, optional] VARIANT reserved3
);

is the declaration of the Logon2 method (defined in the IAxapta2 interface)

Official help claims also what follows:

"The return value obtained from the returned HRESULT is one of the following:

Return value            Meaning

S_OK             Success
E_FAIL           General failure
E_INVALIDARG         One or more of the arguments is invalid
E_OUTOFMEMORY         Out of memory
AXAPTA_E_LOGGED_ON       The IAxapta object is already logged on
AXAPTA_E_NO_SECURITY_KEY    The security key for using the Axapta             Business Connector or the Axapta               Internet Connector is disabled
AXAPTA_E_LOGON_SYSTEM_CHANGED     An IAxapta object has already logged on             to another Axapta system (see 
             comments) 
" (and so on)

But when I add a reference to the business connector component in my c# project, I see that all methods that should give back a return value (the one I shown is just an example) in reality return "void". 
Am I wrong?Is there something that I miss or the documentation is not valid (it would be quite disappointing...)? I can't understand, and if I use the OLEviewer to inspect ABC classes I should state that for real no return values are provided...
If this, is there a way to get those return values elsewhere?

Many many thanks!

 










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 should be done at run-time...). Is there any way to do it? Someone
already solved this problem?

At the moment I able only call WS with base type parameters (integers,
strings, ...) neither objects nor arrays. Is this a limit or there is a
way (or a workaround) to do it?

 

Thank you very much!

 

Alex



[Non-text portions of this message have been removed]










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[development-axapta] Calling external web services

2006-01-02 Thread Zappia Alessandro




Hello and happy new year everybody!

Some of you ever tried to call a webservice from within axapta?I took a
look to the tutorial_webservicesDemo form, but it doesn't seem to work,
I always get the following message:

 

"Method 'MSSoapInit' in COM object of class 'MSSOAP.SoapClient' returned
error code 0x80020009 (DISP_E_EXCEPTION) which means: WSDLReader:Loading
of the WSDL file failed HRESULT=0x80070057 - WSDLReader:XML Parser
failed at linenumber 0, lineposition 0, reason is: Download della
risorsa specificata non riuscito.
 HRESULT=0x1."
 
Some of 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-text portions of this message have been removed]










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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 Axapta
Oggetto: [development-axapta] Dialog functions

Hi All,
 
Has anyone tried to use the Dialog (screen event) functions? The
dialogSelectCtrl() method is not executed when a control is selected on the
dialog screen even though the allowUpdateOnTask() function for the dialog is
set to true. [Implemented from Developer Guide]
 
dialog.allowUpdateOnTask(true);
public void dialogSelectCtrl()
{
    super();
    ..
 }
 
Any advice?


[Non-text portions of this message have been removed]






 
Yahoo! Groups Links



 










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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
axapta master data and then he should be able to synchronize he active
directory with that new employee (by clicking a new button or using a
batch process).

I'm not very skilled in active directory integration,  it seems that the
only object suitable to be used is "AdObject" which is a non-AOT class
provided with a method to get values but not to put them. Am I wrong?

 

Someone has already faced that problem? Any suggestion or solution?

Thank you very very much!



[Non-text portions of this message have been removed]










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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. Setting the "enabled" or "active" properties of the
dialogControl works, but graphically I can't see any changes until my
checkbox loses its focus, and it's no so nice to see. I need some kind
of "refresh" method on the dialog or on the control, but I can't find
one (or the one I tried didn't bring any result).

Anyone has the solution?

Many many thanks in advance!

 

Alex



[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Sergey Siroklin
Inviato: venerdì 16 settembre 2005 11.25
A: development-axapta@yahoogroups.com; development-axapta@yahoogroups.com
Oggetto: RE: [development-axapta] Transfer movement


Use InventJournalCheckPost class

  -Original Message-   
  

  Hello everyone, I'd like to post an inventory transfer movement outside
  an inventory journal posting. I guess I should use an existing api
  (inventUpd_financial?), but I'm a little bit in confusion with the steps
  to take (which initializations are needed?InventMovement?Is it enough?).
  Anyone has ever faced the same problem? Any help or suggestion?
  Many many thanks to you all!
  
  Alex
  
  
  [Non-text portions of this message have been removed]
  
  
  
  
  
  
  
  Yahoo! Groups Links
  
  
  
  
  
  
  
  



[Non-text portions of this message have been removed]







SPONSORED LINKS 
Computer part     Programming languages     Microsoft axapta     
Support exchange     



YAHOO! GROUPS LINKS 


  
*   Visit your group "development-axapta  " on the web.
    
*   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]  
    
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 







[Non-text portions of this message have been removed]










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 help or send a link to some documentation? It would be
really helpful to me! 

As usual, thank you very very much!

Alex



[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 use it?
 
The matter is that I installed axapta on an administrator account, but
when users log in axapta doesn't run (either the configuration utility
doesn't work). I'm not very skilled in axapta installation and in
windows user management. I'd like not to create an users as system
administrator to install and run Axapta!
 
Thanx you for any help!


[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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

2005-07-08 Thread Zappia Alessandro




Thanks everybody for the huge support and the precious help, I'm creating my procedure right now!
 
Alex



Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Karsten Krabbes
Inviato: venerdì 8 luglio 2005 14.55
A: development-axapta@yahoogroups.com
Oggetto: [development-axapta] Re: Importing external sales order


Please be aware, when creating new records in tables you should call 
two more methods before filling the fields:

.clear() .. to make sure your new record is really empty.
.initValue() .. the super() call here calls the recordtemplate 
function !!

br
Karsten

--- In development-axapta@yahoogroups.com, "Brandon George" 
<[EMAIL PROTECTED]> wrote:
> The following, when placed in a job will create a SalesOrder. This 
should
> show you exactly how to create one, and from this code you could 
then create
> yourself a class, for processing your external Sales Orders.
> 
>    SalesTable   salesTable;
>   SalesLine    salesLine;
>   NumberSeq    numberSeq;
>   NumberSequenceReference  numberSequenceReference;
>   InventTable  InventTable;
>   ;
> 
>   numberSequenceReference = NumberSeqReference::findReference
> (typeId2ExtendedTypeId(typeid(SalesId))) ;
>   numberSeq = NumberSeq::newGetNumFromCode
> (numberSequenceReference.NumberSequence) ;
> 
>   ttsbegin;
> 
>   // Entry for Sales Header
>   salesTable.SalesId = numberSeq.num() ;
>   salesTable.CustAccount = "10" ;
>   salesTable.initFromCustTable();
>   salesTable.SalesType = SalesType::Sales ;
>   salesTable.SalesStatus = SalesStatus::None ;
>   salesTable.insert();
> 
>   // Entry for Sales Line
>   InventTable = InventTable::find("1000");
>   salesLine.initFromSalesTable(salesTable);
>   salesLine.SalesId = salesTable.SalesId ;
>   salesLine.ItemId = InventTable.ItemId;
>   salesLine.SalesQty = 1 ;
>   salesLine.createLine(false,true,true,false,false,true);
>   numberSeq.used();
> 
>   ttscommit;
> 
> If you have any questions about the code please let us all know! 
Also
> SalesAutoCreate will show you a similar thing, except it will be 
more
> complicated... Using this to build your Class on will speed up the 
process.
> This code works, and I am currently finishing up an 
ExternalOrderProcessing
> Class that was based on this code.
> 
> -Brandon 
> 
> -Original Message-
> From: development-axapta@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Rolf Olsen
> Sent: Friday, July 08, 2005 3:53 AM
> To: development-axapta@yahoogroups.com
> Subject: RE: [development-axapta] Importing external sales order
> 
> 
> You should take a look at the SalesAutoCreate class 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 
Alessandro
> Sent: 8. juli 2005 09:38
> To: development-axapta@yahoogroups.com
> Subject: [development-axapta] Importing external sales order
> 
> 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 checks performed by 
axapta
> as if the order were inserted manually, to notify possible errors. 
Is there
> a class that helps me ot at which I should take a look?Or anyone 
has some
> other suggestions?
> Thank you all very much!
> 
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> Yahoo! Groups Links








YAHOO! GROUPS LINKS 


  
*   Visit your group "development-axapta <http://groups.yahoo.com/group/development-axapta> " on the web.
    
*   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]  
    
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . 







[Non-text portions of this message have been removed]







  
  





  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 checks
performed by axapta as if the order were inserted manually, to notify
possible errors. Is there a class that helps me ot at which I should
take a look?Or anyone has some other suggestions?
Thank you all very much!



[Non-text portions of this message have been removed]







  
  





  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 checks
performed by axapta as if the order were inserted manually, to notify
possible errors. Is there a class that helps me ot at which I should
take a look?Or anyone has some other suggestions?
Thank you all very much!


[Non-text portions of this message have been removed]







  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   






  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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

2005-06-21 Thread Zappia Alessandro
 
Good, this is probabily what I am looking for, I'll try it then I'll let you 
know!
Many many thanks!


-Messaggio originale-
Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di 
ANIL OZAY
Inviato: martedì 21 giugno 2005 9.41
A: development-axapta@yahoogroups.com
Oggetto: RE: [development-axapta] Activating a procedure after import

Hi Alex,

I don't understand what you mean exactly, but SysImportDialog form used for 
importing projects.. In this form, u can find import() method for importing 
projects. This code calls SysImportElements class. You can extend this class 
for personal use.. 

For example, u can add a job file to all projects. When using import, firstly u 
execute this job.  

I know only these, i hope it can help you:)

Best Regards,

Anıl Özay

-Original Message-
From: development-axapta@yahoogroups.com
[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? 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 the past?
 
Thank you very much!
 
Alex


[Non-text portions of this message have been removed]





 
Yahoo! Groups Links



 






 
Yahoo! Groups Links



 







 
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 to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 






[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 the past?
 
Thank you very much!
 
Alex


[Non-text portions of this message have been removed]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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
Oggetto: Re: [development-axapta] DisplayOptions' behaviour

Hello Zappia Alessandro,

понедельник, 20 июня 2005 г., you wrote:

ZA> Does someone know how to make a record displayed in bold in a grid? 
ZA> I overridden the DisplayOption method, but such a line doesn't work:

It simply does not work :(

--
Best regards,
 Max    

http://belugin.info ICQ:9406811





 
Yahoo! Groups Links



 











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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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
_options.affectedElementsByControl(...) but without any luck!)
 
What's wrong with this? Many many thanks in advance!
 
 


[Non-text portions of this message have been removed]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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 any problem, but when I use the windows
api, the server I'm connecting to responses with error code 12003
(extended information).
To retrieve these "extended information" I should call the
"InternetGetLastResponseInfo" API, I tryed to declare the DLLFunction,
but I'm not able to make it work! Any help? I'll be really grateful!
 
PS. The code for FTP works using a local-intranet machine configured as
ftp server,so it sholud be correct!
 
This is the declaration:
 
    _getExtendedError = new
DLLFunction(_winInet,"InternetGetLastResponseInfoA");
    _getExtendedError.returns(ExtTypes::DWord);
    _getExtendedError.arg(ExtTypes::Pointer);
    _getExtendedError.arg(ExtTypes::Pointer);
    _getExtendedError.arg(ExtTypes::Pointer);
 
 
This is the call:
 
str getExtendedError()
{
    int errLen=255;
    int error;
    binary _errBuff=new binary(errlen);
 
    int state;
    ;
 
    state=_getExtendedError.call(error,_errbuff,errlen);
    return _errBuff.string(0);
}
 
 
And these are the specifics for that API

InternetGetLastResponseInfo


Retrieves the last error description or server response on the thread
calling this function.

BOOL InternetGetLastResponseInfo(
  LPDWORD lpdwError,
  LPTSTR lpszBuffer,
  LPDWORD lpdwBufferLength
);


Parameters


  lpdwError 
  [out] Pointer to a variable that receives an error message
pertaining to the operation that failed. 
  lpszBuffer 
  [out] Pointer to a buffer that receives the error text. 
  lpdwBufferLength 
  [in, out] Pointer to a variable that contains the size of the
lpszBuffer buffer, in TCHARs. When the function returns, this parameter
contains the size of the string written to the buffer, not including the
terminating zero. 



[Non-text portions of this message have been removed]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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://groups.yahoo.com/group/development-axapta/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










R: RE : [development-axapta] Number sequences

2005-06-09 Thread Zappia Alessandro




Mmmm, seems to be very interesting, thanks a lot Steeve!


Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Steeve Gilbert
Inviato: giovedì 9 giugno 2005 14.23
A: development-axapta@yahoogroups.com
Oggetto: RE : [development-axapta] 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 2005 03:54
À : development-axapta@yahoogroups.com
Objet : [development-axapta] Number sequences

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 there a way to do this?
Many many thanks for any help!

Alex


[Non-text portions of this message have been removed]







Yahoo! Groups Links












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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]













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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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 there a way to do this?
Many many thanks for any help!
 
Alex


[Non-text portions of this message have been removed]













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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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
 
Alex
 


 
 



Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di dadan_kasep_2
Inviato: mercoledì 8 giugno 2005 6.50
A: development-axapta@yahoogroups.com
Oggetto: [development-axapta] Substring in query


I have problem with substring in query like :

    while select  MyLedgerJournalTrans
  where substr(MyLedgerJournalTrans.Txt,1,3) ==  '123'

Does anyone have any suggestions to solve this?

thank's
Regards

Dadan s









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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 




[Non-text portions of this message have been removed]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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 BinaryIO, and so on..). Am I wrong? Any suggestions?
 
Thank you very very much


[Non-text portions of this message have been removed]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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 set on the "errorlevel" environment variable). 
Has anybody faced the same problem? Or, at least, is there a way to get
the value of an environment variable?
Thanks a lot!
 
Alex


[Non-text portions of this message have been removed]













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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










R: [development-axapta] splash screen

2005-05-25 Thread Zappia Alessandro




 
Thanx everybody guys, i've done it! Great!



Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Arijit
Inviato: mercoledì 25 maggio 2005 13.41
A: development-axapta@yahoogroups.com
Oggetto: Re: [development-axapta] splash screen


This is indeed the file. Use the program called "restorator 2004" to modify 
it.
Cheers

On 5/25/05, Jason Crook <[EMAIL PROTECTED]> wrote: 
> 
> I Think that it was in this file C:\Program 
> Files\Navision\Axapta\Bin\ax32.exe Unfortunately I don't have a 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:51 PM
> To: development-axapta@yahoogroups.com
> Subject: 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, 24bit color depth) but it doesn't work. I'm using Axapta 
> v3.0. Is there anything wrong?
> 
> 
> Ps. Trying to use a resource editor seems to be too tricky..
> 
> 
> 
> Da: development-axapta@yahoogroups.com [mailto:
> [EMAIL PROTECTED] Per conto di SATHIYANATHAN.P - Senior 
> Software Specialist - SIS
> Inviato: mercoledì 25 maggio 2005 11.17
> A: development-axapta@yahoogroups.com
> Oggetto: RE: [development-axapta] splash screen
> 
> 
> 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-axapta] splash screen
> 
> 
> 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]
> 
> 
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> 
> 'Visit us at www.sundaramfinance.com <http://www.sundaramfinance.com/>'
> 
> 
> ___
> 
> "This E-mail may contain privileged information and is intended solely for
> the addressee, and any disclosure of this information is strictly
> prohibited, and may be unlawful. If you have received this mail by 
> mistake,
> please inform us immediately and delete this mail. Any information
> expressed in this mail does not necessarily reflect the views of SUNDARAM
> FINANCE LIMITED. As per SUNDARAM FINANCE LIMITED's policy, unencrypted 
> mail
> via Internet is not considered secure".
> 
> 
> ___
> 
> 
> 
> 
> 
> 
> 
> 
> 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 to:
> [EMAIL PROTECTED] 
> [EMAIL PROTECTED]> 
> 
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <
> http://docs.yahoo.com/info/terms/> . 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> 
> 
> 
> 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 to:
> [EMAIL PROTECTED] 
> [EMAIL PROTECTED]> 
> 
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <
> http://docs.yahoo.com/info/terms/> . 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> --
> *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 to:
>    [EMAIL PROTECTED]<[EMAIL PROTECTED]>
>    - Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
>    Ser

R: [development-axapta] splash screen

2005-05-25 Thread Zappia Alessandro




 
Ops, excuse me! It works, but not how I hoped! My bmp appears now as background in the main menù, not as the initial splash screen. I think I must change the bmp resource 7511 someway.
Thanx!


Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] 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, 24bit color depth) but it doesn't work. I'm using Axapta v3.0. Is there anything wrong?


Ps. Trying to use a resource editor seems to be too tricky..



Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di SATHIYANATHAN.P - Senior Software Specialist - SIS
Inviato: mercoledì 25 maggio 2005 11.17
A: development-axapta@yahoogroups.com
Oggetto: RE: [development-axapta] splash screen


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-axapta] splash screen


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]






Yahoo! Groups Links







___

'Visit us at www.sundaramfinance.com'

___

"This E-mail may contain privileged information and is intended solely for
the addressee, and any disclosure of this information is strictly
prohibited, and may be unlawful.  If you have received this mail by mistake,
please inform us immediately and delete this mail.  Any information
expressed in this mail does not necessarily reflect the views of SUNDARAM
FINANCE LIMITED.  As per SUNDARAM FINANCE LIMITED's policy, unencrypted mail
via Internet is not considered secure".

___








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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]







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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










R: [development-axapta] splash screen

2005-05-25 Thread Zappia Alessandro




 
 
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, 24bit color depth) but it doesn't work. I'm using Axapta v3.0. Is there anything wrong?
 
 
Ps. Trying to use a resource editor seems to be too tricky..



Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di SATHIYANATHAN.P - Senior Software Specialist - SIS
Inviato: mercoledì 25 maggio 2005 11.17
A: development-axapta@yahoogroups.com
Oggetto: RE: [development-axapta] splash screen


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-axapta] splash screen


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]






Yahoo! Groups Links







___

'Visit us at www.sundaramfinance.com'

___

"This E-mail may contain privileged information and is intended solely for
the addressee, and any disclosure of this information is strictly
prohibited, and may be unlawful.  If you have received this mail by mistake,
please inform us immediately and delete this mail.  Any information
expressed in this mail does not necessarily reflect the views of SUNDARAM
FINANCE LIMITED.  As per SUNDARAM FINANCE LIMITED's policy, unencrypted mail
via Internet is not considered secure".

___








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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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]












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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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

2005-05-19 Thread Zappia Alessandro




Thanks very much, it works really fine now!



Da: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Andre Klopper
Inviato: giovedì 19 maggio 2005 10.44
A: development-axapta@yahoogroups.com
Oggetto: RE: [development-axapta] Change Colors in grid rows


Hi,

Check out the displayOption on the datasource

example...

public void displayOption(Common _proj, FormRowDisplayOption _options)
{
    projtable projtablelocal;
    projtablelocal = _proj;

    switch (projtablelocal.Status)
    {
 case projStatus::Completed : _options.backColor(14540253);
//Light Grey
  _options.textColor(8421504);
//Grey
    break;
 case projStatus::Created   : _options.backColor(14540253);
//Light Grey
  _options.textColor(213);
//Orange
    break;
 case projStatus::Estimated : _options.backColor(14540253);
//Light Grey
  _options.textColor(16654488);
//Purple
    break;
 case projStatus::InProcess : _options.backColor(14540253);
//Light Grey
  _options.textColor(32768); //Green
    break;
 case projStatus::Scheduled : _options.backColor(14540253);
//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: 19 May 2005 10:24
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Change Colors in grid rows


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


*  To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
  

*  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
  

*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]





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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]










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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[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

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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] Setting the language of a report



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] 
  Gesendet: Di 19.04.2005 15:13 
  An: development-axapta@yahoogroups.com 
  Cc: 
  Betreff: [development-axapta] Setting the language of a report 
  
  




  Hi everybody, I've got a little trouble setting the langauge for a 
  report. What I'd like to see is that the report labels are displayed in 
  the language of the customer (not in my application language). 
  
  I used a code like this: 
  
  str lang; 
  element.design().languageID("en-gb"); 
  lang=element.design().languageID(); 
  
  replacing "en-gb" with the proper value readen from the customers' table 
  
  I placed this code in the init and in the fetch method of my report, 
  but it didn't work at all, the variable "lang" (used only for debugging 
  purpouses) will not setted and equals "". 
  What's wrong with this? 
  Many thanks in advance! 
  
  Alex 
  
  
  
  
  
  
  
  
  
  Yahoo! Groups Links 
  
  
  
  
  
  
  
  



[Non-text portions of this message have been removed]








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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 




[Non-text portions of this message have been removed]













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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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
Oggetto: RE : [development-axapta] Updating a form grid



Try dataSourceName_ds.executeQuery() to refresh the grid.

Steeve... 


-Message d'origine-
De : a_zappia [mailto:[EMAIL PROTECTED] 
Envoyé : 4 avril 2005 05:08
À : development-axapta@yahoogroups.com
Objet : [development-axapta] Updating a form grid




Hi everybody,
I'm very new to axapta and I'm developing some simple applications for 
learning purpouses. Now, I created a simple form with a textbox and a 
grid, and a simple table with a few fields (among them there is a 
string field, called "Code"). The behavior I'd like to see is that when 
the textbox loses its focus, a new entry is placed in the table with 
the "Code" field set to the textbox's text (I absolutely don't want the 
grid to be used for adding records).
I wrote some code in the lostFocus method of my textbox, using a 
tablebuffer to insert the new entry in the table, and all seems to work 
fine, but I don't understand how to update the grid re-fetching the 
data from my table.
Any help?
Many many thanks in advance!










Yahoo! Groups Links














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 to:
  [EMAIL PROTECTED]  
    
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 




[Non-text portions of this message have been removed]













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 to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.