[Axapta-Knowledge-Village] Re: Grid on EP WebForm not working

2009-05-15 Thread Ali Ýhsan Aðca
Try changing "Link Type" property of InventDim datasource to "Active". --- In Axapta-Knowledge-Village@yahoogroups.com, Nitesh Ranjan wrote: > > Hi All, > > I have one issue with my EP WebForm: > My scenario is: > 1)  I have created a Web form > 2)  with Sales Line and InventDim as Da

[Axapta-Knowledge-Village] Re: Cant start AOS after creating new DB

2009-05-12 Thread Ali Ýhsan Aðca
something to do with it? > --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca > wrote: > > > > Maybe your reason to get that error, same as here: > > http://www.eggheadcafe.com/software/aspnet/30266644/re-error-code-110.aspx > > > > DB permissi

[Axapta-Knowledge-Village] Re: Cant start AOS after creating new DB

2009-05-12 Thread Ali Ýhsan Aðca
-DynamicsAx service terminated with > service-specific error 110 (0x6E).--- In > Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca > wrote: > > > > It will be better if you support the error log in event viewer. > > > > > > --- In Axapta-Knowledge-Vill

[Axapta-Knowledge-Village] Re: Cant start AOS after creating new DB

2009-05-12 Thread Ali Ýhsan Aðca
It will be better if you support the error log in event viewer. --- In Axapta-Knowledge-Village@yahoogroups.com, "kardo_ax" wrote: > > i have created a new DB in sql 2008, then changed then created a new > configuration of the same instance but pointing to the new DB. When i tried > to restar

[Axapta-Knowledge-Village] Re: Error while attaching receipts through EP

2009-05-11 Thread Ali Ýhsan Aðca
To enable debugging in EP for version 4: http://daxdilip.blogspot.com/2007/10/how-to-enable-x-debugging-for-dynamics.html and for version 2009 : https://community.dynamics.com/blogs/axdilip/comments/24644.aspx I know it works for version 4. --- In Axapta-Knowledge-Village@yahoogroups.com, "Madhu

[Axapta-Knowledge-Village] Re: Error while attaching receipts through EP

2009-05-11 Thread Ali Ýhsan Aðca
--- In Axapta-Knowledge-Village@yahoogroups.com, "Madhu Babu Rapolu" wrote: > > Hi all, > > We are getting following error while attaching the receipt to expense report thro' EP. I can attach receipts from DAX client for Expense report. Any clues on why we are getting this error from EP or is the

[Axapta-Knowledge-Village] Re: Regarding report page header

2009-05-08 Thread Ali Ýhsan Aðca
Hi, When element.pagesTotal() == element.page() statement is true, then report is printing last page. --- In Axapta-Knowledge-Village@yahoogroups.com, srinath s wrote: > > Hi Champs, > > Want to know how to identify the last page of the report page header. I need > to add one text in the l

[Axapta-Knowledge-Village] Re: TTSBEGIN/TTSCOMMIT ERROR

2009-05-07 Thread Ali Ýhsan Aðca
Hi Anton, You can not show dialog in tts routine as message says in (c). You have to commit transaction first and open dialog, after getting value from user, then you can open a transaction again. --- In Axapta-Knowledge-Village@yahoogroups.com, "anton_tjiptadi" wrote: > > Hi all, > > Can s

[Axapta-Knowledge-Village] Re: Ceiling function in X++

2009-05-07 Thread Ali Ýhsan Aðca
And yes, as I know there is no function in AX which does what you want. --- In Axapta-Knowledge-Village@yahoogroups.com, "Tom Scott" wrote: > > Hi, I was wondering if there is a "ceiling" (i.e. round up) function in X++. > I have tried playing with the round() function but I haven't managed to

[Axapta-Knowledge-Village] Re: Ceiling function in X++

2009-05-07 Thread Ali Ýhsan Aðca
Hi Tom, You can use below expression: void ceil(real a) { return (trunc(a) == a ? a : trunc(a)+1); } Ali Ihsan Agca --- In Axapta-Knowledge-Village@yahoogroups.com, "Tom Scott" wrote: > > Hi, I was wondering if there is a "ceiling" (i.e. round up) function in X++. > I have tried playing

