[development-axapta] Problem when importing a file on Ax2009

2008-11-14 Thread Ozanhan Anaç
Dear All, We are facing with a problem when we try to import a file. It occurs when "Import File" is clicked and says : "No System GUID was found in the SysSQMSettings table. Please restart the AOS." Restarting AOS doesn't work. Any idea would be appreciated. Regards, Ozan

RE: [development-axapta] Enum values in SQL database

2008-03-13 Thread Ozanhan Anaç
Hi Anýl, As enum types stored in the application (not in SQL), there shouldn't be a flexible way to show that values. Instead, you can use HARDCODED switch cases in your views. For example : Create view vw_blabla As Select StatusIssue_Text = case StatusIssue when 0 then 'none' when 1

[development-axapta] Zebra TLP-2844 Problem

2007-03-06 Thread Ozanhan Anaç
Hi, We have some problems with Zebra TLP-2844 model barcode printer. Page size and margins can not be set correctly by Axapta, and printer needed re-calibration sometimes. We have tried various values such as; page margins, Resolution, fit-to page, Server properties (on Windows), we also use

RE: [development-axapta] Re: view with join 3 table

2006-07-03 Thread Ozanhan Anaç
t-axapta%40yahoogroups.com> [EMAIL PROTECTED], Ozanhan Anaç <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Try this : > > > > Select InventSerial > > Join InventBatch > > Where InventSerial.ItemId == InventBatch.ItemId > > Join InventDim