[development-axapta] Terminal server/Printer

2005-03-29 Thread henrikjensen2
One of our customers running Axapta 2.5 at a an external data center is reporting that they get access to client printers belonging to other customers/users running on the same terminal server. They think that it is Axapta that reads the client print ports with admin rights and that's

[development-axapta] Fielproperties

2005-03-29 Thread jesper.joergensen
Hi all. Can I set a field (in a primary index) to case insensitive from within Axapta? I need to build hold the components a as well as A in the index. My database is set to Latin1_genarel_CP1_CI_AS. /Jesper Mit freundlichen Grüßen / Best regards / Med venlig hilsen

Re: [development-axapta] Retun temp table recordset to caller form

2005-03-29 Thread Sonny Wibawa Adi
Hi Daniel Lim, Use element.args().caller() function, object type variable, myTable.setTmpData() method, formHasMethod() global function. It's only a hint and you should search again in microsoft axapta's developer guide for more detail. Regards, Sonny Wibawa Adi --- daniellim_yh [EMAIL

AW: [development-axapta] Fielproperties

2005-03-29 Thread Leberbauer, Herbert - News
Hi Jesper! Your database is already caseINsensitive (the ..._CI_... in Latin1_genarel_CP1_CI_AS means CaseInsensitive). HTH Herbert | -Ursprüngliche Nachricht- | Von: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] | Gesendet: Dienstag, 29. März 2005 10:45 | An:

AW: [development-axapta] Terminal server/Printer

2005-03-29 Thread Leberbauer, Herbert - News
Do they use AOS? If not, their Data-Center-Provider should check his ActiveDirectory-Permissions. HTH Herbert | -Ursprüngliche Nachricht- | Von: henrikjensen2 [mailto:[EMAIL PROTECTED] | Gesendet: Dienstag, 29. März 2005 10:47 | An: development-axapta@yahoogroups.com | Betreff:

[development-axapta] Open a excelfile

2005-03-29 Thread anettemalmberg
Hi, I try to open an excel-document from a table ProdRoute via menuItem (Display) atached to a form but I've only got a copy of the Excelfile and not the original file. I think the reason for that is codestring sysExcelWorkbook = sysExcelWorkbooks.add (COMVariant);, but I am not sure.

[development-axapta] Re: Terminal server/Printer

2005-03-29 Thread henrikjensen2
Yes, they use AOS. Best regards, Henrik --- In development-axapta@yahoogroups.com, Leberbauer, Herbert - News [EMAIL PROTECTED] wrote: Do they use AOS? If not, their Data-Center-Provider should check his ActiveDirectory-Permissions. HTH Herbert | -Ursprüngliche

AW: [development-axapta] Fielproperties

2005-03-29 Thread jesper.joergensen
Hi Herbert, I know, but in the SQL Server I can set a single row to use a different collation. I an looking for a possibility to control this row property on the SQL server from Axapta. Mit freundlichen Grüßen / Best regards / Med venlig hilsen Jesper Jørgensen NMS -

AW: [development-axapta] Open a excelfile

2005-03-29 Thread jesper.joergensen
HI, use SysExcelWorkbooks Open to open an existing file. Workbooks add will always add a new workbook to the existing instance of excel. Mit freundlichen Grüßen / Best regards / Med venlig hilsen Jesper Jørgensen NMS - Entwicklung Axapta arvato systems Technologies GmbH An der

[development-axapta] Re: Open a excelfile

2005-03-29 Thread anettemalmberg
Solved!! --- In development-axapta@yahoogroups.com, anettemalmberg [EMAIL PROTECTED] wrote: Hi, I try to open an excel-document from a table ProdRoute via menuItem (Display) atached to a form but I've only got a copy of the Excelfile and not the original file. I think the

RE: [development-axapta] Open a excelfile

2005-03-29 Thread Matt Benic
Just a word of warning on using the low level Excel classes (especially to generate reports), we have had no end of trouble on win98 client machines using those components. If you can, rather go for a standard report and save it to excel by setting the file type to html, and specifying a .xls

AW: [development-axapta] Re: Terminal server/Printer

2005-03-29 Thread Leberbauer, Herbert - News
Hi Henrik, on the AOS-Configuration there is a tickbox, which says something like Use printer on server. If this checkbox is marked, then the AOS shows you the printers, to which the AOS has access. Maybe that's the reason. On the other hand the possibility of an misconfiguration in

AW: [development-axapta] Fielproperties

2005-03-29 Thread Leberbauer, Herbert - News
Hi Jesper, the problem is, that Axapta does not support this kind of operations on the SQL-Server (Oracle either). So, if you find a way to do what you want, which is possible, Microsoft will not give any support, to what you are doing. So I would try to find another solution for your

AW: [development-axapta] Fielproperties

2005-03-29 Thread jesper.joergensen
Hi Herbert We are working on a module to dynamically convert charters upon import or export from Axapta. You need to substitute an Germany ö to #246; and a Ö to #214; in a XML format (Other scenarios are EBCDICT, ASCII etc.). It would have been nice if I could just change the collation

RE: [development-axapta] Open a excelfile

2005-03-29 Thread Matt Benic
We have not had any problems with these methods on our XP clients (we still run SP1 exclusively, I couldn't comment on SP2). However in terms of maintenance and using standard Axapta I would still suggest using the html/xls trick if all you want to do is generate standard reports in Excel.

[development-axapta] VendPackingSlipPurchLink?

2005-03-29 Thread zandm1
Anyone know the purpose of this table. When I create 2 packing slips from a single PO with the same Packing Slip Number, If I then go to InquiryPackingSlip, the 2 packing slips will be listed twice for a total of 4. if I open the form directly not from a PO then it displaus correctly. My

[development-axapta] Select Top 10 in Axapta ?

2005-03-29 Thread Anton Tjiptadi
Hi, has anyone knows how to Select Top 99... in Axapta ? just like in SQL - Select Top 20 * from InventTable thanks in advance Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go

[development-axapta] Account number for transaction type ' ' does not exist

2005-03-29 Thread SAS
Dear All, We get this error Account number for transaction type ' ' does not exist , when we do update costing on production order . Do we miss something on parameter setup posting Inventory management ? thx Sas Yahoo! Groups Sponsor ADVERTISEMENT Yahoo!

Re: [development-axapta] VendPackingSlipPurchLink?

2005-03-29 Thread Nitesh
yes MJH this is a standard bug in the Axapta. it is some thing related with the vendpackingslippurchlink table relation Modify the relation in this table for vendpackingSlipJour and include field 'parmid' also in the relation try this u will get this standard bug removed. regards Nitesh