[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-07 Thread Ali Ýhsan Aðca
> wrote: > > > > > > thanks for your help but it didnt work up with me. I dont know its > > > strange the nav.pane doesnt show even on startup I have to use the short > > > cut keys. Not showing on startup and its empty or like getting halted. > &g

[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
-- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca > wrote: > > > > Try with executing in a job. > > If it works (it has to), put that command in Class: Application.startupPost > > method. > > > > It will automatically be executed after client openn

[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
run it? > --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca > wrote: > > > > Try that command: > > > > infolog.navPane().loadStartupButtons(); > > > > This will fill navigation pane according to AOT\Menus\MainMenu > > > > -

[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
en using AL+Shit+f1 just appears as a transparent pane without anything > inside > --- In Axapta-Knowledge-Village@yahoogroups.com, "kardo_ax" wrote: > > folders have been created in the AOT > --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca > wrote:

[Axapta-Knowledge-Village] Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
Can you check in AOT\Menus\MainMenu? If there is any Menu reference or not :) --- In Axapta-Knowledge-Village@yahoogroups.com, "kardo_ax" wrote: > > I uploaded the license and been through all points of the check list > --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ý

[Axapta-Knowledge-Village] Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
Maybe you have not load license yet? --- In Axapta-Knowledge-Village@yahoogroups.com, "kardo_ax" wrote: > > The case occurred right after finishing from the check list. I didnt create > any groups yet, Just using the administrator > > --- In Axapta-Knowledge-Village@yahoogroups.com, "Craig F

[Axapta-Knowledge-Village] Re: format in lookup

2009-05-05 Thread Ali Ýhsan Aðca
Hi, You can use new functionality of AX : addLookupMethod (You have to create a display method that gets only date of datetime) Kindest regards --- In Axapta-Knowledge-Village@yahoogroups.com, "dgreatone123" wrote: > > > Hi, > > tableLookup.addLookupfield(fieldnum(InventJournalTable, PostedD

[Axapta-Knowledge-Village] Re: Hot Keys

2009-05-05 Thread Ali Ýhsan Aðca
Hi, No you cant define your own hot keys on AX. If you put a breakpoint into task method of a form, and you will see when you press ctrl+k it will enter that method, but when you press ctrl+b it wont. To write your own hotkeys AX has to enter that method, but the key combinations for to enter t

[Axapta-Knowledge-Village] Re: Change Creteria in SQL Query in AX 4.0.

2009-05-05 Thread Ali Ýhsan Aðca
Query.dataSourceTable(tablenum(SalesLine)).findRange(fieldnum(SalesLine,RemainSalesFinancial)).value(QueryValue('Range_what_you_want_to_put')); --- In Axapta-Knowledge-Village@yahoogroups.com, Khalil Rehman wrote: > > > Dear All, > > > >can any body help me how to change creteria in alr

[Axapta-Knowledge-Village] Re: Change Control Location At runtime in AX 4.

2009-05-04 Thread Ali Ýhsan Aðca
Hi, You can use -ctrl.width -ctrl.height -ctrl.left -ctrl.top methods just before calling super() in executeSection method of the section which is image control (ctrl) in. But I suggest you to use "resizeBitmap" property of the ctrl. It will stretch the image to be sequeezed to bitmap control.

[Axapta-Knowledge-Village] Re: Packing Slip

2009-05-04 Thread Ali Ýhsan Aðca
Hi, You can easily set "Receive Now" Qty (=750) in "Quantity" tab of Purchase orders form. And invoice that amount, and then again invoice the remaining qty (=250) with different invoice number. After that processes you will see on invent transactions automatically divided to 2 pieces (750 & 25

[Axapta-Knowledge-Village] Re: Ax 4.0 EP setup

2007-08-19 Thread Ali Ýhsan Aðca
Hi Patil, You have a problem with shrepoint installation.You have to uninstall it and then reinstall. The site Sharepoint - 80 will appear under Web Sites directory of IIS Manager. If any problem occur during reinstallation e.g. sharepoint database you have to go to console in directory : C:\P