[development-axapta] calling .net class dll from axapta

2006-03-26 Thread Cenk INCE
Hi all      When I look in Winapi methods i can see that, i give dll file name and functionmane,   But if i create a class with dotnet, it creates functions in classes. How can i call methods in that classes?      Thanks.        - Blab-away for as lit

[development-axapta] Com or Com+, Client or Server ???

2005-10-05 Thread Cenk Ince
Hi all, I want to use Com to conncent axapta from .Net. I know that i must enable Business Connector for this. Should i use Com or Com+, Server or Client. Thanks. [Non-text portions of this message have been removed] SPONSORED LINKS

[development-axapta] Index Usage on Query

2005-10-05 Thread Cenk Ince
Hi all; I have a query in a lookup method. It is below. It looks to me work slowly. I added index below but it doesn't make to much performance increase. How can i amke it run quicklier? Thanks...     Query   query  = new Query();     QueryBuildDataSource    queryBui

YNT: [development-axapta] Document Handling System

2005-10-04 Thread Cenk Ince
Check for service pack on client, application and aos. Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: nranjan Gönderilmiþ: Sal 04.10.2005 13:58 Kime: development-axapta@yahoogroups.com Konu: Re: [development-axapta] Document Handling System do

YNT: [development-axapta] Axapta API

2005-09-30 Thread Cenk Ince
Hi try Axapta Business Connector. You can find help on Axapta developer's Guide. Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: Ask Axapta Gönderilmiþ: Cum 30.09.2005 12:01 Kime: development-axapta@yahoogroups.com Konu: [development-axapta] Axa

YNT: [development-axapta] Report Letter problem (font) - forget to say html

2005-09-23 Thread Cenk Ince
I get report to file as HTML. Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: Cenk Ince Gönderilmiþ: Cum 23.09.2005 12:34 Kime: development-axapta@yahoogroups.com Konu: [development-axapta] Report Letter problem (font) Hi; When i get a report in

[development-axapta] Report Letter problem (font)

2005-09-23 Thread Cenk Ince
Hi; When i get a report in turkish lang, a letter gets the font of japan language. How can i set it to use always turkish font? It is like this. [Non-text portions of this message have been removed] SPONSORED LINKS

YNT: [development-axapta] [Urgent] Run SQL from Query Analyzer

2005-09-15 Thread Cenk Ince
updating it through Query anlyser would be a harmful for data. As i had tried many updation on tables using Query anlyser thanks On 9/14/05, Cenk Ince <[EMAIL PROTECTED]> wrote: > > Hy All > > I have made some modifications on inventTransid field on inventTrans. Now > i want to up

[development-axapta] [Urgent] Run SQL from Query Analyzer

