Re: [development-axapta] setting the property on a table

2007-06-06 Thread Sailendran Rajan
Hi Braian, Use Axapta reflection API for this. SysDictTable, SysDictField etc Sailendran Rajan branjema [EMAIL PROTECTED] wrote: I have a table and need change the table property in code. How do I do this? Thanks Brian

[development-axapta] Re: Licence Key validation

2007-06-06 Thread Karsten Krabbes
The code for a licence is generated by Microsoft so you need to check with them how you can deploy new modules. In general the licence key is the base for the security system. Configuration keys depend on the licence key and Security Keys depends on Configuration Keys. Functions to check are:

[development-axapta] print archive option in report dialog

2007-06-06 Thread V G
Hi Can someone please tell me how does the print archive option work in the reports. I gave send to option in the report dialog as print archive but it still prints on the printer. Thanks Vishal [Non-text portions of this message have been removed]

[development-axapta] Re: setting the property on a table

2007-06-06 Thread Steeve Gilbert
Hi Brian, Use the TreeNode class to change property of your table. regards, Steeve... --- In development-axapta@yahoogroups.com, branjema [EMAIL PROTECTED] wrote: I have a table and need change the table property in code. How do I do this? Thanks Brian

SV: [development-axapta] setting the property on a table

2007-06-06 Thread Erik Hansen
Hi Brian, I don’t know exactly what is you want, but depending on where you want to change the property you can do it like this. In a form it’s easy. You just use the _ds.method(). custTable_ds.allowEdit(Boolean) If it on a table in the AOT you need to work with the treeNode class. 1)

[development-axapta] Find the carriage return character in a String

2007-06-06 Thread staffuwa
Hello Guys, I want to take out the part before the carriage return character when I find it in a string and put it on a variable, and do the same with the part next to this special character. How can I do it?? Thank you in advance. Daniele

[development-axapta] no payment

2007-06-06 Thread hilda cabrejos
Hello everybody I have the following situation: A customer owns $1000 and only pays $800, what do I have to do to close the customer settlement(custtrans), is this a standard functionality, how do I do this in axapta, where do I send the amount that the customer will not pay. Thank you.

[development-axapta] Scheduled batch compile

2007-06-06 Thread jdcoetzer
Hi there, Is it possible to schedule a compile for dynamics Ax. To say compile the AOT or a private/shared project at a specific time. I don't know if it is possible to accomplish this by using Ax32.exe command-?. Kind regards

[development-axapta] Query Addrange For Array Fields...!

2007-06-06 Thread david santoso
Hi All, i wanna create querybuild datasource using OR for array fields for ex : show salestable with dimension[1] = 'P-001' or dimension[2] = 'Q-001' i've try with this code, but it didn't work. Query q; QueryBuildDataSourceqbds; QueryRun

[development-axapta] Error in Sql Statement

2007-06-06 Thread Daniel Zanni
Hello, I have a SQL statement like this while select localSalesParmTable join localCustSalesLegalTxt group by salesId, salesLegalTxtId where localSalesParmTable.SalesId == localCustSalesLegalTxt.SalesId localSalesParmTable.ParmId ==

[development-axapta] start/stop a service AOS instance

2007-06-06 Thread jdcoetzer
Hi, Is it possible to start/stop instances from outside the AOS manager with commands like maybe AxCtrl command- Regards