[Axapta-Knowledge-Village] Enterprise portal with AX SQL runtime license

2006-01-03 Thread James Flavell
Title: Message Hi everyone, Sorry I need to ask another SQL licensing matter Now that MBS has made a SQL runtime available with Axapta what is thelicense required for a small customer role portal (max 25 concurrent users)? Do I need to buy separate SQL license (per processor or

[Axapta-Knowledge-Village] Command line

2006-01-03 Thread Edine Le Roux
Hi All, How can I run the following command line from Axapta X++? C:\Program Files\AdultPDF\PDFEncryptEncryptPDF -i c:\sample.pdf -w owner -u user -e 40 -p -t title -s subject Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends.

[Axapta-Knowledge-Village] Web Access

2006-01-03 Thread Alejandro Lozano
Hi All, We are doing a test to access Axapta by internet (No EP), without VPN or Terminal Services, just pointing 3-tier thin client with a IP address to the AOS...is this possible? Regards, AxAlex __ Correo Yahoo! Espacio para todos tus

RE: [Axapta-Knowledge-Village] Web Access

2006-01-03 Thread Malcolm Burtt
Hi Yes that's possible so long as the firewall at the server ends lets the connection through. You would probablywant to specify the TCP port number that the AOS instance should run on in the AOS instance settings and then setup your Axapta clients to connect direct to that server and

RE: [Axapta-Knowledge-Village] Axapta programming version control

2006-01-03 Thread Andrew Staples
Barry, I think you will get lots of interest on how the integration was accomplished...can you post more information? We have developers all working in the same application (we find merging code projects to be problematic). We have work done in two layers, vap and cus, but I'd like to

Re: [Axapta-Knowledge-Village] Axapta programming version control

2006-01-03 Thread Arijit
Hi Barry, Please give more info on VSS Axapta. On 1/3/06, mohit rajvanshy [EMAIL PROTECTED] wrote: Hi Barry,Would you please tell that how to integrate the VSSwith axapta?regardsmohit --- Luis Guilherme [EMAIL PROTECTED] wrote: Hi, I'm also interested in such a solution, for no more than 2

RE: [Axapta-Knowledge-Village] Web Access

2006-01-03 Thread Alejandro Lozano
Thanks for your quick answer Malcolm, your comments are really helpful Regards, AxAlex --- Malcolm Burtt [EMAIL PROTECTED] escribió: Hi Yes that's possible so long as the firewall at the server ends lets the connection through. You would probably want to specify the TCP port number

[Axapta-Knowledge-Village] Electonic Banking manual!!!!!!!!!!!!!!!!!

2006-01-03 Thread Ricardo Cortés
Hi everyone,One of my clients wants to use the electonic banking module, so I want to know how to set up it. My question is, if someone know how to do this please tell me or if is there a manual and where I find it.?ThanksRicardo Cortes Interselect Do You Yahoo!? La mejor

[Axapta-Knowledge-Village] Calculate Tax per line

2006-01-03 Thread Irving
I create records in the Invoice Register Journal from my code. Depending on the conditions, I have to change the tax amount on some journal lines. I know the new tax amount: Example: Amount incl tax Credit Amount = 200.00 VAT percentage = 25% Tax amount = 40.00 (Value is not

[Axapta-Knowledge-Village] Deadlocks and try/retry

2006-01-03 Thread ontariodiver
Hi all, I have a situation where it seems that deadlocks are not picked up by catch. Any ideas? It looks similar to this class 1: Try { method in class 2 } catch (exception::deadlock) { retry } class 2 method: { step 1:insert sales lines into invoice step 2:update custom status

[Axapta-Knowledge-Village] Change of financial inventory setup

2006-01-03 Thread James Flavell
Title: Message Its a new year but an old problem I think some of you have faced!!! ;) Hi everyone I need some advice to change a production environment's inventory dimension groups setup Currently it is average across the item (i.e. no dimensions ticked as financial) but the customer

[Axapta-Knowledge-Village] Filter option in Display method

2006-01-03 Thread Siva kumar
Hi Pals, I want the find and Filter option in the display Control of the Grid. Normally, If we place an display method in the Grid, If rightClick we will get only hide and setup popup. But I need to have Filter and Find option as in table field in Grid.One more thing, In a Dialog form

[Axapta-Knowledge-Village] Checking if period is open when physical posting is done

2006-01-03 Thread James Flavell
Hi Can anyone tell me a class or method where physical inventory postings go through as I want to add a check to not allow physical postings into a period (ledger period) that is not open. I don't want to enable ledger postings for physical transactions Thanks James Sharing the knowledge on