[development-axapta] Caller data source..

2004-01-02 Thread Anil Ozay
ameter (Table1) to form2 with menu item, form2 sends record parameter (Table2) to form3 with menu item. how can i find Table1 record from Form3. Best regards, Anil Ozay Yahoo! Groups Sponsor -~--> Upgrade to 128-Bit SSL Security! http://us.click.

[development-axapta] Autojoin system..

2004-01-02 Thread Anil Ozay
, and * LinkType How can i reach auto-joined datasources on forms?? I can't find solution or sample!!! Best regards, Anil Ozay Yahoo! Groups Sponsor -~--> Upgrade to 128-Bit SSL Security! http://us.click.yahoo.com/p7cEmB/

[development-axapta] changing of field value..

2004-01-02 Thread Anil Ozay
Hi all Axapta developers.. How can i know, when ParmJobStatus field of PurchParmTables changed? This field value changes by code in Axapta to ParmJobStatus::Executed, but i couldn't find where. How can i catch this changing event? Thanks and regards.. Anil Ozay

[development-axapta] Thanks..

2004-01-02 Thread Anil Ozay
Thanks Sergey.. That's true.. Anil Ozay Yahoo! Groups Sponsor -~--> Upgrade to 128-Bit SSL Security! http://us.click.yahoo.com/p7cEmB/s7qGAA/yigFAA/saFolB/TM -~->

[development-axapta] datetime conversation..

2004-01-02 Thread Anil Ozay
Hi all.. I run sql code from Axapta.. My code is : Connection Con; Statement Stmt; ResultSet R; Con = new Connection(); Stmt = Con.createStatement(); sqlString = "SELECT * FROM GET_EMPLOYEE_PRIMS WHERE DSEMPLID='A1' AND DATAAREAID='" + curExt() +"' " + " AND TR

RE: [development-axapta] Selecting data with fieldId..

