RE: [development-axapta] PO Help..Plss

2006-02-09 Thread Lennart Conrad
ou can override the lookup method on the purchline datasources itemid field. This might give you some inspiration: public void lookup(FormControl _formControl, str _filterStr) { SysTableLookup sysTableLookup = SysTableLookup::newParameters(tablenum(InventTable), _formControl); Query query

Re: [development-axapta] XML in Axapta

2006-02-09 Thread LarsBMikkelsen
XMLDocument XMLDocument = new XMLDocument(); XMLDocument.appendChild(XMLDocument.createProcessingInstruction(xml,'version=1.0 encoding=ISO-8859-1')); XMLDocument.appendChild(XMLDocument.createElement('Root')); XMLDocument.save(test.xml);

[development-axapta] adding options with base enum

2006-02-09 Thread Hema Malini
Hi, I want to add one more option with PrintFormat base enum. I cannot find it in AOT under Base Enums. I find it only in System Documentation under Enums folder. How do i add the option? pls. provide the solution. regs, Hema. S __ Do You

[development-axapta] Olap...issue with pivot table button or option

2006-02-09 Thread fcc26051981
Hi, Does someone know why I get an error stating no cubes available when I click the pivot table button or option in some axapta module??? I setup the respective axapta-module in Administration Setup OLAP Server but I always get that error. I donĀ“t know if I need to setup something

RE: [development-axapta] Re: query with or array field

2006-02-09 Thread Bayliss, Barry
Agus, Is there a reason why you are trying to do this using the Query structure? Why not use While Select ProdTable Where (ProdTable.dimension[1] == 'Admin' || ProdTable.dimension[2] == 'fina') { . } Barry. -Original Message- From: development-axapta@yahoogroups.com

Re: [development-axapta] Re: query with or array field

2006-02-09 Thread Agus Riyadi
Hi Barry, The reason is simply I want to follow the common way to change form data source query, which is passing new query object to the data source. If it could, then we can do it in a loop and further can be used later for larger field array,which is a good programming practice I think.

RE: [development-axapta] PO Help..Plss

2006-02-09 Thread Lennart Conrad
You can override the lookup method on the purchline datasources itemid field. This might give you some inspiration: public void lookup(FormControl _formControl, str _filterStr) { SysTableLookup sysTableLookup = SysTableLookup::newParameters(tablenum(InventTable), _formControl); Query

[development-axapta] Update InventSum

2006-02-09 Thread hanfra2000
Is there any smart and safe way to make sure that InventSum is correct? Due to one step further and two step back there tend to be a mismatch between InventTrans and InventSum. If i delete InventSum, what is the best way to traverse the InventTrans to fill up InventSum with correct values?

RE: [development-axapta] Update InventSum

2006-02-09 Thread Preston A. Larimer
Run the consistency check for Inventory - Item - On-hand, this should fix your onhand qty in inventsum be aware this can be a lengthy job depending on how many transactions you have. You can get to it from Basic\Periodic\Consistency Check. You should run it in a test environment first to be

[development-axapta] Automate Cross-References update

2006-02-09 Thread Steeve Gilbert
Hi group, I'm trying to setup something so that the Cross-Reference update is run every night on our Dev instance. I've tried calling the update from a small app that run the COM Connector and calls xRefUpdate::main(new Args(classStr(SysCompileAll))). But when I run it I endup with this :

[development-axapta] Re: PO Help..Plss

2006-02-09 Thread manojkumar_asp
Hi Lennart, That works absolutely fine. Thnaks for your timely help. regards, Manoj SPONSORED LINKS Computer part Programming languages

[development-axapta] Pop up window

2006-02-09 Thread manojkumar_asp
Hi All, Does Axapta has any feature like when you click a link, then a pop up window or may be a form should open displaying a image. Is it possible?? regards, Manoj SPONSORED LINKS Computer part