[Axapta-Knowledge-Village] New Topic

2008-09-01 Thread prani_008
How can i include two or more than 2 criterias in a query? i.e; for one criteria I am going like this QueryBuildRange criteria1; criteria1 = this.query().dataSourceTable(tablenum(Table1)).addRange(fieldnum(Table1,field1)); criteria1.value(strfmt('%1', queryValue(valu

[Axapta-Knowledge-Village] Accessing controls of Form

2008-08-10 Thread prani_008
Hi, How can I access Controls of a form (like Grid control, Group Control etc.) from X++ code i.e; in a class.? -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/messages/axapta-knowledge-village@yahoogroups.com/t

[Axapta-Knowledge-Village] Export of Data to MS Project

2008-02-01 Thread prani_008
I just want to export the data from a table to MS PROJECT. I was trying using a class 'RCTMSPROJECTXMLDOCUMENTGENERATION' class, but facing some problems. Can anyone who worked on this help me on this account?