[development-axapta] Upgrade Synchronize Problem

2011-01-17 Thread Donny Wu
Hi Guys,

I found this weird problem, I just upgrade my Ax from version 4.0 to 2009 by
copying the USR layer and try to fix the code but every time I synchronize
Data Dictionary my application will hang after couple of seconds. Does
anyone ever found this problem ?

rgds,

dwu


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



[development-axapta] Hi,

2011-01-17 Thread syed shafeeque
Hi,
 
Please can you tell the difference between runbase class and runbasebatch class 
in detail.
 
Regards.



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



[development-axapta] Proforma project invoice

2011-01-17 Thread James Flavell
Has anyone made the project invoice as proforma?

 

Just wondering why there is no such function and is it due to being very
difficult to do technically? 

 

Has anyone made such before and have any warnings?

 

Thanks a lot

James

 



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



[development-axapta] Inventory Closing Error

2011-01-17 Thread tarekeg2
Dear friends,

I'm facing an error message when I try to adjust on Hand inventory not allow 
me to complete the process.
The message is Item number 11234, Transaction cannot be adjusted as the 
quantity financially open is zero. What does this message mean, and how I can 
solve the problem?

Appreciate your contributions.

Best Regards,
Tarek



[development-axapta] Re:

2011-01-17 Thread arif billah

 
Respected  Sir/Mam,
This is arif shaik with good wishes,
 
 
 hi i wanna implementation vedios link to watch and train my self ,r else there 
is any tutorials plz send me back

thanks  to my g members...
 
 
 
 
 
Thanks  Regard
Shaik Arif,
09912354588,
arephsh...@sify.com



  

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



[development-axapta] Norwegian char (å ø æ) problem

2011-01-17 Thread bahalul kabir
Hi,
I am using ftpWebRequest.
http://www.axaptapedia.com/FtpWebRequest

If anyone can help or give a good suggestion or is there anyother good way to 


below I describe where Norwegian char showing wrong

Thank you

// Read file reader = new System.IO.StreamReader(C:/test.xml); utf8 = 
System.Text.Encoding::get_UTF8(); bytes = utf8.GetBytes( reader.ReadToEnd() 
); reader.Close();
// if first char of the file for exaple Æ 
print bytes.GetValue(0) // showing the value  239 but it should be 198
   num =fileContent.GetValue(0);print   num2char(num); // strange char 
showing, should be Æprint char2num('Æ',1); // the actual value is 198
pause;


  

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



[development-axapta] WinApiServer

2011-01-17 Thread jquinteroz
Hello forum!:

We have problems with this api:
WinApiServer::Move.
We added permissions and the following error appears:

Exception has been thrown 
by the target of an invocation 
--System unauthorized AccessException::Access to the 
path is denied at System_IO_Error(Int 32 error...)

When I use WinApi::Move it works without problems 
but this api does not works in batch mode.

Here the code:

static boolean MoveFile(FileName _FileNameFrom, FileName _FileNameTo) 
{ 
set permissionSet = new Set(Types::Class); 
boolean ret; 
; 
CodeAccessPermission::revertAssert(); 
permissionSet.add(new FileIOPermission(_FileNameFrom, 'rw')); 
permissionSet.add(new FileIOPermission(_FileNameTo, 'rw')); 
CodeAccessPermission::assertMultiple(permissionSet); 

try 
{ 

ret = WinAPIServer::moveFile(_FileNameFrom,_FileNameTo); 

Any ideas?.




[development-axapta] Proforma project invoice - sorry pls ignore

2011-01-17 Thread James Flavell
Sorry pls ignore this.proforma does exist for project.been a long hard day
;)

Sorry everyone about this

Thanks

James

 

From: James Flavell [mailto:djf1...@gmail.com] 
Sent: 20 December 2010 18:19
To: 'development-axapta@yahoogroups.com'
Subject: Proforma project invoice

 

Has anyone made the project invoice as proforma?

 

Just wondering why there is no such function and is it due to being very
difficult to do technically? 

 

Has anyone made such before and have any warnings?

 

Thanks a lot

James

 



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