Group:  Microsoft Axapta » microsoft.public.axapta.programming

Threads Replies Last Post
35 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
How to assign value to a DataSource field manually
Hi, I need to assign value to a particular field of DataSource manually (after doing some manupulation) when I am clicking on save button. All the fields attached to DataSource are getting saved because there is a control corresponding to it on Form but for one field I don't have any control attached. And I need to save it on Form level and not on Table level. So, how I should go ahead ...
3 12/31/2008 6:26:04 AM
Assign a value to field of a DataSource
I have a scenario something like i have 3 combo boxes that are inter-dependent: select country--> populates select states(of selected country)--> populates select cities(of selected country + state) All three combo boxes are populated from 3 master tables and I need to save this info for a user in for example user_table [these three fields are FK from the master tables]. Issues I am ...
1 12/30/2008 3:34:12 PM
CreatedDateTime in SysDataBaseLog
In an (updated from 3.0) AX 2009 SP1 System the CreatedDateTime field is empty in the SysDatabaseLog for new entries although CreatedDateTime is switched on for the table. There are no adjustments on the table except two new indexes. Has anyone seen this before?...
1 12/30/2008 2:41:01 PM
Delete Company accounts !
Hallo everybody, can anyone please tell me how to delete a company accounts via X++ code. Thanx a lot...
3 12/30/2008 1:21:02 PM
CLR call error in parameters
Hello, i have created a dll from a webservice in C#, when i call it from DAX i always get two error message like "Can not calculate the CLR object references for Microsoft Dynamics anytype". I have investigated this issue and i suposse that is due a problem with the webservice method parameters datatype. I suposse that i have to detect the parameter with the problem an try to marshal it...
7 12/30/2008 1:08:00 PM
How to Use SysDictType and SysDictMethod Classes
Hi, I want to use SysDictType and SysDictMethod classes to get the return type of specific method in AX 5.0 Could you give info on usage of these classes. Naresh Babu ...
2 12/30/2008 10:32:09 AM
Automatic record creation when opening new form......
Automatic record creation when opening new form, based on values off the form that initiates the form opening by clicking on a menubutton. Example, i've one form, that contains data for customercomplains, but sometimes we need a serviceengineer. To make this happen, we want to create a service order from a complain record. So we start from a complain form, click on a button and the serv...
2 12/30/2008 10:12:09 AM
How to create a dialogfield on runbasebatch with fields of sel. ta
Hello, I have created this runbase-batch, which contains two dialogfields: 1 that lets you select a table ( of type TableName ) 1 that lets you select a field of the chosen table ( of type fieldName ) Now I have to make this second dialogfield dependend on the first one. It has to lookup the fields of my selected table. Anyone know how to do this? Your help would be greatly apprecia...
2 12/30/2008 9:39:00 AM
Read file from internet in AX 2009
Hi! I need to download a text (.csv) file from a given url to a location on my computer (c:\temp), so i can read data from the file. In AX 4.0 i used the WinInet to do this, but this don't exist in AX 2009. Does anyone know an easy way to do this in AX 2009? Code from AX 4.0 follows: int iHandle; WinInet winInet; TextBuffer textB...
3 12/30/2008 8:15:01 AM
36 http://tjxzs.com.cn =?UTF-8?B?5aSp5rSl6Z+z5ZON?= =?UTF-8?B?5LiT5Y2WIDYz?=
Ìì½òÖÇÄܼҾÓ,Ìì½òÖÇÄܼÒÍ¥¹ã²¥,Ìì½ò¼ÒÍ¥ÖÇÄܱ³¾°ÒôÀÖ,Ìì½ò¼ÒÍ¥±³¾°ÒôÀÖ,Ó°ÒôÆ÷²Ä,ͶӰÆ÷²Ä,Ìì½òÃÔÄãÒôÏì,Ìì½ò¸ßµµÒôÏì,Ìì½ò¸ßµµ¼ÒÍ¥Ó°Ôº,»ÝÍþ,»ÝÍþרҵÒôÏì,HIVI,HIVIרҵÒôÏìJVC,JBLרҵÒôÏì,Ìì½òÒôÏìרÂô.com , 86-022-81501975, Ìì½òÒôÏìÍø, 86-13802174064, Ìì½òöÎÖ®Éù, 86-022-26623951,tjxzs@hotmail.com, Ìì½òÊкӱ±ÇøÌì̩·Ð´ó±¾ÓªµçÆ÷³Ç218ºÅ, http://tjxzs.com.cn ,Ìì½òÒôÏì×Ü´úÀí, Ìì½òöÎÖ®ÉùµçÆ÷ÏúÊÛÖÐÐÄ, tjxzs.com...
1 12/30/2008 8:10:05 AM
Outlook integration in AX4.0
Dear all, Can any one tell process of outlook integration in Ax4.0 or if any having code for this please send it to me. Regards trinadh ...
2 12/29/2008 10:52:02 PM
SSRS - passing a PARAMETER value to a second PARAMETER?
Hi all, I have an SSRS report that requires two parameters. The user selects the first PARAMETER, (Store ID) and then the second PARAMETER needs to pick up that first value (Store ID) and uses it in it's SQL query to select all the employees that work at that store. I know how to use a PARAMETER inside a report, but how do I use a PARAMETER inside another PARAMETER? Thanks in adva...
2 12/29/2008 10:45:01 PM
Where are these methods writen.....??
Dear All, I have an issue it really strange....in standared form (HRMABSENCREGISTRATION) where the following methods are writen (HRMAbsenceTran.TransDate.Validate) and (HRMAbsenceTran.TransDate.Modified).....what i need is to build exactly like them but with another datasourcs.....first of all where they are writen....secondly how i can build like them and where i should write the sam...
2 12/29/2008 5:23:01 PM
Variable content for 'menuitemdisplaystr'
Hi, I would like to store the menuitemname in one of my tables. From the form on this table I would like to call the menuitem which name is stored in the current record. For instance: menuFunction = new MenuFunction(menuitemdisplaystr(XXXXXXXXX), MenuItemType::Display); Where XXXXXXXX is the content of the field in my table. Can anybody help? Thanks Jan ...
1 12/29/2008 2:41:01 PM
Webservice parameters: dateTime and decimal
Hello, i have a problem with the call to a webservice, the definition in C# is like this: - SaveManufacturingReference: works fine public string SaveManufacturingReference(string company, string axaptaReference, string dimension1, string dimension2, string dimension3, string manufacturingReferenceName, string manufacturingReferenceDescrip, string manufacturingFamily, string dossier...
3 12/29/2008 7:27:01 AM
How to use the Generic Type with Ax ?
Hello World !!! We would like to transalte a methode from Vb to Ax. But we use a generic method, and we don't know how to use it in Ax ... There you can see the source code in Vb : Public Sub AddXMLSerialized(Of IT)(ByVal Name As String, ByVal Obj As IT) Dim BBuff As String Dim Buff As Byte() BBuff = "--" & _boundary & vbCrLf BBuff &= "Content-Dis...
2 12/29/2008 7:20:01 AM
Query Syntax error
Hi, Can anyone tell how I can rectify the following query? smmActivities smmActivities; EmplTable emplTable; date ToDate = 10\09\2008; date FromDate = 1\09\2008; ; select count(recid) from smmActivities where smmActivities.Closed == NoYes::Yes && smmActivities.ActionDate >= FromDate && smmActivities.ActionDat...
8 12/27/2008 5:52:00 AM
Query Range Record count
I would like to know if there is a way to get the number of records got from a range. Thanks, Reshma...
11 12/27/2008 5:50:01 AM
Windows Vista Prem. Home Program starts looking for status.msi
Looking for a fix, uploaded Vista Home prem, man what a mistake !! but stuck with it now..windows tries to start up a program looking for a program or file called status.msi how do I stop this !!! PLEASE any one got an answer. This happens every five minutes while I am on this thing, it tries to run 8 to 9 times before it stops trying to load up this program or file....
1 12/26/2008 12:02:00 PM
where are these methods are writen...??
Dear all, I have a strange issue....in the standared (HRMAbsenceRegistration) Form where the following methods are wiriten (HRMAbsenceTrans.TransDate.Modified) and (HRMAbsenceTrans.TransDate.Validate).......what i need to do i want to modify these methods or to build just like them but with different datasources where i should write these two methods....please help me.... Best Regards. ...
1 12/25/2008 10:00:01 PM
New Version of SmartStart 3000 for Dynamics AX released
Hi folks A new minor version of SmartStart 3000 has been released. SmartStart 3000 is the fully free tool to handle and manage your Dynamics AX versions across version 2.5 up to 2009. look here for download and information: http://www.smartstart3000.luegisdorf.ch/ Let me know what you think so I can optimize the tool in further versions. Happy hollidays and best regards Patrick ...
1 12/24/2008 12:33:06 PM
Poblem programmatically adding link to query
Hello, I'm facing an issue adding a link to a query-object programmatically. Here's the big picture: I have two query-objects. I need to compare the second query with the first. If the second does not have a datasource, that is in the first query, I need to add it. Off course, I have to add the relation to the parent Datasource too, if I add a new Datasource. Now adding this link...
4 12/24/2008 10:23:00 AM
automatic creation of new record based on previous form when open.
Hello, I want to do the following: I start in form1, on that form1 i've add a button to open form2. When form2 opens, it should create a new record, based on some values of form1, and show it as form2 so people can add additional data. Form1 and form2 have two different datasources, one is for example a compain table, the second a service table that can be the result of a complain. ...
1 12/24/2008 9:35:01 AM
Insufficent Memory to run script error when passing large str parm
I am hoping someone can help in regards to an error we are seeing sporadically on a batch job running in 4.2. Part of the batch job involves the ftp of a large string to a server. The string is built up in a standard string variable and then the process attempts to pass this string to a method for ftp. When the error occurs it is in the actual method call and not anywhere in the method ...
1 12/23/2008 8:45:00 PM
Generated Report Design
Hello, Can anyone lead me to more documentation on generated report designs? (How to program / use ) Thank you....
1 12/23/2008 3:41:01 PM
35 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint
Newsgroups Reader