[development-axapta] Group by Report..

2006-04-12 Thread vinay ursekar
Hi All, Iam new in axapta developement. i want to create a group by report having parameter form. i had created dialog box and passing the parameters to report. There is only one base table belongs to the report. Can anybody tell me the steps to generate report. Regards Vinay

[development-axapta] Signature in a report

2006-04-12 Thread hilda cabrejos
Hello everybody Does anybody know an easy way tu put an emplyees signature in a report Have all the signatures in bitmap, the problem how do i insert them in the field bitmap??? Do I have to make them a Resource...How do I do it?? Is there an easier way ??? Thanks in advance

[development-axapta] set the datasource dynamically

2006-04-12 Thread gopala krishna
hi, I am trying to set the datasource dynamically. in run method of the form i wrote the code.. Grid.dataSource(Table4); Field1.dataSource(Table4); Field1.dataField(Fieldname2id(Tablename2id(Table4),Field1)); Field2.dataSource(Table4);

[development-axapta] Formatting

2006-04-12 Thread Akshay
Hi All, I have a problem with the SalesInvoice report. Could anybody tell me, whether the height of the body BodyCustInvoiceTrans( SectionGroup:CustInvoiceJourBodyCustInvoiceJourSectionGroup:CustInvoiceTransBodyCustInvoiceTrans) in the SalesInvoice report is dynamically fixed. This is the same

[development-axapta] Re: [Axapta-Knowledge-Village] set the datasource dynamically

2006-04-12 Thread Byteway
Hi, Tip: Take a peek at the systablebrowser form and the accompanying systablebrowser class. There you can see that the datasource initially is a 'common'-table. Now when the form is loading (or when a query is executed) then the fields are dynamiccally added to the datasource and an

Re: [development-axapta] Signature in a report

2006-04-12 Thread Yavuz YILDIZ
Hi i have already done. (Our Axapta is Turkish so i will try to translate to english) 1. Create a PageFooter in report. 2. Create a bitmap object in this PageFooter 3. Right click on the bitmap object and select properties. 4. Type file path and file name in ImageName property. 5. Create a

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

2006-04-12 Thread vk
Hi, How to create the lookup for Resources in Dimensions .we are maintained 4 inventory Dimensions, such as business unit, branch,Department,Resources. In my report having the class, in that class i have create the lookup field for Resources in Dimesions (table).How to do? I have tried