[development-axapta] Tool tip in Axapta field

2010-07-08 Thread axaeffect
Hi all,

I'd like to know where is the handle to show tool tip in column/field in Ax ?
You know for example, in Sales Order form or Inventory movement form, when we 
move pointer or click  Item column, there is tool tip inform item id and item 
name.

In the form layout, I notice there's method called ToolTip but can not debug 
the method super(). It goes by and just return the message of the tool tip. I 
want to see the logic of creating this tool tip.

Thanks,




[development-axapta] Copy Item to another company/dataarea

2010-04-22 Thread axaeffect
Hi all,

How to copy item (InventTable, InventTableModule, InventeItemLocation)
to another company/dataarea?

Kindly advise,
Thanks,
Axl



[development-axapta] Customer aging by dimension

2010-04-07 Thread axaeffect
Hi all,

In report customer aging (A/R - reports - Status - Aging report), is there a 
way to group it by dimension.

For example if I have activated 1st dimension (Department), in that report I 
want to group it per department, not just sort by customer account, because 
there are many cases my customer transaction is in many department.

Thanks in advance,
axl






[development-axapta] Can not End Production Order

2008-02-11 Thread axaeffect
Hi all, May I ask, how to End Production Order in the month the already 
closed. 

The situation is, actualy we already Report as Finished the Production 
Order. When I want to End it, and do Costing it said, inventory 
already closed.

Thanks in advance,
Ton



[development-axapta] Re: Error when install Ax 4

2007-11-09 Thread axaeffect
hi,

