Re: RE : [development-axapta] problems creating a complex with querybuild

2005-01-13 Thread Sonny Wibawa Adi
Hi, Stefan Osterburg, You cannot create date value in dynamic range value in query object using queryValue(dtDate). I have tried before and trying to solve by finding it's pattern to generate date. The result is this formula: static int date2SQLint(TransDate _dtDate) { return

[development-axapta] Modified() with Text Box

2005-01-13 Thread Padmaja Iyingar
Hi, I am not able to get it working. I hope someone will help me. I have a grid and one of fields is "dateEdit". I have a modified method on the dateEdit field. Say, if the user tries to modify the date, I am prompting a messageBox with Yes or No button. What I would like to have is, if us

Re: RE : [development-axapta] Parsing Axapta Main menu tree

2005-01-13 Thread Sonny Wibawa Adi
Hi, Stefan Osterburg, Run this job, then copy the result (in infolog) into clipboard and paste it into notepad and then save it into a text file. Open that file using excel using asterisks separator. Work’s done. static void SWAGetMenu(Args _args) { #AOT TreeNode

RE: [development-axapta] Ax + SP3

2005-01-13 Thread Steve Wright
If you have a MSDN subscription, you can download Axapta (and any other MBS product). Otherwise, find an Axapta reseller. Steve.   _  From: Maciek Hofstede [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 January 2005 10:52 PM To: development-axapta@yahoogroups.com Subject: [developme

[development-axapta] In use records

2005-01-13 Thread Matt Benic
MessageHi, One of my users marked a number of records for settlement on a specific customer in open transaction editing in Accounts Receivable. (about 700 records).  After marking the records (but before settling) his session got terminated by the AOS.  All marked records now sit with a red

RE : [development-axapta] Parsing Axapta Main menu tree

2005-01-13 Thread Steeve Gilbert
I would use the TreeNode object (check in dev help) to traverse the MainMenu.  But I don't know how to output to a text file but it shouldn't be that hard. Steeve... -Message d'origine- De : Stefan Osterburg [mailto:[EMAIL PROTECTED] Envoyé : 13 janvier 2005 08:45 À : development

[development-axapta] Ax + SP3

2005-01-13 Thread Maciek Hofstede
Hello Where I can download SP3 for Axapta, with Polish language? -- Maciek Hofstede pgp: http://aniol.demon.pl/max/makus.pgp 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 e

RE : [development-axapta] Passing two parameters from form to report

2005-01-13 Thread Steeve Gilbert
Put your 2 parameters in a container and pass it with args.parmObject(yourContainer).  I think you'll have to manually call your report if it was called with a MenuItemButton. Steeve... -Message d'origine- De : chievaz_regalz [mailto:[EMAIL PROTECTED] Envoyé : 13 janvier 2005 01:

[development-axapta] Parsing Axapta Main menu tree

2005-01-13 Thread Stefan Osterburg
Hi all, I need to output the Axapta main menu structure to a file. Has anyone done this already? If not, what Axapta classes can I use to traverse and output the menu? Stefan Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axa

RE: [development-axapta] Scrap Return Merchandise

2005-01-13 Thread Karina Normann Jakobsen
Hi, The scrap field on the purchase order is used by project when you purchase directly to a project and wish to consume the item right away. There is not functionality behind the scrap field when you use a "normal" purchase order. The reason there is not functionality behind the scra

[development-axapta] Report rulers

2005-01-13 Thread Alfonso Collados Arroyo
Hi all: I'm trying to change a report, and I want to change the unit left, unit top object properties form Char to mm. How can I do this? Regards, Alfonso [Non-text portions of this message have been removed] Yahoo! Groups Links To visit your group on the web, go to:ht

Re: RE : [development-axapta] problems creating a complex with querybuild

2005-01-13 Thread Stefan Osterburg
afaik this relation is automatically added by Axapta as a result of specifying the qBR2.relations(true); but I have also tried manually adding  this with addLink with no change. Stefan Steeve Gilbert schrieb: > > The relation "emplTable.EmplId==projvalEmplProjSetup.EmplId" doesn't seem to

[development-axapta] Passing two parameters from form to report

2005-01-13 Thread chievaz_regalz
Hai All, please help, i try passing two parameters from form to report, but i dont have any idea to do that. if i passing one parameter from form to report it succesfully. thank for your help regards Chievaz Yahoo! Groups Links To visit your group on the web, go to:http://

SV: [development-axapta] Problem with ax 2.5 to 3.0 post-sync data upgrade

2005-01-13 Thread Carsten F. Frandsen
Hi! It seems that you have a configId with the character  '    as you can in the listed SQL statement the where clause contains DEL_CONFIGID = '10''   and I believe that it is the extra '   that gives you a problem. Before upgrading you should rename your configId to anything not con