2004-01-02 Thread Anil Ozay
Thanks Bjørn ;) This is usefully for me.. Regards, Anil Ozay -Original Message- From: Bjørn Gudbrand Idstad [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 12:25 PM To: [EMAIL PROTECTED] Subject: RE: [development-axapta] Selecting data with fieldId.. Hi! Yoy can do something

[development-axapta] Selecting data with fieldId..

2004-01-02 Thread Anil Ozay
Hi all.. Can i select from any database with fieldId?? For example : void SelectValues(int fieldId) { WHILE SELECT FROM myTable WHERE fieldId2name(fieldId) == NoYes::Yes { . } } Thanks... Anil Ozay Yahoo! Groups Sponsor

[development-axapta] Interesting Axapta Error..

2004-01-02 Thread Anil Ozay
ldn't find anything. I search it in code, but i couldn't find anything. How can i find where this message comes from? I think, it may be a system message.. Your help is very important for me.. Best Regards, Anil Ozay Yahoo! Groups Sponsor -~

RE: [development-axapta] Interesting Axapta Error..

2004-01-02 Thread Anil Ozay
:( Do you know why this message created from system? Thanks, Anil Ozay -Original Message- From: Mister L [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 6:15 PM To: [EMAIL PROTECTED] Subject: AW: [development-axapta] Interesting Axapta Error.. This will surely be a system

RE: [development-axapta] xSysLastValue.GetLast() and xSysLastValue.SaveLast()

2004-01-02 Thread Anil Ozay
o find out how to use this system. br, Tobias -Ursprüngliche Nachricht----- Von: Anil Ozay [mailto:[EMAIL PROTECTED] Gesendet: Fr 21.11.2003 09:37 An: Development-Axapta (E-mail) Cc: Betreff: [development-axapta] xSysLastValue.GetLast() and xSysLastValue.SaveLast() Hi all developers. So

[development-axapta] xSysLastValue.GetLast() and xSysLastValue.SaveLast()

2004-01-02 Thread Anil Ozay
() method is called. I want to get this values from outside, but i couldn't. Because i couldn't find where this values are saved!! How can i find balanceFromDate, balanceToDate, balanceFiscalYear values of LedgerTable form?? Thanks and regards.. Anil Ozay Yahoo! Grou

[development-axapta] Current currency code!!

2004-01-02 Thread Anil Ozay
Hi all.. Does anybody know, how can i find current selected currrency code? (It's on status bar..) Best Regards, Anil Ozay Yahoo! Groups Sponsor ADVERTISEMENT click here Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

[development-axapta] Element.pagesTotal returns zero..

2004-01-02 Thread Anil Ozay
Hi all.. Element.Page is working but Element.PagesTotal is returning zero everytime in reports.. How can i solve this problem? Thanks all.. Anil Yahoo! Groups Sponsor ADVERTISEMENT click here _ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/

RE: [development-axapta] Element.pagesTotal returns zero..

2004-01-02 Thread Anil Ozay
Thanks Jesper but, I try element.pagesTotal() in salesinvoice report. I write my code into ExecuteSection() method of design section. But all the time, it returns ZERO!! How this function works? I have trouble. It may be a trick.. Anil Ozay _ From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: RE : [development-axapta] Element.pagesTotal returns zero..

2004-01-02 Thread Anil Ozay
I think, this is the answer of my question :) Thanks, Anil Ozay _ From: Joannick Bacon [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 3:26 PM To: [EMAIL PROTECTED] Subject: RE : [development-axapta] Element.pagesTotal returns zero.. As it's written in message

[development-axapta] PriceType Enum is crashing!!!

2004-01-02 Thread Anil Ozay
Hi all.. When i click PriceType Enum, Axapta is crashing. I try to delete but still crashing, i try to overwrite with clear version but still crashing, I try to compile but still crashing.. How can i reach this enum again? This is important for me.. Thanks.. _ Yahoo! Groups Links

RE: [development-axapta] PriceType Enum is crashing!!!

2004-01-02 Thread Anil Ozay
Hi Jacob, I try your advice but it still continue to crash! It is enough to delete this enum, but i couldn't it.. Thanks.. Anil _ From: Jacob Christian Døskeland [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 3:26 PM To: [EMAIL PROTECTED] Subject: Re: [development-axapta

[development-axapta] Can i use sql on QueryBuildDataSource..

2004-01-02 Thread Anil Ozay
Hi all developers.. I can add range to queryBuildDataSource but my requirements is different, i must use sql. Is there any way to run sql statement on a queryBuildDataSource? All answers are valuable.. Regards.. Anil Ozay. _ Yahoo! Groups Links * To visit your group on the web, go

RE: [development-axapta] executing sql strings

2004-01-02 Thread Anil Ozay
Hi Volkan.. You can use Connection and SqlStatement objects for your requirements.. Sample : Connection Con = new Connection(); Statement Stmt = Con.createStatement(); ResultSet R = Stmt.executeQuery('Any Statement'); while ( R.next() ) { print R.getString(1); // get 1

RE: [development-axapta] Setting Width Size Of A Coloumn In The Look Up Window

2004-01-22 Thread Anil Ozay
Hi, sysTableLookup class doesn't support this functionality. You can edit this class and add this functionality. Another technique is creating a new form (most personalized but may be a bit slow) and using it to lookup. You can find more information on Axapta Help.   Help / Creating Forms

[development-axapta] Purchase digit problem..

2004-01-23 Thread Anil Ozay
Also all calculated fields (purchTotal, purchQty..) comes from AmountCur and it has two digits, so ican't change it to five digits. If i define a new EDT comes from AmountCur, i must change a lot of fields extension types, it may result to incompatable system. How can i solve this problem??

RE: [development-axapta] Purchase digit problem..

2004-01-26 Thread Anil Ozay
rt tracing from purchLine::calcLineAmountForced you’ll see how you end up in the priceDisc class.   I’ve done a similar mod in the past for a 4 decimal purch price, so if you get stuck give a yell and I’ll see if I can dig up exactly how I did it.   -Preston   -Original Message-From:

RE: [development-axapta] Sales Order - Simple mode

2004-01-27 Thread Anil Ozay
Hi gigi,   You can look Forms/SalesTable/Methods/toggelSimpleAdvanced(...)   all initialization about simple-advanced occurs in tihs method. Also if you want to add "only" some fields from advanced, drag and drop to related sections of :   Forms/SalesTable/Designs/Design/Group:Table/Tab:

RE: [development-axapta] Is there any Numeric To Words function ?

2004-01-27 Thread Anil Ozay
Title: Is there any Numeric To Words function ? Hi Arief,   you can use Global::NumeralsToTxt(...) method..   Sample :   Global::NumeralsToTxt(round(125000,1.0), CompanyInfo::standardCurrency()));   Anil Ozay From: Arief Tarmizi [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004

RE: [development-axapta] Sorting All Data In Look Up Window

2004-02-10 Thread Anil Ozay
(_fieldId); // this don’t add lookup field, only makes sorting ;) }   _tableLookup.parmQuery(_query); return  _tableLookup; }     Best regards,   Anil Ozay   From: Michael Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 4:19 PM To: [EMAIL

RE: [development-axapta] Re: sending of emails without using outlook

2004-02-11 Thread Anil Ozay
I think, the best way is creating your own COM component. This is easy on VB 6.0.  If you want to avoid all concerns, don’t use third party solutions, use your own.   Regards   Anil Ozay   From: Deshpande, Harry [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004

[development-axapta] Strange problem.. Form modifications are lost..

2004-02-19 Thread Anil Ozay
??   Anil Ozay Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

RE: [development-axapta] Strange problem.. Form modifications are lost..

2004-02-19 Thread Anil Ozay
Yes, i look this and you are true.. I added my StringEdit’s to existing datagroup but “AutoDataGroup” set to no..  You are right, this is my problem J   Thanks Tobias ;)     Anil Ozay   From: Andrae, Tobias [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 10:25

RE: [development-axapta] Fields don't show value, unless clicked

2004-02-20 Thread Anil Ozay
Hi Eva,   Did you use modified method of SalesType field in DataSources/SalesTable ?   After super(); you can call :   SalesTable_ds.refresh();   I don’t understand your problem exactly but may be the solution is this..   Regards,   Anil Ozay   From: eva_aksnes

RE: [development-axapta] Data Dictionary

2004-03-08 Thread Anil Ozay
Hi Danny,   System Documentation/Tables/UtilElements   and   System Documentation/Tables/UtilIdElements   can help you..   Regards,   Anil Ozay     From: dgaethofs [mailto:[EMAIL PROTECTED] Sent: Saturday, March 06, 2004 9:55 PM To: [EMAIL PROTECTED] Subject

RE: [development-axapta] Regarding Forms

2004-03-08 Thread Anil Ozay
can get reference from element.args.caller() !!   Regards,   Anil Ozay   From: Mikael Dalgård [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 11:34 AM To: [EMAIL PROTECTED] Subject: [development-axapta] Regarding Forms   Hi there   Does anybody have an example on

[development-axapta] Gannt Schema Problem..

2004-03-17 Thread Anil Ozay
:   “No operations to display”   All the parameters are the same. May be i miss any configuration.. Do you have any idea for this??   Best regards,   Anil Ozay Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe

[development-axapta] Active directory integration

2004-03-19 Thread Anil Ozay
Hi all..   Is it possible to use Active Directory integration in a  two tier enviroment??   Anil Ozay   Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To

RE: [development-axapta] AX SP2 database error..

2004-03-24 Thread Anil Ozay
Thanks for all replies.. I checked user rights on SQL Server, owner of the views is the same owner of the tables. But i can’t find any solution.   I use a clear solution, i reinstall the Axapta. No matters now..   Regards,   Anil Ozay   From: ax [mailto:[EMAIL PROTECTED

RE: [development-axapta] Email SysMailer error

2004-03-25 Thread Anil Ozay
Hi,   İ got this error three days ago.. I didn’t register Dundas mailer manually, i think it was registered when you installed Axapta. So that, i think you don’t have to register it. Maybe u miss to configure SMTP server, beacuse i missed it. When i configured, it worked successfully.

RE: [development-axapta] AX SP2 database error..

2004-03-25 Thread Anil Ozay
        CONSTRAINT_TABLE_USAGE,         CONSTRAINT_COLUMN_USAGE,         VIEWS,         VIEW_TABLE_USAGE,         VIEW_COLUMN_USAGE,         ROUTINES,         PARAMETERS,     ROUTINE_COLUMNS)

RE: [development-axapta] Windows Temp Path in Visual Basic

2004-04-02 Thread Anil Ozay
nt=1     Regards,   Anil Ozay From: Mikael Dalgård [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 11:11 AM To: [EMAIL PROTECTED] Subject: [development-axapta] Windows Temp Path in Visual Basic   Hi there   Can anybody tell me how to get the Windows temp path in a Vi

RE: [development-axapta] Re: Inserting data into a table

2004-04-15 Thread Anil Ozay
?",DialogButton::Yes,"Continue?","") == DialogButton::No)   {    CustTable_ds.delete();   // delete current record from data source   } } } Regards, Anil Ozay Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development

[development-axapta] Application objects

2004-05-17 Thread Anil Ozay
Hi all. When i right click VendTrans table, and click "Add-Ins/Application objects" all fields are shown empty. Is this strange??? Anil Ozay [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yah

YNT: [development-axapta] SP 2 and SP 3

2004-05-19 Thread Anil Ozay
When installation complete Standart is upgraded to SP3, "Axapta_SP2" is continued to SP2. Configue your client to SP2 and SP3 with different databases. Regards, Anil Ozay -ÃzgÃn Äleti- Kimden: Harry Deshpande [mailto:[EMAIL PROTECTED] GÃnderilmiÅ: Sal 18.05.2004 23:

[development-axapta] Relation with LedgerJournalTrans and LedgerTrans

2004-05-20 Thread Anil Ozay
Hi all.. Do you know what is the relation with LedgerJournalTrans and LedgerTrans? I want to catch LedgerTrans record from LedgerJournalTrans, but i can't find 1-1 relation. Thanks... Anil Ozay [Non-text portions of this message have been removed] Yahoo! Groups Sp

RE: [development-axapta] Relation with LedgerJournalTrans and LedgerTrans

2004-05-21 Thread Anil Ozay
rds - one debit, one credit. S   _  From: Anil Ozay [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 May 2004 11:18 PM To: [EMAIL PROTECTED] Subject: [development-axapta] Relation with LedgerJournalTrans and LedgerTrans Hi all.. Do you know what is the relation with LedgerJournalTrans and

RE: [development-axapta] SQL error when log into Axapta - Invalid Object Name 'SQLSYSTEMVARIABLES'

2004-05-21 Thread Anil Ozay
Hi.. This problem generally occurs when sql server system rights changed. For ex, if you use "bmssa" user to connect to sql server, and if owner of many tables in AXDB is "dmo", you can't select records. So this message occurs. You should change the owners of tables. Regards Anil

RE: [development-axapta] SQL error when log into Axapta - Invalid Object Name 'SQLSYSTEMVARIABLES'

2004-05-21 Thread Anil Ozay
Thanks Amit, I think the last choise for me but i will add new field "LineNum" to LedgerTrans. Because voucher and transdate is not enough for me. Anil Ozay   _  From: Amit Jain [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 12:15 PM To: [EMAIL PROTECTED] S

[development-axapta] Accessing Excel from code

2004-05-28 Thread Anil Ozay
Hi all.. When i import invent table records from excel through Data Import/Export i can't view my data from InventTable Form. But i can view it from table browser. So i can decide to access excel spreadsheet from code, and insert to invent table from code. How can i do this? Thanks..

RE: [development-axapta] Accessing Excel from code

2004-05-28 Thread Anil Ozay
ok. Selcuk SEN Anil Ozay <[EMAIL PROTECTED]> wrote: Hi all.. When i import invent table records from excel through Data Import/Export i can't view my data from InventTable Form. But i can view it from table browser. So i can decide to access excel spreadsheet from code, and insert

RE: [development-axapta] Wrong type in field number?

2004-06-18 Thread Anil Ozay
)     {     Address.AddrTableId = element.args().record().tableId;     Address.AddrRecId   = element.args().record().recId;     }     } } if element.args.record() is null, this method throws exception.. because null record shouldn't have a table id.. Regards, Anil

RE: [development-axapta] Send parameter to display method

2004-06-18 Thread Anil Ozay
Hi Baran, Ý can't understand your problem correctly but grid's mouseEnter method may helps you. You can define a global variable, before super() of this method, you can set the varible.. on display() method, you can access this variable.. I wish this helps you.. Regards

RE: [development-axapta] element and this

2004-06-30 Thread Anil Ozay
Hi, i can explain it on a sample. if u override a clicked method of a button on form: "this" refers to button object. "element" refers to form object. "this" refers to only scope you are in, but "element" refers to whole object (form, report..).in this example, u must use "element" to ca

RE: [development-axapta] Finding User Group of a user

2004-06-30 Thread Anil Ozay
Hi Äbrahim, U can find groups of users in "UserGroupList" table.. Location is : "System Documentation / Tables / UserGroupList" Regards, AnÄl Ãzay ERP Technical Consultant(Microsoft Axapta) DataSistem Genel Otomasyon ve Sanayi Tic. A.Å. Web : www.datasistem.com.tr Phone : (

RE: [development-axapta] Decimals in Axapta

2004-06-30 Thread Anil Ozay
Yes, Axapta use 2 decimals.. And you can't change this, if u only change EDT. Because many methods converts decimals to 2 digits with code, statically!! For ex, PriceDisc.Price() calls Currency::price(..) and this calls : currency.pricetypearound(..) and if u can browse the code on

[development-axapta] Storing Query History

2004-07-01 Thread Anil Ozay
Hi all.. I want to store queries on database... Because user can add new datasources to standart query and add new ranges. After user must save this values, u can access this values on the future.. i want to store query history.. Do you have any idea?? Thanks.. Anýl Özay ERP Technical Con

RE: [development-axapta] Comments->Insert Header

2004-07-16 Thread Anil Ozay
Hi Bojan, you can use Classes/EditorScripts Regards.. Anil Ozay Axapta Technical Consultant DataSistem Genel Otomasyon ve San. Tic.A.S +90 232 4631663 - 208   _  From: bojan_jovicic2 [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 10:41 AM To: [EMAIL PROTECTED

RE: [development-axapta] How to show container content in the grid

2004-08-26 Thread Anil Ozay
ield.label());     formBuildControl.displayLengthMode(0);     formBuildControl.displayLengthValue(5);     formBuildControl.lookupButton(2); i hope it helps you.. Anil Ozay Axapta Technical Consultant DataSistem Genel Otomasyon ve San. Tic.A.S +90 232 463

[development-axapta] A question from Axapta Programming Exammmm

2004-09-22 Thread Anil Ozay
Tools/Development Options/Application Objects/ RefreshData e. Synchronizing the database I know (a) is true. And i think another answer is (b) but i'm not sure!! Does anybody knows it?? Anil Ozay Axapta Technical Consultant DataSistem Genel Otomasyon ve San. Tic.A.S +90 232 4631663

RE: [development-axapta] A question from Axapta Programming Exammmm

2004-09-23 Thread Anil Ozay
Thanks for all replies :)) Anil Ozay Axapta Technical Consultant DataSistem Genel Otomasyon ve San. Tic.A.S +90 232 4631663 - 208 From: Andrae, Tobias [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 10:47 AM To: [EMAIL PROTECTED] Subject: AW

[development-axapta] Record Level Security Problem

2004-10-27 Thread Anil Ozay
t;Lines" / Functions / Explode BOM, he see everything!! Data Sources of two forms are the same = BOM What's wrong for you? Thanks, Anil Ozay Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://grou

RE: [development-axapta] axapta-documentation

2004-11-17 Thread Anil Ozay
Hi, you can find up-to-date doc. from "PartnerSource" section of www.partnerguide.com Login account comes from Microsoft.. Good Luck.. Anil Ozay ERP Technical Consultant Microsoft Business Solutions / Axapta DataSistem Genel Otomasyon ve San. Tic.A.S Web : www.datasis

RE: [development-axapta] SQL Server doesn't listed when install Axapta ??

2004-11-26 Thread Anil Ozay
Type (Local) on server name.. No need to manually create for me.. Regards.. Anil Ozay ERP Technical Consultant Microsoft Business Solutions / Axapta DataSistem Genel Otomasyon ve San. Tic.A.S Web : www.datasistem.com.tr <http://www.datasistem.com.tr/> Mail : [EMAIL PRO

RE: RE : [development-axapta] Beginner

2005-06-21 Thread ANIL OZAY
Hi Kadar.. U must use container field on DB.. This example comes from X++ Advanced Course Manual.. I hope this example helps you.. Best regards, Anil Ozay  Add a new field to the table of type container.  Call the field ImageData.  There is a small issue with changing the underlying table

RE: [development-axapta] Activating a procedure after import

2005-06-21 Thread ANIL OZAY
Hi Alex, I don't understand what you mean exactly, but SysImportDialog form used for importing projects.. In this form, u can find import() method for importing projects. This code calls SysImportElements class. You can extend this class for personal use.. For example, u can add a job file to al

[development-axapta] Re: SQL Syntax in Axapta Table browser

2005-06-21 Thread Anil Ozay
Hi Jack, Use this statement : SELECT InventTransPosting where InventTransPosting.TransDate >= mkdate(30,04,2005) && InventTransPosting.TransDate <= mkdate(31,05,2005) Best Regards, Anýl Özay --- In development-axapta@yahoogroups.com, Koh Meng Chiat <[EMAIL PROTECTED]> wrote: > Hello all,

RE: [development-axapta] Creating a RunBaseBatch Class

2005-06-22 Thread ANIL OZAY
Hi Brandon, You can find a tutorial on : Classes/Tutorial_RunBaseBatch Or Classes/LedgerRecalcPeriod I hope this help you.. Best Regards, Anil Ozay -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon George Sent: Tuesday

[development-axapta] Axapta Sizing Question

2005-06-23 Thread ANIL OZAY
Hi all, I am trouble about one question from Axapta Installation and Configuration Exam.. Give me an idea about answer?? In a company, 10 users use Axapta Server.. After that 10 users added to system and system runs slowly. How we upgrade system : Old System : 1 *CPU Xeon 3.2 Ghz 1 GB Ram 2

Re: [development-axapta] Axapta client configuration

2005-07-06 Thread ANIL OZAY
Hi, You should control AOS instance configuration settings and Sql Server.. For ex :  if sql server service is stopped, aos shutdown immadiately.. Check SQL server is running.. Anil Ozay "ppthunde" <[EMAIL PROTECTED]> Sent by: development-axapta@yahoogroups.com

[development-axapta] Accessing report functions from query

2005-07-07 Thread ANIL OZAY
Hi all, I have trouble when accessing report function from init function of Query of report. For ex, in the init method of query : str reportRange = element.parmRange(); How can i access it? Thanks for now.. Anil Ozay Software Engineer, MBSCP, MCP Anadolu Bilisim A.S. [Non-text

[development-axapta] Setting up multiple portal on single machine

2005-07-11 Thread Anil Ozay
Hi all.. We have trouble about setting up multiple portals on a single machine. We have two seperate applications, so that two seperate configurations. One configuration is run normally, but when we start another web application, it causes en error message : AxaptaCOMConnector.Axapta.1 (0x

RE: [development-axapta] Setting up multiple portal on single machine

2005-07-11 Thread ANIL OZAY
Thanks Karsten, I tried it, but the result is the same. It can not logon.. Have you got another idea?? or i have lost anything.. Regards, Anil Ozay "Karsten Wollesen" <[EMAIL PROTECTED]> Sent by: development-axapta@yahoogroups.com 11.07.2005 12:26 Please respond to de

Re: [development-axapta] Setting up multiple portal on single machine

2005-07-11 Thread ANIL OZAY
Thanks for all answers.. We must buy a server now :) This is really bad situation, if we want to add extra portal, we must paid extra money! Thanks to Axapta!! Best Regards, Anil Ozay "DouglasT" <[EMAIL PROTECTED]> Sent by: development-axapta@yahoogroups.com 11.07.2

RE: [development-axapta] Setting up multiple portal on single machine

2005-07-12 Thread ANIL OZAY
http://development.thydatacenter.dk/ http://development.thydatacenter.dk/> E-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ANIL OZAY Sent: 11. juli 2005 14:00 To: deve

Re: [development-axapta] Base Enums

2005-07-13 Thread ANIL OZAY
Hi Crhis, set the name of the first element "None" and set the label blank.. Regards, Anýl ÖZAY Software Engineer / Axapta Specialist MBSCP , MCP Anadolu Biliþim Hizmetleri A.Þ. Telefon : +90 212 449 39 82 Faks : +90 212 554 12 66 e-Posta : [EMAIL PROTECTED] www.bilisimanadolu.com "l

RE: [development-axapta] Overloading in X++

2005-10-02 Thread ANIL OZAY
Hi, Axapta doesn't support overloading, only supports overriding. May be u can use default values for parameters : void Sum(int a, int b = 0) {   Return a + b; } if u don't send "b", it's set to zero. Anil -Original Message- From: development-axapta@yahoogroups.com [mailto:[EM

RE: [development-axapta] Form Query

2005-10-06 Thread ANIL OZAY
Hi Hemant, You can give SQL criteria for range, but it must be in paranthesis. addRange( '(MyTable.MyField=="A") || (MyTable.MyField=="")') You must use double quote for range values. This is the solution ;) Regards, Anil -Original Message- From: development-axapta@yahoogroups.com [ma

Re: [development-axapta] ComboBox in Grid - Changing drop down list

2005-10-09 Thread ANIL OZAY
Hi Rick, Set the 'AutoDecleration' property of the ComboBox to 'Yes'. After that write this code to datasource field of field1 : public boolean modified() { boolean ret; ; if(MyTable.Field1 == '1') { // Clear combo box and add values ComboBox.clear(); Com

[development-axapta] Updating SQL Index Statistics

2005-10-10 Thread ANIL OZAY
Hi all, I want to ask a critical question about Axapta. Can i update statictics from SQL Server? Is there problem about this? Bu e-posta ve muhtemel eklerinde verilen bilgiler kisiye ozel ve gizlidir. Anadolu Bilisim Hizmetleri A.S. bu mesajin icerigi ve ekleri ile ilgili hicbir hukuki sorum

RE: [development-axapta] Report Page break

2005-10-12 Thread ANIL OZAY
control first record.   if(!firstRecord)   {     element.newPage();    }   else   {     firstRecord = !firstRecord;   }   Super();   } Regards, Anil Ozay Software Engineer, Axapta Specialist MBSCP, MCP -Original Message- From

RE: [development-axapta] Switching Report Designs

2005-11-29 Thread ANIL OZAY
;     else     element.design("designLandscape");     Return ret; } Regards, Anil Ozay Software Engineer, Axapta Specialist MBSCP, MCP Anadolu Group, ABH Inc. -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sujkowski Sen

Re: [development-axapta] AxaptaCOMConnector: Getting Existing Tables

2006-04-27 Thread Anil Ozay
ound)* *{* *string tableName = tblUtilIdelements.get_field("Name");* *MessageBox.Show(tableName);* *}* *axaptaApp.Logoff();* *}* *catch (Exception ex)* *{* MessageBox.Show("Error: " + ex.Message); *}* ** I hope this sample can help you. Best Regards, Anil Ozay MBSCP

Re: [development-axapta] Re: Auto-Increment

2006-11-16 Thread Anil Ozay
(NumberSequenceReference); this.Number = numberSeq.num(); If you want a sample to create new Number Sequence type, I can give a sample. Regards, Anil Ozay On 11/15/06, gokhaleanu <[EMAIL PROTECTED]> wrote: > > Hello Mr. Andre, > > First u have to run number sequence wizard. &

RE: [development-axapta] Parameter to class from VB...

2006-12-06 Thread Anil Ozay
;parameter1" ParameterList.Element(2) = 2 ' we can now call methods of "MyObject" using its "CallEx" method MyObject.Call "MyMethod", ParameterList Good luck.. Anil Ozay Software Engineer Dynamics AX MVP From: development-axapta@yahoogr

RE: [development-axapta] Passing in a datasource

2006-12-07 Thread Anil Ozay
Hi Andre, You must use CallEx() method if you want to pass more than 6 parameters. You can find a sample in Axapta Help File. Regards, Anil Ozay Software Engineer, AX Specialist MVP Dynamics AX From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[development-axapta] Query Unpack

2006-12-13 Thread Anil Ozay
acked automatically, so I can't see ranges before user run the query. How can I catch the packed values of query ranges, programatically? Thanks, Anil Ozay [Non-text portions of this message have been removed]

Re: [development-axapta] Help! Making batch processing in coding ^^

2007-02-01 Thread Anil Ozay
Hi Rando, You must create a new class that extends from RunbaseBatch. There is a lot of batch classes in Dynamics AX. For example : SalesCreditLimitCheck Regards, Anil Ozay MVP Dynamics AX, Software Engineer On 2/1/07, Rando <[EMAIL PROTECTED]> wrote: > > Dear All > > I

[development-axapta] Updating selected records

2007-02-06 Thread Anil Ozay
records without lost the marking. I use ds.executeQuery(), it works but I lost selected records and cursor goes to first record of the grid. This is very important for us. I will really appreciated, if anyone can solve this problem. Best regards, Anil Ozay MVP Dynamics AX, Software Engineer

RE: [development-axapta] Install Axapta 4 server in Windows XP

2007-04-16 Thread Anil OZAY
Hi Venkat, If your computer is in the domain, you can install Dynamics AX to Windows XP. Log on the your XP with domain acoount, and just install. Don't worry about 'Windows 2003 required' message it will be installed successfuly. Regards, Anil Ozay Software En

RE: [development-axapta] How To Find Persons who born today ? (birthdate)

2007-10-23 Thread Anil Ozay
Hi Ali, EmplTable EmplTable; TransDate today; ; Today = today(); WHILE SELECT EmplTable WHERE EmplTable.BirthDate == today { info(EmplTable.Name); } Regards, Anil Ozay Freelance Consultant MVP Dynamics AX, MCPS, MCNPS, MBSS Uzman Nokta

RE: [development-axapta] Show hidden field in table browser

2007-10-23 Thread Anil Ozay
can't see hidden fields in tableBrowser. May be you can change the functionality of SysTableBrowser, but it's hard. Regards, Anil Ozay Freelance Consultant MVP Dynamics AX, MCPS, MCNPS, MBSS Uzman Nokta Bil.Hiz. From: development-axapta@yahoogroups.com [mailto:[EMAIL

[development-axapta] Reading COM Port from Dynamics AX 3.0

2008-02-28 Thread Anil Ozay
Hi gurus, We have a machine and connected to COM port of PC, that has Dynamics AX 3.0. I have to read data from COM port. I search the internet and help files but I couldn't find anything. Do you know, how can I do this ? Anil OZAY [Non-text portions of this message have

[development-axapta] Enum values in SQL database

2008-03-12 Thread Anil Ozay
Hi, We want to create a view on SQL server for InventTrans and tha table has enum values. SQL uses integer values to store enum values but we want to show enum values to user. Is it possible to find the enum values on database to show in the view? Regards, Anil Ozay

RE: [development-axapta] How do I dynamicly update field labels on a grid

2008-12-12 Thread Anil Ozay
nge couldn't be from data source, you should change the label of the form control. There is a labelText method of datasource field, only for reading. Sorry.. InventTable_ds.object(fieldnum(InventTable,ItemId)).labelText() Good luck, Anil OZAY From: development-ax