already enabled remote connection and named pipes protocol, but still 
that error come. :(



--- In development-axapta@yahoogroups.com, axaeffect 
[EMAIL PROTECTED] wrote:

 sorry, where I can find remote connection and named pipes?
 
 thanks,
 
 
 --- In development-axapta@yahoogroups.com, leetopida 
 leetopida@ wrote:
 
  Check the following in your SQL server Management studio: right 
  click the appropriate instance and enable remote connections, and 
  named pipes.
  
  --- In development-axapta@yahoogroups.com, axaeffect 
  axaeffect@ wrote:
  
   Hi all,
   
   I got error when installing Ax4 in my computers, right when the 
  setup
   says setup AOS. When I look at the log it says something like 
  this :
   
   === Setting up Object server ===
   Adding this computer's Network Service account as a login in to 
 the
   database server.
   Exception = System.NullReferenceException
   Message = Object reference not set to an instance of an object.
   FullText = System.NullReferenceException: Object reference not 
set
   to an instance of an object.
   at Microsoft.Dynamics.Setup.Misc.GetMachineDomain()
   at
   
  
 
Microsoft.Dynamics.Setup.InstallSqlServer.GrantAosAccessToRemoteSqlSe
  r
   ver()
   at Microsoft.Dynamics.Setup.MainForm.AosDbAccess()
   at Microsoft.Dynamics.Setup.MainForm.s250Timer_Tick()
    Setup ended before completion. ===
   
   
   Could anyone help me on this ?
   
   
   Thanks in advance,
   Tonz
  
 





[development-axapta] Re: Error when install Ax 4

2007-11-08 Thread axaeffect
sorry, where I can find remote connection and named pipes?

thanks,


--- In development-axapta@yahoogroups.com, leetopida 
[EMAIL PROTECTED] wrote:

 Check the following in your SQL server Management studio: right 
 click the appropriate instance and enable remote connections, and 
 named pipes.
 
 --- In development-axapta@yahoogroups.com, axaeffect 
 axaeffect@ wrote:
 
  Hi all,
  
  I got error when installing Ax4 in my computers, right when the 
 setup
  says setup AOS. When I look at the log it says something like 
 this :
  
  === Setting up Object server ===
  Adding this computer's Network Service account as a login in to 
the
  database server.
  Exception = System.NullReferenceException
  Message = Object reference not set to an instance of an object.
  FullText = System.NullReferenceException: Object reference not set
  to an instance of an object.
  at Microsoft.Dynamics.Setup.Misc.GetMachineDomain()
  at
  
 
Microsoft.Dynamics.Setup.InstallSqlServer.GrantAosAccessToRemoteSqlSe
 r
  ver()
  at Microsoft.Dynamics.Setup.MainForm.AosDbAccess()
  at Microsoft.Dynamics.Setup.MainForm.s250Timer_Tick()
   Setup ended before completion. ===
  
  
  Could anyone help me on this ?
  
  
  Thanks in advance,
  Tonz
 





[development-axapta] Error when install Ax 4

2007-11-07 Thread axaeffect
Hi all,

I got error when installing Ax4 in my computers, right when the setup
says setup AOS. When I look at the log it says something like this :

=== Setting up Object server ===
Adding this computer's Network Service account as a login in to the
database server.
Exception = System.NullReferenceException
Message = Object reference not set to an instance of an object.
FullText = System.NullReferenceException: Object reference not set
to an instance of an object.
at Microsoft.Dynamics.Setup.Misc.GetMachineDomain()
at
Microsoft.Dynamics.Setup.InstallSqlServer.GrantAosAccessToRemoteSqlSer
ver()
at Microsoft.Dynamics.Setup.MainForm.AosDbAccess()
at Microsoft.Dynamics.Setup.MainForm.s250Timer_Tick()
 Setup ended before completion. ===


Could anyone help me on this ?


Thanks in advance,
Tonz




[development-axapta] Error: Data already exist....???

2007-07-24 Thread axaeffect
Hi all,

I need some help or advice...
The case is my Ax sometimes produce an error when inserting new data, 
it says Can not insert, data already exist but I can assure you that 
the suspected data is new. This is true bcoz after I restart the AOS, 
all process gone normal, no error.

Before I restart AOS, I tried reindex data, synchronize table, and 
compile application, and it shows no error/ warning. What happen? 


TIA,
Tonz





[development-axapta] help - QuerybuildDataSource

2007-06-08 Thread axaeffect
Hi all,

how to join 3 tables in querybuilder?

for example I want to join InventDim Table with inventBatch and
WMSLocation

In my logic should be like this
1. first Query is InventDim
2. join InventDim to InventBatch
3. join inventDim again to WMSLocation

is that correct? bcoz when I check the query, after step 2, the query 
is correct, inventdim join to inventbatch, but after step 3, seem 
inventdim query loose all the join. 

I mean, can in Axapta, 2 different table join to 1 main table ?


thanks in advance,
Ton




[development-axapta] Copy User Layer in Dynamics Ax 4.0

2007-05-02 Thread axaeffect
dear all,

have u ever copied axusr.aod and axpd.aoi to a newly standard 
application folder ?

I've done this in Ax 3.0 and it's OK, just copying axusr.aod  axpd.aoi
in application folder, configure in Axapta configuration utility, also 
connect to a new database, and then just start Axapta, and their 
automatically update all the application base on the user layer.

but, can I do it in Ax 4, 'coz right now I can't start the service, and 
said 'the request can not respon in timely fashioned..'

please help.
thx in advance,
Ton





[development-axapta] Re: www.systomatics.com (Compare XPO)

2006-12-20 Thread axaeffect
Hi Harry,

I'm Anton,
about your project : Compare XPO, do you have the Ax4 version.

thank you, 




--- In development-axapta@yahoogroups.com, Harry Deshpande 
[EMAIL PROTECTED] wrote:

 Hi
 
 I have added one more upgrade related blog on my website 
www.systomatics.com
 
 Regards
 
 Harry





[development-axapta] error field id does not exist in table

2006-12-06 Thread axaeffect
hi all,

I have an error in my Ax says field id 12345 does not exist in table 
MyTable.. does anyone knows what error is it? and how to resolve this 
issue 'coz i already re-compile and synchronize all tables and didn't 
work.

thanks in advance,
ton