[development-axapta] label creation

2006-06-02 Thread hemamalinis
Hi, i want to create label for another language, which exists for english. i select the language and try to create label for that language. but, when i type in label, again it comes in english. to get the selected language, what should i do? eg: existing label for english language is

RE: [development-axapta] editing class method without opening the class

2006-05-29 Thread hemamalinis
Hi arthi, i have already done it. thank u for ur reply. take care. bye. regs, Hema. S Arthi.P - Software

[development-axapta] store retrieve values in/from xml

2006-05-17 Thread hemamalinis
Hi, i want to store some values in xml and retrieve it. how to do? provide the solution. thank u. regs, Hema. S YAHOO! GROUPS LINKS Visit your group "development-axapta" on the web. To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of

Re: [development-axapta] editing class method without opening the class

2006-05-16 Thread hemamalinis
Hi, Thank u. regs, Hema. S Max Belugin

Re: [development-axapta] editing class method without opening the class

2006-05-16 Thread hemamalinis
Hi, Thank u for ur reply. as u said, i try and get my method source using aotgetsource(). can u pls. explain how do i find '\n' s or particular line? Thank u. regs, Hema. S

Re: [development-axapta] editing class method without opening the class

2006-05-16 Thread hemamalinis
Hi, i can get the source of method and also can find the line and column number in which the source to be inserted. but, i dont know how to insert the text source in the found line number. in aotsetsource method, there is no parameter called line number and column number. only source is there.

[development-axapta] editing class method without opening the class

2006-05-15 Thread hemamalinis
Hi all, i got solution for editing method without opening a class. but, i want to add lines in a particular line in the class method. now, it is added in the first line of the method. if anyone know the solution, pls. tell me. thank u. regs, Hema. S SPONSORED LINKS

[development-axapta] how do i get the database name from aos

2006-05-09 Thread hemamalinis
Hi, how do i get the databasename, userid and password specified in aos server settings? pls. provide the solution. regs, Hema. S SPONSORED LINKS Computer part Programming

[development-axapta] how do i get the database server names, database names

2006-05-09 Thread hemamalinis
Hi, how do i get all the database server names from all the machines in an organization? ex: - in aos settings, we can see the list of database servers against Server combo. how do i get all those names thro' x++ coding? based on the selection of server, i want to get the database names.

[development-axapta] getting datasources of the particular form

2006-04-30 Thread hemamalinis
hi, how do i find the datasources of particular form. ex: if i select formname bomtable from the combo, then all the associated datasources of bomtable form should be populated in the grid. how do i do this? thank u. regs, Hema. S SPONSORED LINKS

[development-axapta] creating password field

2006-04-26 Thread hemamalinis
Hi, how do i create password field? ie. when the user types value, it should be displayed as astriks characters (). then i want to store it as string value and when retrieving value, then the corresponding value should be displayed as . pls. provide the solution. thank u. regs,

[development-axapta] startuppost() not working in client

2006-04-24 Thread hemamalinis
Hi, when i write code in application startuppost() method, it is working only in server. when i logged in client, it is not working. why? what to do, if it works in client machine also? pls. provide the solution. thank u. regs, Hema. S YAHOO! GROUPS LINKS Visit your

RE: [development-axapta] dynamic lookup in dialog

2006-04-21 Thread hemamalinis
Hi, Thank u. regs, Hema. S Malcolm Burtt [EMAIL PROTECTED] To: development-axapta@yahoogroups.com e.co.uk cc: Sent by: Subject: RE: [development-axapta] dynamic lookup in dialog [EMAIL PROTECTED] groups.com 04/19/2006 05:16 PM Please respond to development-axapta

Re: [development-axapta] selected dimension in query range

2006-04-21 Thread hemamalinis
Hi, It is working. Thank u. regs, Hema. S deanpp [EMAIL PROTECTED] To: development-axapta@yahoogroups.com Sent by: cc: [EMAIL PROTECTED] Subject: Re: [development-axapta] selected dimension in query range groups.com 04/19/2006 04:34 PM Please respond to

[development-axapta] displaying message when the user logged in

2006-04-21 Thread hemamalinis
Hi, how do i display a message when the user logged in axapta? ex: - i want to display reminder message based on some criteria, when the user logged in axapta. where do i write code? please provide the solution. thank u. regs, Hema. S SPONSORED LINKS

Re: [development-axapta] how to create the lookup for Resources in Dimesions?

2006-04-19 Thread hemamalinis
Hi vijay, try the following code In Report --- If you want to use in a report. Add the Dimension[1] field to Table Range that in Datasources. It will be more faster. In dialog form static void Dialog(args a) { Dialog dlg ; DialogField dlgField ; ; dlg = new

[development-axapta] selected dimension in query range

2006-04-19 Thread hemamalinis
Hi, how do i give the selected dimension in queryrange. the following code shows error dim=this.query ().dataSourceNo(1).addRange(fieldnum(eamworkrequest,dimension[1])); provide the solution. thank u. regs, Hema. S YAHOO! GROUPS LINKS Visit your group

Re: [development-axapta] query form

2006-04-10 Thread hemamalinis
Hi, Thank you very much. regs, Hema. S Paulius [EMAIL PROTECTED] To: development-axapta@yahoogroups.com Sent by: cc: [EMAIL PROTECTED] Subject: Re: [development-axapta] query form groups.com 04/07/2006 05:18 PM Please respond to development-axapta Query q =

[development-axapta] like - not working

2006-04-10 Thread hemamalinis
Hi, why the following qry is not working: select Table1 where Table1.Field1 like '15,10'; regs, Hema. S YAHOO! GROUPS LINKS Visit your group "development-axapta" on the web. To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo!

[development-axapta] query form

2006-04-07 Thread hemamalinis
Hi, how do i call a query form created in Queries node under AOT in forms? And when Ok button is clicked, how do i filter populate records based on the query selected? Pls. provide the solution. Thank you. regs, Hema. S YAHOO! GROUPS LINKS Visit your group

Re: [development-axapta] MSSqlServer - database full problem

2006-04-04 Thread hemamalinis
Hi, try after increase ur log file size. regs, Hema. S vk [EMAIL PROTECTED] To: AXKnowledgeVillage axapta-knowledge-village@yahoogroups.com, Sent by: DevelopmentAxapta development-axapta@yahoogroups.com [EMAIL PROTECTED] cc: groups.com Subject: [development-axapta] MSSqlServer

Re: [development-axapta] Syntax for Axapta SQL statement

2006-03-23 Thread hemamalinis
Hi, To solve this problem, u can use query range. example: u have to do the following steps: 1. in class declaration u have to declare the variable QueryBuildRange field; 2. in datasource init method assign the field to that declared variable like this field=this.query

Re: [development-axapta] Re: Axapta Deveopment tips and Examples has been released!!!

2006-03-23 Thread hemamalinis
Hi, it will be very helpful if u could convert to english regs, Hema. S Markus_Schmitz [EMAIL PROTECTED] To: development-axapta@yahoogroups.com m cc: Sent by: Subject: [development-axapta] Re: Axapta Deveopment tips and [EMAIL PROTECTED] Examples has been released!!!