[Axapta-Knowledge-Village] Opening an external file

2008-08-04 Thread venki_armold
Hi, I want to open a file stored in the harddisk from Axapta. How can I do this?

[Axapta-Knowledge-Village] Perspective

2008-07-14 Thread venki_armold
What are perspectives and how are they used?

[Axapta-Knowledge-Village] Importing and exporting of data from and to the Excel

2008-06-17 Thread venki_armold
Hi, I want to export data from a table to excel file and after doing modifications in the excel i want to import the file back to axapta. I want this using X++ code as I have already worked with the "import excel" using excel template.

[Axapta-Knowledge-Village] Non editable field

2008-06-17 Thread venki_armold
Hi, I have created a form, Here in this form after entering the value in one of the field once i save the form this field should become uneditable.

[Axapta-Knowledge-Village] Lookup based on some condition

2008-06-17 Thread venki_armold
Hi, I am attaching the items to the vendors Now in the purchase order for the lookup of itemid i want the items to be displayed in the lookup based on the vendor attached to that particular Purchase order i.e; i want lookup based on some criteria How can i do this? Ca