axadev.blogspot.com
axapta development: Find out the string length of an extendedDataType!
http://axadev.blogspot.com/2006/11/find-out-string-length-of.html
Something about Axapta/Dynamics AX programming. Topics: Program code or also only ideas! Wissenswertes zum Thema Axapta/Dynamics AX - Programmierung. Themen: Programmcode oder auch nur Ideen! Monday, November 06, 2006. Find out the string length of an extendedDataType! Find out the string length of an extendedDataType - was necessary for me as i wrote an select-statement with the connection-class. Static void TestJob(Args args). DicttypeObject(dict.typeName2Id(extendedtypestr(AccountName) );.
axadev.blogspot.com
axapta development: MakeSureDirectoryPathExists
http://axadev.blogspot.com/2006/11/makesuredirectorypathexists.html
Something about Axapta/Dynamics AX programming. Topics: Program code or also only ideas! Wissenswertes zum Thema Axapta/Dynamics AX - Programmierung. Themen: Programmcode oder auch nur Ideen! Thursday, November 02, 2006. The powerfully WinApi-Function 'MakeSureDirectoryPathExists' implementet in X! The MakeSureDirectoryPathExists function creates all the directories in the specified filePath, beginning with the root. This function resides in imagehlp.dll, but also in. DLL winApiDLL = new DLL(#imagehlp);.
axadev.blogspot.com
axapta development: RunBuf (Evaluate), a wonderful function
http://axadev.blogspot.com/2006/12/runbuf-evaluate-wonderful-function.html
Something about Axapta/Dynamics AX programming. Topics: Program code or also only ideas! Wissenswertes zum Thema Axapta/Dynamics AX - Programmierung. Themen: Programmcode oder auch nur Ideen! Thursday, December 07, 2006. RunBuf (Evaluate), a wonderful function. RunBuf" or in other development environment "evaluate" is a very nice function,. It helps me to save a lot of time for to develop a complex parameter table stucture. Call the function below with something like this. Return strFmt("%1", value);.
wissenshaus.net
Wissenshaus_Projektteam
http://www.wissenshaus.net/Projektteam/team.htm
Tel: 49 (0) 7622 3907-131. Prof Dr. Jügen Treffert. Fachleiter WI an der BA Lörrach /. Tel: 49 (0) 7621 55004-01. Fachleiter WI an der BA Lörrach). Tel: 49 (0) 7621 2071-182. Dipl-Betriebswirt (BA) Markus Mählmann. Tel: 49 (0) 7621 55004-01. Telefon: 49 (0) 7628 910700. Mit freundlicher Unterstützung von.
e-iceblue.com
Free .NET Barcode Component - Generate, Read and Scan 1D 2D Barcode Images in C#, ASP.NET | Spire.BarCode
http://www.e-iceblue.com/Introduce/barcode-for-net-introduce.html
SpireOffice for .NET. SpireDoc for .NET. SpireDocViewer for .NET. SpireXLS for .NET. SpireSpreadsheet for .NET. SpirePresentation for .NET. SpirePDF for .NET. SpirePDFViewer for .NET. SpirePDFViewer for ASP.NET. SpireDataExport for .NET. Free Spire.Doc for .NET. Free Spire.XLS for .NET. Free Spire.PDF for .NET. SpireBarCode for .NET. How to Apply License. SpireBarCode for .NET. SpireBarCode for .NET is 100% FREE BarCode component, no risk to integrate in your .NET application. Developers can easily set b...
atolix.de
Partner - atolix - Projekte wirtschaflich steuern
http://www.atolix.de/partner.html
Atolix schlägt Brücken zwischen den Anforderungen von Management, Controlling und Projektleitern. Was atolix besonders auszeichnet. Atolix Software für erfolgreiche Projekte. Product Life Cycle Controlling. Dürfen wir Sie beraten? Das Atolix-Team ist gern für Sie da:. Tel 49 (0)761 13788-0. Das Steinbeis Transferzentrum IT-BusinessConsulting Lörrach.
axadev.blogspot.com
axapta development: First-Blog
http://axadev.blogspot.com/2006/11/first-blog.html
Something about Axapta/Dynamics AX programming. Topics: Program code or also only ideas! Wissenswertes zum Thema Axapta/Dynamics AX - Programmierung. Themen: Programmcode oder auch nur Ideen! Wednesday, November 01, 2006. In my programmer career I looked for and also found solutions to problems often times in the Internet. Therefore I think, it also for me at the time to perform a contribution for the Internet community. Subscribe to: Post Comments (Atom). Search Dynamics Ax sites.
axadev.blogspot.com
axapta development: WTSQuerySessionInformation
http://axadev.blogspot.com/2006/11/wtsquerysessioninformation.html
Something about Axapta/Dynamics AX programming. Topics: Program code or also only ideas! Wissenswertes zum Thema Axapta/Dynamics AX - Programmierung. Themen: Programmcode oder auch nur Ideen! Friday, November 10, 2006. Function retrieves session information for the specified session on the specified terminal server. With the function below you can find out the ip-Address of the client-computer if they logged in on a terminal server! Under it, there is a function to get the client machine name! RdpIP = rd...
axadev.blogspot.com
axapta development: Memory usage of axapta task
http://axadev.blogspot.com/2006/12/memory-usage-of-axapta-task.html
Something about Axapta/Dynamics AX programming. Topics: Program code or also only ideas! Wissenswertes zum Thema Axapta/Dynamics AX - Programmierung. Themen: Programmcode oder auch nur Ideen! Thursday, December 21, 2006. Memory usage of axapta task. On a job client we had some troubles with memory wastage. The reason was an external application with which we communicate across an OCX. On each call the application needs more and more memory. Our experience shows, on about 100MB Axapta crashed. Struct....