Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

Microsoft Axapta Programming Newsgroups Microsoft Axapta Programming Newsgroups

1 2 3 4
(155 threads in 4 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

How To Enlarge The Font In The X++ Editor

Hi all Is there any way to enlarge the font in the X++ Editor Thanks Dan

On Sunday, October 25th 2009 at 08:59 AM by Anonymous | No Replies

Sales Tax Total Per Voucher (General Journal)

Hi All, I would like to customize to calculate and display sales tax total per voucher in the General Journal. Currently after posting the journal users can see the sales tax total in the...

On Saturday, October 3rd 2009 at 05:41 AM by Anonymous | No Replies

Edit Fields On Forms

Hi I have a form which has 3 fields, a check box which gets checked by the authorisor. When the authoriser checks the box the user name(login user) and date are filled into the 2 other fields....

On Monday, September 14th 2009 at 03:35 AM by Anonymous | No Replies

Set ConfigurationKey On Table Field At Runtime

Is there a way set a ConfigurationKey on a table field at runtime? New tables and modifications are distibuted to all customers. I write jobs to copy data from selected fields to new tables. Afterwards...

On Monday, June 1st 2009 at 10:45 AM by Anonymous | No Replies

Document Handling In EP

I am a newbie to all this so my apologies for any incorrect terminology i may use I am having difficulty creating documents against a custom table i have created called NSGProducts (Contains details...

On Tuesday, May 19th 2009 at 10:55 PM by Anonymous | No Replies

How To Acquire A Custom License Code

Hello, I noticed the License Codes item in the AOT and wondered how do I go about getting license codes for my integration? The book, Inside Microsoft Dynamics AX, states that partners should...

On Monday, May 18th 2009 at 01:38 PM by Anonymous | No Replies

Pass Argument Between DAX User Control (C#) And Dataset Across Page

This is a multi-part message in MIME format. ------=_NextPart_000_0044_01C9CFD3.A706CE60 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi all, I'm...

On Thursday, May 7th 2009 at 11:53 PM by HY Choo | No Replies

Dimension From Free Text Invoice

Dear all, I found a strange when I explore the settlement of free text invoice with AR prepayment journal. The dimension from free text invoice didn't copy to related voucher journal of settlement...

On Monday, May 4th 2009 at 10:18 PM by Arifin | No Replies

Default Value For Transfer Transaction Lines

Hi there, I???m new to AX 2009 development and was wondering if there is an easy solution for my problem? In AX 2009 Inventory module, there is a journal for transfer transaction, when I create...

On Saturday, April 25th 2009 at 07:01 AM by Anonymous | No Replies

AX2009 Some BUGS And Fixes

Found some issues and resolutions. Address Selection doesn' t handle the warehouse site related addresses well. I noticed and fixed it in the purchase section. Class: AddressSelectForm_PurchTable...

On Thursday, April 23rd 2009 at 02:15 AM by Anonymous | No Replies

InventUpd_Reservation.updateReserveMore() AX 3

Hello, I would like to use a standard field (WMSLocation.SortCode) to add priority to warehouse locations in the reservation process . InventUpd_Reservation.updateReserveMore() .... // begin...

On Saturday, April 18th 2009 at 05:02 AM by Anonymous | No Replies

Software Testing Tools

Can someone, please, recommend a software testing tools that works with Dynamics AX? Thanks, Mihaela

On Friday, April 17th 2009 at 12:52 AM by Anonymous | 1 Reply

Table Synchronization Error Due To Configuration Keys

Hi while testing configuration keys for my application, I ran into a synchronisation problem form my database, now whenever I synchronize database I receive the error message : "SQL error description...

On Monday, March 9th 2009 at 04:49 AM by Anonymous | No Replies

CrossCompanyAutoQuery On The Form And SaveDataPerCompany On The Ta

I have a form similar to the salesTable. The main-Datasource and the joined datasource are set to "CrossCompanyAutoQuery = true" because otherwise my filter-fields are not work. The main-table have...

On Tuesday, February 24th 2009 at 04:06 AM by Anonymous | No Replies

Binding A List Page With Multiple Data Sources

Hi All Is it possible to bind a list page to multiple data sources? I am not talking about left, right or inner join. I have 2 tables with similar data structure. I want to show data from both...

On Monday, February 23rd 2009 at 05:06 AM by Anonymous | No Replies

Add Filed To Temp Table For Report

Hi all I am using a temporary table (dynamically created in x++) in the fetch method of a report so that i can evaluate and sort data based on certain criteria before it goes to send method....

On Thursday, February 12th 2009 at 08:12 AM by Anonymous | No Replies

Filtering The Joined DataSource In A Form

Hello, In a form, i have two datasource: table A is the main datasource table B is joined to A (Joinsource=A, linkType=OuterJoin) And the resultset is shown in a grid. Works well for a 1-1 relationship...

On Monday, February 9th 2009 at 05:44 PM by Anonymous | No Replies

Using XAxaptaUserManager Alternative On Server (AX 2009)

Hi there I try to retrieve a SID (Windows Account GUI) given a Alias and a Domain. Therefore I tried to use the xAxaptaUserManager class, which is really easely to use. Unfortunately this class...

On Tuesday, February 3rd 2009 at 05:07 AM by Anonymous | 1 Reply

Adding A Report To The Print Management Framework

Good Morning I am asking this question again because i think I posted it in the wrong place in the applaictions section. What's the procedure to add a new sales document to the AX print Management...

On Thursday, January 29th 2009 at 08:44 AM by Anonymous | No Replies

How To Transfer Records From CustTable To Myform?

I want to transfer say, the first records of custTable (AccountNumbers 4001-4005) in the Standard Environment to "MyForm"(which i have created)? How to to that? I no v should use Args class ,but...

On Monday, January 26th 2009 at 01:17 AM by Anonymous | No Replies

Get A Tab's Datasource

Hello, I need some help working with tabs. I have a menu item button which launches a form. The menu item button has a datasource property so it will launch the form with the data linked to the...

On Tuesday, January 20th 2009 at 05:48 PM by Anonymous | No Replies

Added A New Field To An Existing Table Within A Project

In order to add a new field an existing table created outside of a project, it appears as if one can only do such outside of the project. Is there any way, or which is the best way to link changes...

On Wednesday, January 14th 2009 at 05:31 AM by Anonymous | No Replies

Importing A Posted Journal In AIF - Ax 2009

Hi, when i am trying to import a posted journal in GL, i am gettign the following error: "Journal has already been posted and, consequently, is not open.??? Whereas I am using a new journal number...

On Monday, January 12th 2009 at 06:07 AM by Anonymous | No Replies

Reg Database Log

Hi all, I can't see any records in database log in Ax4.0. is there any setup to enable databasel og for all tables? Please reply with your suggestions. Regards Raju

On Tuesday, January 6th 2009 at 05:00 AM by Anonymous | No Replies

Synchronous Exchange Using Biztalk Adapter

hi all, Do you have any idea about the procedure to make a synchronous transaction in AX using BizTalk adapter .How different is the process from making an asynchronous call. -- Regards,...

On Monday, January 5th 2009 at 04:06 AM by Anonymous | No Replies

Initialize LedgerJournalTrans Problem?

I can initialize if LedgerJournalACType is Cust because of initfromCustTable but other than that, there's no method to initialize others. So how can I initialize if my LedgerJournalACType is Vend...

On Monday, January 5th 2009 at 12:16 AM by Anonymous | No Replies

Exclude The Stopped Items On The Create Lines Form

Hi, How can the stopped items (???Stopped???ticked on the Quantity tab of the Item form) be excluded on the Create lines form (from AP > Purchase order > Create lines button)? I tried to add...

On Wednesday, December 10th 2008 at 09:43 PM by Anonymous | No Replies

SysMailer In Ax2009

The method LoadBodyFromFile is not available in SysMailer Ax2009. Any pointers as to what to use instead ? I am keeping the body of the email in a separate text file (generated at runtime), and it...

On Tuesday, November 25th 2008 at 04:43 AM by Anonymous | No Replies

CashTrans Table

Hi, Does any one know CashTrans table still available for AX 4? If yes, which license/module i should purchase..? If no, what is the replacement for this table? Thanks Matt

On Sunday, November 23rd 2008 at 02:54 AM by Anonymous | No Replies

InventTable Changes

Hi, is there posible to know who made a change in the description of an item? in the InventTable......i want to identify a user who modified an item

On Friday, October 31st 2008 at 06:56 PM by Anonymous | No Replies

When To Make Changes To Report Templates

Hi The Chart of Accounts report cuts off the right-hand header detail (the page nr, date, etc). The "fit to page" flag is set to yes. Why does it still cut the detail off? I see the report uses...

On Monday, October 27th 2008 at 06:42 AM by Anonymous | No Replies

Import Project From Ax 2009 Into Ax 3.0

Hi, Is possible to import a project made in Ax 2009 into Ax 3.0? Maria

On Monday, October 27th 2008 at 05:14 AM by Anonymous | No Replies

InventDimPhys (Quantity Design) - Report

Hi, I want to modify the above report in such a way that for particular BOM type of item from InventSumDateTrans table it would show some rows/line of data from another table which i have added...

On Friday, October 24th 2008 at 02:43 AM by Anonymous | No Replies

RenamePrimaryKey Item Table

Good Morning I need to write some code to rename the item number of several hundred items in the inventtable I have a list of the orginal codes and the new ones, I guess I need to write a job...

On Monday, October 6th 2008 at 07:56 AM by Anonymous | No Replies

Report Section Re-arrangement

Hi all, at the moment i'm working on a report layout, the CustAccountStatementExt report. i would like to add a field and corresponding field values in the programmable section depending whether...

On Monday, October 6th 2008 at 04:47 AM by Anonymous | No Replies

Using Regular Expressions

Hello, is there any way to validate a string against a regular expression? I found some topics concerning a textbuffer but I can't same to make it work. Can someone help me? The expression...

On Friday, October 3rd 2008 at 04:45 AM by Anonymous | No Replies

Fully Qualified Domain Name

Hi All, While installing the 'Role Centers and Enterprise Portal' for AX 2009. I am getting some error which is forcing the set up to rollback the installation of Role Centers and Enterprise Portal...

On Monday, September 29th 2008 at 06:39 AM by Anonymous | No Replies

Dynamics EP Web Grid : Unable To Delete

Hi I am modifying the PSATimecardTable web form. I am unabe to delete the line enteries once they are added. When I mark, on hte post back the datasource's anyMarked function returns false. When...

On Monday, September 22nd 2008 at 08:52 PM by Anonymous | No Replies

Business Connector Vs DAX Forms

Hey, why does the Business Connector have restricted access to the Forms node of the AOT (according to http://msdn.microsoft.com/en-us/library/aa659581(AX.10).aspx)? How to overcome this? Any ideas...

On Friday, September 19th 2008 at 10:35 AM by Tomasz | No Replies

Dynamics Ax 2009 Web Project Does Not Work With VS.Net 2008

Hi, I have a single machine on which I installed SQL server,Ax 2009,Visual Studio .NET and all related conponents. Ax 2009 is working no issue is there even enterprise portal is also working. When...

On Thursday, September 18th 2008 at 12:49 AM by Anonymous | No Replies

Fields Not To Copy Via Record Templates

Hi, I am having a problem. I have table say ProjTable and I am adding a new field in it. Now what I want to do whenever we create a user or companay record template of this table record via ProjTable...

On Saturday, September 13th 2008 at 10:20 PM by Anonymous | No Replies

Company Accounts

Hi, I want to write two methods, one to create a company account and an other one selecting one. For example: createCompanyAccount(str id, str description) and selectCompanyAccount(str id)....

On Tuesday, September 9th 2008 at 02:32 AM by Anonymous | No Replies

QueryRun.Get Method Problem

I have one datasource , inventjournaltrans table links with two inventdim table, but in fetch method ,i can't use queryrun.get method to get two inventdim's data as the same time. example: while...

On Thursday, September 4th 2008 at 04:20 AM by Anonymous | No Replies

SmartStart 3000 V. 1.2 For AX Dynamics

Dear developers (and technical staff) The new version of the favorite Dynamics AX Configuration manager, SmartStart 3000, is released. Supports: AX 2.5 up to AX 2009. Runs on: Win95/98/00/XP/...

On Wednesday, September 3rd 2008 at 03:34 PM by Anonymous | No Replies

Vertical Labels In A Report

Can anyone tell me if it's possible to have vertical labels in a report. I have three colums, taking data from a table, and I'd like the labels to be vertical and sideways, so you have to turn the...

On Wednesday, September 3rd 2008 at 07:09 AM by Anonymous | No Replies

How To Find New Objects In A Layer?

Using version Update >> code upgradation Project we are finding the customized objects. Is there any tool to find out all the new objects?

On Monday, September 1st 2008 at 07:50 AM by Anonymous | No Replies

Dynamics AX 4 :: SQL Query

Dear AX Forum, I am new to AX development and requires some assistance with a complex, or at least for me, query. Can probably be 2 or more nested statements but anyway here is my challenge....

On Monday, August 25th 2008 at 04:14 AM by Anonymous | 1 Reply

Section Overlapped PageFooter Section (Ax.5.0)

Hi, I have posted a sales order invoice. Adftre posting i tried clicking header inquiry->invocie and in the invoice journal form click Preview/Print->Original Previe. i'm getting an error saying...

On Monday, August 25th 2008 at 03:08 AM by Anonymous | No Replies

How To Limit Printers List?

Hi, I have 10 printers, 3 of them are setup only for picking list. how can I filter printers just show these 3 printers when print picking list? thanks.

On Friday, August 22nd 2008 at 03:41 PM by Anonymous | No Replies

Open PrintJobSettings

I have a class extended from RunBase and want to open the PrintJobSettings-Dialog from a button and retrieve/serialize the settings in my class. Any suggestions? Best Regards...

On Friday, August 22nd 2008 at 08:36 AM by Anonymous | No Replies
1 2 3 4
(155 threads in 4 pages)
Sponsors
Discover Geekpedia

Other Resources