2005-09-14 Thread Cenk Ince
Hý All I have made some modifications on inventTransid field on inventTrans. Now i want to update InventSettlement and i want to run code form Query Analyzer(Because it's Time saving.). Do you think it's harmful for data? Thanks. Update bmssa.INVENTSETTLEMENT Set bmssa.INVENTSETTLEMENT

[development-axapta] New AOD process

2005-09-04 Thread Cenk Ince
Hi what must do when i get new aod. Should i first Compile and then Compare or vice versa? Thanks. [Non-text portions of this message have been removed] SPONSORED LINKS Microsoft business solution

[development-axapta] Hot fix : HF25_004 is for which version is it?

2005-09-01 Thread Cenk Ince
Hi all; I have some performance problems about MUIC and there is a hotfix (HF25_004) for that. I wonder if this hotfix is for SP3 or SP4. Thanks. [Non-text portions of this message have been removed] SPONSORED LINKS

[development-axapta] SQL Ram Usage

2005-09-01 Thread Cenk Ince
Hi all; I have a problem with SQL 2000. When i run Axapta i can't use more ram than 1,826,000 MB. I thougth that it was because it is Standard Edition. Then i created a test env. and Setup an Enterprise SQL 2000. But i can't still use more than 1,826,000 MB ram. Is there a solution for this.

[development-axapta] PDF File Open Error (The Root Object is Missing or invalid)

2005-08-26 Thread Cenk Ince
Hi all; When i convert a report to pdf i get error. "There was an error opening this document. The Root Object is Missing or invalid". Has anybody solved this problem. What can i do. Thanks. [Non-text portions of this message have been removed] SPONSORED LINKS

[development-axapta] Where user Access rigths are stored.

2005-08-07 Thread Cenk Ince
Hi all; I have three Company in my Axapta, Comp1, Comp2 and Dat. I want to export data of Comp1 and Comp2. and delete database,  Then create a clean database and import Comp1 and Comp2. I wonder if i will lose something like User Access Rigth? or something like this, and how to save them? T

YNT: [development-axapta] Display method

2005-08-02 Thread Cenk Ince
Hi David It'is so normal it to happen like this. Because find only works on data that is on datasourse of the form. If you want to do it, you must add field to CustinvoiceJour and you must copy value of CustomerName to your field. You can do it in method (tables/Custinvoicejour/methods/initfro

[development-axapta] [Urgent] Cannot Post Ledger Journal

2005-07-28 Thread Cenk Ince
Hi all; We try to post a ledger journal, and we get error : " Cannot create a record in Ledger transactions (LedgerTrans). Voucher: MF002551, 31/05/2005. The record already exists.". When i look in LedgerTrans table, there is no data like this. How can i solve this problem. That topic is rea

YNT: [development-axapta] [Urgnet] SysDataBaseLog drop from Sql

2005-07-27 Thread Cenk Ince
-axapta@yahoogroups.com Konu: RE: [development-axapta] [Urgnet] SysDataBaseLog drop from Sql Try truncate from SQL TRUNCATE TABLE SYSDATABASELOG _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cenk Ince Sent: 27. juli 2005 08:06 To: development-axapta

[development-axapta] [Urgnet] SysDataBaseLog drop from Sql

2005-07-27 Thread Cenk Ince
Hi all SysDataBaseLog table increased so much that it reached 9 GB :( So i want to delete this log. But it doesn't clear it very quickly. Is it good to drop table from Sql Server? Or is there a way to do it from  Axapta? Thanks. [Non-text portions of this message have been removed]

YNT: [development-axapta] Re: [Urgent] Rename Primary Key doesn't work for purchase order

2005-07-21 Thread Cenk Ince
xapta@yahoogroups.com Konu: [development-axapta] Re: [Urgent] Rename Primary Key doesn't work for purchase order Cenk Ince, Yes we have the same problem. We are on v3.0 sp2 Is this the error message you get? Error executing code: Wrong argument types for comparison.,,Stack trace:,\Class

[development-axapta] [Urgent] Rename Primary Key doesn't work for purchase order

2005-07-20 Thread Cenk Ince
Hi all; When i rename purchid of a PO it doesn't rename it. But for other primary keys like Salesid or itemid it works well. Second when i do this operation with partner license it works for purchid to. I doesn't work for our customer license. Does anybody know how to solve this problem why c

YNT: [development-axapta] Axapta client configuration

2005-07-06 Thread Cenk Ince
Hi; You may have forget to check "inherit permisions to sub folders and files", where you share Axapta Application. Good luck. Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: ANIL OZAY Gönderilmiþ: Çar 06.07.2005 13:08 Kime: development-axapta@y

[development-axapta] packingSlipTrans to inventtrans

2005-07-06 Thread Cenk Ince
Hi all; I wan't to copy a field from packingSlipTrans to inventtrans. I created a method "dataofshipment" in inventmovent class, and inventmov_Sales. I modified initInventTransFromBuffer method and assigned value to inventtrans from my method. I cannot find where to fill value of method. P

[development-axapta] 2Tier or 3Tier Fat when running MUIC

2005-06-29 Thread Cenk Ince
Hi all; When we run MUIC (Multi user inventory closing), we were said to use 2 Tier Fat client. What is the difference bettween running with 2 Tier or 3 Tier Fat Client. They both connect to database directly. Thanks. [Non-text portions of this message have been removed]

[development-axapta] Lookup

2005-06-26 Thread Cenk Ince
Hi all I have two questions about lookup, 1. Is it possible to Run Lookup on a query with two datasources? I mean that when i lookup inventtable i don't want to see all items, just items which inventory Model FIFO in InventModelGroup table. 2. When creating a Production i choose Bomid, i wa

YNT: [development-axapta] Document Handling doesn't work on AOS but works on 2 Tier

2005-06-20 Thread Cenk Ince
lling AOS from SP3 -Oorspronkelijk bericht- Van: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Cenk Ince Verzonden: zondag 19 juni 2005 18:48 Aan: development-axapta@yahoogroups.com Onderwerp: YNT: [development-axapta] Document Handling doesn't work on AOS but works

YNT: [development-axapta] Document Handling doesn't work on AOS but works on 2 Tier

2005-06-19 Thread Cenk Ince
ED] Namens Cenk Ince Verzonden: vrijdag 17 juni 2005 23:09 Aan: development-axapta@yahoogroups.com Onderwerp: YNT: [development-axapta] Document Handling doesn't work on AOS but works on 2 Tier Axapta3.0 SP3 Kimden: development-axapta@yahoogroups.com bu ki?inin

YNT: [development-axapta] Document Handling doesn't work on AOS but works on 2 Tier

2005-06-18 Thread Cenk Ince
What version of Axapta? From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cenk INCE Sent: Friday, June 17, 2005 9:47 AM To: development-axapta@yahoogroups.com Subject: [development-axapta] Document Handling doesn't work on AOS bu

[development-axapta] Document Handling doesn't work on AOS but works on 2 Tier

2005-06-17 Thread Cenk INCE
Hi all; Document Handling doesn't work on AOS but works on 2 Tier. Does anybody know why this happens? Thanks.     - Yahoo! Mail Stay connected, organized, and protected. Take the tour [Non-text portions of this message have been removed]

YNT: [development-axapta] (urgent) join datasources with code

2005-06-16 Thread Cenk Ince
Thanks. Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: Sonny Wibawa Adi Gönderilmiþ: Per 16.06.2005 03:50 Kime: development-axapta@yahoogroups.com Konu: Re: [development-axapta] (urgent) join datasources with code Hi Cenk Ince, Set the

[development-axapta] (urgent) join datasources with code

2005-06-15 Thread Cenk Ince
e and inventDim. Just want to set relation with code. How to do it?. Thanks. Cenk Ince [Non-text portions of this message have been removed] Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, se

RE: [development-axapta] Class Problems

2005-06-09 Thread Cenk Ince
Hi Raal Can you delete index file axapd.aoi, and reopen axapta. Wait for 1-2 minutes for re-indexing. It may solve it. Good luck. -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raal Goff Sent: 10 Haziran 2005 Cuma 06:51 To: develop

[development-axapta] InventClosing And Adjostment error : The value 1 is not found in the Map

2005-05-31 Thread Cenk Ince
Hi all ; I get an error when i run invent Closing && Adjustment. (Class inventcosthelp) Error : The value 1 is not found in the Map. Has any one seen this error? Thanks. [Non-text portions of this message have been removed] Yahoo! Groups Links To visit your group on the

[development-axapta] RE : InventClosing And Adjostment error : The value 1 is not found in the Map

2005-05-31 Thread Cenk Ince
Hi all; I can't find where it gievs error. Is there a way to see stack trace when i get error? Thansk. [Non-text portions of this message have been removed] Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscr

[development-axapta] new layer lost methods???

2005-05-31 Thread Cenk Ince
Hi all; I added a new cus layer to my application and now i can't see some methods that exists in super (gls and glp) layers, I compiled all application. When i copy these methods to cus layer, system can't save these methods, and i cannot delete cus layer of this class. What can i do for this

[development-axapta] [very urgent] inventSumTTSLog

2005-05-25 Thread Cenk Ince
Hi all; when i Update a prodOrder from CostEstimated to Started it locks the system \classes\ReqTransUpdate\update. There is a loop while (inventSumLogTTS.RecId) it created an endless loop. Any Idea? Thanks Kimden: development-axapta@yahoogroups.com b

RE: [development-axapta] Re: Axapta2 interface logon and logoff.[Urgent]

2005-05-16 Thread Cenk Ince
cally correct since I usually use C#. /Andreas --- In development-axapta@yahoogroups.com, "Cenk Ince" <[EMAIL PROTECTED]> wrote: > Hi all; > >  > > We have a program (C#) that uses Axapta2 interface and inserts a record in table "UrunRecetesiOnay&q

[development-axapta] A question about aos and thin client

2005-05-16 Thread Cenk Ince
Hi all; I have an AOS with application PROD1, and a thin client that connected to AOS but application selected as PROD2. Which application does client use, the one one aos or on conf. utility? Thanks. [Non-text portions of this message have been removed] Yahoo! Groups Links To

[development-axapta] Axapta2 interface logon and logoff.[Urgent]

2005-05-13 Thread Cenk Ince
Hi all; We have a program (C#) that uses Axapta2 interface and inserts a record in table "UrunRecetesiOnay". When we logon to axapta and log off for every button click we get error (Picture below). If we logon on formload and log off on formunload there is no error, but it uses one of my l

[development-axapta] Auto posting for purch packing slip doesn't work when it is in changecompany{}

2005-05-12 Thread Cenk Ince
Hi all; We have 2 company ntr and spk. When i post a salespackingslip in "spk", i want to post purchpackingslip in "ntr". I wrote a job below, it works in "ntr" company without redlines, when i run it in "spk" company with redlines it doesn't work. Why can it be? In class purchformletter\ru

[development-axapta] [Urgent] Does anybody have hotfix for inventSumDateDim

2005-05-05 Thread Cenk Ince
Hi all, Steeve had offered me to find hotfix CH_421871 && CH_421566_1947, but i can't find them on mbs, Can anybody send them to me or tell how to find tem. Thanks. [Non-text portions of this message have been removed] Yahoo! Groups Links To visit your group on the web, go to

YNT: [development-axapta] select from inventtrans doesn't work

2005-05-04 Thread Cenk Ince
H, Färbergasse 13, A-6850 DORNBIRN e-mail: [EMAIL PROTECTED] phone: +43 (0)664 2337785 -Ursprüngliche Nachricht- Von: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Cenk Ince Gesendet: Dienstag, 03. Mai 2005 08:30 An: development-axapta@yahoogroups.com Betreff:

YNT: [development-axapta] RE:select from inventtrans doesn't work

2005-05-03 Thread Cenk Ince
oogroups.com bu kiþinin yerine: setiaji kurniawan Gönderilmiþ: Sal 03.05.2005 10:55 Kime: development-axapta@yahoogroups.com Konu: [development-axapta] RE:select from inventtrans doesn't work Hi Cenk Ince, I have experience almost same like you. May be it can work for you.Here is my

[development-axapta] select from inventtrans doesn't work

2005-05-02 Thread Cenk Ince
Hi all; I prepare a report that gives transfers to a inventlocation between date1 and date2. When i add a join at the and of the select (below in red) it doesn't return any value. With out red line it gives me sum of all transfers in inventtrans. But i want to devide them according to their "

YNT: [development-axapta] statement "where not" and "not like"

2005-04-25 Thread Cenk Ince
Axapta supports "like" statement. Instead of "not like" you can use ! ( Table.Field like "A*" ) That works fine. Best Regards. Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: Lars Holm Gönderilmiþ: Paz 24.04.2005 23:08 Kime: development-axap

RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-24 Thread Cenk Ince
ion.  I'm a bit out of idea. Regards, Steeve... -Message d'origine- DeÂ: Cenk Ince [mailto:[EMAIL PROTECTED] EnvoyÃÂ: 21 avril 2005 04:48 ÃÂ: development-axapta@yahoogroups.com ObjetÂ: YNT: RE : RE : [development-axapta] inventtableModule doesn't refresh on in

[development-axapta] [Urgent] How to post ProdJournalTable from code

2005-04-21 Thread Cenk Ince
Hi all; I need code to post a ProdJournalTable (ProdJournalProd). I know journalid, can i post it directly? Thanks [Non-text portions of this message have been removed] Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta

YNT: RE : RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-21 Thread Cenk Ince
ame itemid Cenk, Record Info! Oh ok! That should do it. After renaming an ItemId, if you close InventTable form and reopen it, is your ItemId renamed correctly? Regards, Steeve... -Message d'origine- De : Cenk Ince [mailto:[EMAIL PROTECTED] Envoyé : 19 avril 2005 11:

YNT: RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-19 Thread Cenk Ince
rify your intentions here. Regards, Steeve... -Message d'origine- De : Cenk Ince [mailto:[EMAIL PROTECTED] Envoyé : 19 avril 2005 01:48 À : development-axapta@yahoogroups.com Objet : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid H

[development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-18 Thread Cenk Ince
27;t be refreshed. Is there a solution for this. Cenk İnce 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!

[development-axapta] Closing SalesLine

2005-04-13 Thread Cenk Ince
ster planning. Thanks Cenk İnce 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:

[development-axapta] Auto Posting Purch order doesn't work (Urgent)

2005-04-02 Thread Cenk Ince
Hi all; Code below doesn't work? I think, it tries to choose line but no line choosen in purchparmline table? Any Help?? Thanks.. static void PurchPost(Args _args) {     salesTable st;     SalesLine sl,int_sl;     SalesTable int_st;     PurchTable p;     PurchLine pl;     PurchFormLetter_Pa

[development-axapta] new field to inventTrans how to fill?

2005-04-02 Thread Cenk Ince
Hi all; I added a new field on inventtrans. It's "physical invent date". I added this field  to all tables related to inventtrans (packingslips, inventjournaltrans etc..). Now I want to fill this field from these tables. How can it be possible? Should I use InventUpd_Physical class? Or some o

YNT: [development-axapta] SalesFormLetter_invoice from salespackingslipfor.

2005-03-23 Thread Cenk Ince
t the range packingslipid and see the selected records. Regards Amit Gülden Saylan <[EMAIL PROTECTED]> wrote: Hi, Yes, it is possible, You can do it by coding in SalesFormLetter Class. -Original Message- From: Cenk Ince [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005

YNT: [development-axapta] SalesFormLetter_invoice from salespackingslipfor.

2005-03-22 Thread Cenk Ince
from salespackingslipfor. Hi Cenk, I did this already and I've got a little add-on module (with configuration key) thta does exactly what you need. You can contact me directly: [EMAIL PROTECTED] or [EMAIL PROTECTED] John Cenk Ince <[EMAIL PROTECTED]> wrote: Hi all; My custome

[development-axapta] SalesFormLetter_invoice from salespackingslipfor.

2005-03-22 Thread Cenk Ince
Hi all; My customer wants it to be possible select some packingslip and directly invoice it. But on salestable if i select that salesorder all packing slips not invoiced comes to saleseditlines form. My customer wants to select some packingslips from custpackingslip form and there should be

YNT: [development-axapta] 64 KB error on xppcompiler class (Urgent)

2005-03-02 Thread Cenk Ince
at PB... On Wed, 2 Mar 2005 11:19:38 +0200, Cenk Ince <[EMAIL PROTECTED]> wrote: > > > Hi all; > > My product builder creates xpp code more than 64 kb, and xppcompiler is > angry with this :). XppCompiler doesn't wan't to compile more than 64 kb > object

[development-axapta] 64 KB error on xppcompiler class (Urgent)

2005-03-02 Thread Cenk Ince
Hi all; My product builder creates xpp code more than 64 kb, and xppcompiler is angry with this :). XppCompiler doesn't wan't to compile more than 64 kb object. Is there a way to change this limit. If no is it possible to split my code? Thanks.. Yahoo! Groups Links <*> To visit your

[development-axapta] physical i/o on inventtrans.

2005-02-10 Thread Cenk Ince
Hi all I want to prepare a report that shows the sum of physical transactions of an item between time1 and time2 and sum of physical i/o before time1. Some records in inventtrans are logical and some are physical. How can i find physical i/o in inventtrans ? Thanks. ___

YNT: [development-axapta] Another inquiry on passing parameters

2005-02-10 Thread Cenk Ince
Hi all I want to prepare a report that shows the sum of physical transactions of an item between time1 and time2 and sum of physical i/o before time1. Some records in inventtrans are logical and some are physical. How can i find physical i/o in inventtrans ? Thanks. __

YNT: [development-axapta] PurchTable form anomaly after upgrade from axapta 3 sp2 to axapta 3 sp3

2005-02-08 Thread Cenk Ince
Try to reset form. Rigth click on form and select Setup; Then click "Reset" button. Maybe it works.  If that does not work, i offer you to compare two layers, your layer and sub layer of it. There if you see some code in "red" that can cause the problem, you must carry it to your layer.

[development-axapta] vertical line during page (Report)

2005-01-19 Thread Cenk Ince
Hi all; I want to draw vertical line in report page. I put a text field on a body, make lineleft and linerigth bold. When i run report, line goes down as much as data i send, But i want to draw lineuntill it reaches footer. How can i do this. Thanks. [Non-text portions of this message

RE: [development-axapta] [urgent] purchline and inventtrans

2004-12-23 Thread Cenk Ince
Thank you Harry But my problem is that, My purchline comes from mrp and i don't want to lose link between reqtrans, inventtrans and purchline. Thanks. Cenk İNCE ERP Teknik Danışmanı (Microsoft Axapta) ERP Technical Consultant (Microsoft Axapta) Data Sistem Genel Otomasyon Sana

[development-axapta] [urgent] purchline and inventtrans

2004-12-22 Thread Cenk Ince
Hi all; I want to change purchid of a purchline with purchline.initFromPurchTable(newPurchTable); But in inventTrans table there is a reference for purchTable, Is it good, me to update inventtrans or is there another way to do this. Thanks [Non-text portions of this message have been

YNT: [development-axapta] Error creating Production order (URGENT)

2004-12-15 Thread Cenk Ince
AG - Carl-Buderus-Str. 9-15 - D-30455 Hannover Phone: +49/511/94996-0 - Fax: +49/511/94996-900 mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> - http://www.viscom.de <http://www.viscom.de/> -Ursprüngliche Nachricht- Von: Cenk Ince [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 1

[development-axapta] Error creating Production order (URGENT)

2004-12-15 Thread Cenk Ince
I try to create a Production order with code below. void clicked() {     ProdTable prodtable;     NumberSeq ns;     ;     ttsbegin;     ns = NumberSeq::newGetNum(ProdParameters::numRefProdId());     ProdTable.ProdId = ns.num();     prodtable.initValue();     prodtable.InventDimId   = reqtrans

[development-axapta] Sql memoy usage increase abnormally

2004-12-10 Thread Cenk Ince
Hi all When i open my AOS Server (SQL and Applicaton are also on the same machine) i see that Sql server uses memory for 230 MB when users uses axapta. When 6-7 users start axapta memory usage arrives 800 mb. It looks abnormal to me. Hoe can i test memory useage of each user? Is there a r

[development-axapta] barcode

2004-12-07 Thread Cenk Ince
Hi all I define a barcode for an item config, and when i create a salesline and when i insert barcode number for salesline, i'm waiting it to find item and update salesline. But nothing happens. Then why to use barcode? Thanks. Cenk İNCE ERP Teknik Danışmanı (Microsoft Axapta

RE: [development-axapta] Syncronization error - Invalid object name 'INFORMATION_SCHEMA.VIEWS' sorry

2004-12-07 Thread Cenk Ince
Sorry for previous message directly open Query analyser, open database master/views. Rigth click on the views and select run the query. Like picture on attachment. Good luck. Cenk ÝNCE ERP Teknik Danýþmaný (Microsoft Axapta) ERP Technical Consultant (Microsoft Axapta) Data Sistem Genel Otoma

RE: [development-axapta] Syncronization error - Invalid object name 'INFORMATION_SCHEMA.VIEWS'

2004-12-07 Thread Cenk Ince
I think you have to recreate those views. Open Ent. Manager, in masterdb find views with name dbo.[viewname] Open them and copy, then in query analyser run them one by one. This will recreate those views with owner INFORMATION_SCHEMA. Good luck Cenk İNCE ERP Teknik Danışmanı (Microsoft

[development-axapta] packing slip error

2004-12-03 Thread Cenk Ince
Hi all I get error when i post purchorder as packingslip. "Physical updating quantity in the inventory unit '' must be other than zero" "Under-delivery of line is 100,00 percent, but the allowed under-delivery is only 0,00 percent." I create the purchline with code and i think that i miss s

RE: [development-axapta] When inventory is updated for salesorder

2004-12-01 Thread Cenk Ince
Thanks Girish Which class is used for posting inventory transactions? Cenk İNCE ERP Teknik Danışmanı (Microsoft Axapta) ERP Technical Consultant (Microsoft Axapta) Data Sistem Genel Otomasyon Sanayi ve Ticaret A.S www.datasistem.com.tr Tel : 0232 463 16 63 (Dah: 128) -Original Message

[development-axapta] When inventory is updated for salesorder

2004-11-30 Thread Cenk Ince
Hi all I have a salesorder and i post packingslip and invoice on it. What time does it update inventory. In normally it's PackingSlip but if i use just invoice what happens? In which class does it update inventory? Thanks. Cenk İNCE ERP Teknik Danışmanı (Microsoft Axapta) ERP Tech

[development-axapta] wmsorder and salesline

2004-11-28 Thread Cenk Ince
Hi all When i create a shipment in inventory management, i get warning : "No output orders match the criteria specified." How can i solve this problem, and is there a paper for shipments? Thanks in advance. Yahoo! Groups Sponsor Get unlimited calls to U.S./Canada

[development-axapta] oracle compability.

2004-11-11 Thread Cenk Ince
should i check them. Cenk İNCE ERP Teknik Danışmanı (Microsoft Axapta) ERP Technical Consultant (Microsoft Axapta) Data Sistem Genel Otomasyon Sanayi ve Ticaret A.S www.datasistem.com.tr Tel : 0232 463 16 63 (Dah: 128) Yahoo! Groups Sponsor

RE: [development-axapta] Labels??

2004-11-05 Thread Cenk Ince
Hi Andre Probably it's cashed. Axapta waits for some number of labels to be created and then they all stored on the file. You keep entering labels, axapta will create file and you will find labels in file. Good luck. Cenk İNCE ERP Teknik Danışmanı (Microsoft Axapta) ERP Technical Consu

[development-axapta] product builder model doesnt work for variable enum

2004-11-03 Thread Cenk Ince
Hi all Class Pba has functions like str_, int_  but it has no enum_ function. This functions are called from PbaTreeNodeCompile/typeVariable method. You can see method below and it uses str_ for enum. In method PbaTreeNodeCompile/testNode it creates a source "PBASource()" and it's compiled

RE: [development-axapta] inventDim (urgent)

2004-11-02 Thread Cenk Ince
Yes that solves for color and size but when it's configuration i get the same error. How can i give the defalt values for all inventdimensions. Thanks Cenk İNCE ERP Teknik Danışmanı (Microsoft Axapta) ERP Technical Consultant (Microsoft Axapta) Data Sistem Genel Otomasyon Sanayi ve Ti

[development-axapta] inventDim (urgent)

2004-11-01 Thread Cenk Ince
Hi all I want to create purchline by code but i get error, Inventory Dimension 'Size' is an item dimension and must consequently be spesified. How can i give the default values for these dimension fields, and then let users to change it. Thanks in advance. Yahoo! Groups Sponsor

RE: [development-axapta] Number Sequence for purchorder

2004-10-11 Thread Cenk Ince
  num; PurchId    purchaseNo; num = Numberseq::newGetNum(purchParameters::numRefPurchId()); purchaseNo = num.num(); // this is the new purchase order no cheers, Girish   -Original Message-   From: Cenk Ince [mailto:[EMAIL PROTECTED]   Sent: 11 October 2004 08:56   To: [EMAIL

[development-axapta] Number Sequence for purchorder

2004-10-11 Thread Cenk Ince
Hi all; I need to create PurchOrder and want to use numbersequence, what class can i use or Is there a sample code for this. Thanks. Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/deve

RE: [development-axapta] how to create invent journal trans (transfer) with code.

2004-10-05 Thread Cenk Ince
::findOrCreate(inventDimFrom).inventDimId; Stefan Cenk Ince wrote: > > Hi all; > > I want to create a inventjournaltrans (transfer) with code when i insert > a line to journal i get errors about inventdim. My code is below. > > How should i create the line. > > vo

[development-axapta] how to create invent journal trans (transfer) with code.

2004-10-05 Thread Cenk Ince
Hi all; I want to create a inventjournaltrans (transfer) with code when i insert a line to journal i get errors about inventdim. My code is below. How should i create the line. void createLine(str journalid, mytable mytable,real qty) {     InventJournalTable InventJournalTable;     InventJ

[development-axapta] fit to page works with only interactive reports

2004-09-29 Thread Cenk Ince
Hi all; I have a report and it's not interactive. In this case fit to page doesn't work. When i get it interactive, fit to page works well. How can i correct it? Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://g

RE: [development-axapta] Re: [report] How can i set a fixed height of a body ?

2004-09-29 Thread Cenk Ince
Hi Fabien; Create a programmable section with the same heigth as Body. Set control number of programmable section  "5", and lineleft "Yes". Override the execute section of footer: if(bodyTransCount<36) {   While (bodyTransCount<=36)   {     Element.execute(5); // 5 is the con

[development-axapta] SqlSystemVariables problem

2004-09-14 Thread Cenk Ince
Hi all; When i try to Check/Syncronize the system, i get an error. I get error when running the code below.   resultSet = stmt.executeQuery( 'select value,parm from SQLSystemVariables where parm = \'TABLENAMELEN\'' ); The error occures because "SQLSystemVariables" "i" is lower case, if i

[development-axapta] Error : 'INFORMATION_SCHEMA.VIEWS'.(urgent)

2004-09-10 Thread Cenk Ince
Hi all; I get error : [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'INFORMATION_SCHEMA.VIEWS'. It gives error when syncronizing a table, It tries to execute statement below. (IF EXISTS (SELECT TABLE_NAME FROM INFORMATION_SCHEMA.VIEWS  WHERE TABLE_NAME = 'PROJCOMMITTED

[development-axapta] error information_schema.views

2004-09-06 Thread Cenk Ince
Hi all; I get error on the attached file when i try to syncronize the system. Why does it happen? When i look in logins i can see bmssa, but it's sid i changed. Is there a script to correct this error. Thanks in advance. [Non-text portions of this message have been removed] Ya

[development-axapta] rezervation on planned production orders

2004-08-31 Thread Cenk Ince
Hi all; I want to reserve bom items of planned production orders. As you know when production orders are starts bom items of those are reserved, but while those orders are planned(before they are started), is it possible to reserve them automatically, how can i do that? Does it make some contr

RE: [development-axapta] Refresh Form

2004-08-26 Thread Cenk Ince
Hi Alfonso; If you mean refreshing data source on form try :   Datasoursename_ds.refresh();   // like inventtable_ds.refresh(); If you want to refresh form try :     Element.reload();   Or   Element.activate(); I hope that helps. -Original Message- From: A

[development-axapta] select and query

2004-08-26 Thread Cenk Ince
Hi all; I have a sql statement like "Select inventtable where inventtable.itemid=="123645" join .. I have a query and i want "select" statement to fill query, but sql statement is dynamic that, each time i get "select", it works on different tables. Note : "Select" statement is in Axapt

RE: [development-axapta] Axapta crashes when drag menu item on menus

2004-08-25 Thread Cenk Ince
Thanks.. -Original Message- From: Richard van der Craats [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 9:50 AM To: [EMAIL PROTECTED] Subject: Re: [development-axapta] Axapta crashes when drag menu item on menus Hi I have found that if you drag and drop menuitems within

[development-axapta] Axapta crashes when drag menu item on menus

2004-08-24 Thread Cenk Ince
Hi all; When i drag a menu item on a menu, Axapta crashes. It's interesting that crash looks randomly, i mean if there are 5 menu items once 2. one crashes, another try, 3 one crashes. Is it a bug in SP3? How can i solve this problem? Thanks. Yahoo! Groups Sponsor ADVERTISEMEN

[development-axapta] AOS doesn't run (help)

2004-07-06 Thread Cenk Ince
Hi all I did set up AOS but it doesn't start, when i click start, it says "running" for 2 seconds, then it turns stopped. What is wrong with my AOS. Axapta Object Server works well. Thanks in advance. Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To vi

RE: [development-axapta] (urgent) how to delete log file from SQL server 2000

2004-07-01 Thread Cenk Ince
First i want to thank for all replies; But i couldn't solve problem, when i shrink db, the physical file size is not getting smaller. How can i get it smaller? Thanks in advance. Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the we

[development-axapta] (urgent) how to delete log file from SQL server 2000

2004-06-30 Thread Cenk Ince
Hi all; I want to delete log file from my database but i don't know how to do that. It's size is very large so i just want to delete it. Thanks in advance. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Group

[development-axapta] language of a control on report

2004-06-23 Thread Cenk Ince
Hi all; I have a date control, and it shows date as month name and year like "June 2004". When the language of report is en-us it shows the month name in turkish like "Haziran 2004", controls normally take the language of the report, but date control takes the system language. How can i chan

[development-axapta] sort field priority in query

2004-06-18 Thread Cenk Ince
Hi all In a query there is a data source (custinvoicejour) and another one link to first (CustinvoiceTrans). They both have sort fields:   Custinvoicejour  - > orderaccount   Custinvoicetrans - > itemid. Normally i want it to join Custinvoicejour and Custinvoicetrans, that for each or

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

2004-06-18 Thread Cenk Ince
Hi Baran Put your display metod on table or data source. So you won't need to send any parameters. -Original Message- From: Baran Sasmaz [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 1:42 PM To: [EMAIL PROTECTED] Subject: [development-axapta] Send parameter to display metho

RE: [development-axapta] Regarding Layer concept...

2004-06-18 Thread Cenk Ince
First take back up of your database and application folder in appl folder. Export your data for all companies The code(it's a job) below gives you tables in usr layer, you can create a new project, put these tables to project and export project. Then delete all tables in usr layer. Then open

RE: [development-axapta] how to delete a file from axapta

2004-06-07 Thread Cenk Ince
Thanks in advance... -Original Message- From: Max Belugin [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 12:19 PM To: Cenk Ince Subject: Re: [development-axapta] how to delete a file from axapta Hello Cenk Ince, понедельник, 7 июня 2004 г., you wrote: CI> I want to delet

  1   2   >