RE: [development-axapta] Product builder, how to execute user entered X++

2005-02-28 Thread James Flavell
Thanks You say everything gets embedded in the model when you compile, this is the part I am most interested in looking at. Basically I want to see how/where the code to turn the user entered X++ (just a memo field at this point from what I can see in the Product Builder) into actual AOT

RE: [development-axapta] Re: What is the BEST practice using Class with Sql Statement

2005-02-28 Thread Bayliss, Barry
Hello, In the group by use just field name, and not table name.field name Barry. -Original Message- From: pepejeans2k [mailto:[EMAIL PROTECTED] Sent: Friday, 25 February 2005 6:16 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] Re: What is the BEST

RE: [development-axapta]

2005-02-28 Thread Rocco Giumelli
Hi Frank I Have rebooted the Server many Times - We do not operate a AOS Server, we use two tiered with citrix for remote access. The Web based form allows the logon screen to appear and after I Logon the Message appears. I am assuming that this is a Security issue not an Axapta. Would

[development-axapta] Custom textbox or grid cell

2005-02-28 Thread Alessandro Ghidini
Hi group. I'm quite new on axapta at least for the x++ aspect. For my customer I'm developing a little customization in LedgerTable. They want the AccountNum composed by 2 digits or two digits dot 2 digits or two digits dot two digits dot 4 digits i.e.: 00 00.11 00.11.22 Can

AW: [development-axapta] Error when calling WINGDI method..!

2005-02-28 Thread jesper.joergensen
Hi, You need a handle to the windows process id. The example below gets the ID of Axapta. DLL user = new DLL('USER32'); DLLFunction getActiveWindow = new DLLFunction(user,'GetActiveWindow'); WINGDI Absi; ; GetActiveWindow.returns(EXTTYPES::DWORD); Absi=new

[development-axapta] Main menu size

2005-02-28 Thread Sergey Siroklin
Hello! Does anybody know how (and where) Axapta save size of Main Menu? Regards, Sergey Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ To unsubscribe from this

AW: [development-axapta]

2005-02-28 Thread Gahr, Andreas
What is your OS? Windows 2003? I had the same problem, but had not the time to solve it yet. Regards Andreas Gahr -Ursprüngliche Nachricht- Von: Rocco Giumelli [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 27. Februar 2005 13:44 An: '[EMAIL PROTECTED] Com'; '[EMAIL PROTECTED] Com'

[development-axapta] Storage dimension

2005-02-28 Thread hanfra2000
There are 5 storage dimensions under dimension groups (Warehouse, batch number, location, pallet id and serial number) Is there anyone who has expaned this with one or more dimension(s) e.g. date. What is the proper way to do this? Is there any description out there? Regards Fredrik

[development-axapta] Document handling - import JPEG images and historic data

2005-02-28 Thread phantomkrn
We are moving from an HP3000 mainframe to Axapta. The plan is to use document handling to store JPEG images that were previously used for our product information catalog. We also have another use. Rather than importing historic data on campaigns into tables our thought is to save

AW: [development-axapta]

2005-02-28 Thread Gahr, Andreas
ParseArgs is used to transfer the web environment parameters (current url, user, current web form, etc) to axapta. Axapta queries these parameters from the web server environment provided by an com interface. And this is the problem, i guess. Something in Windows 2003 has changed, so that

[development-axapta] Default Form filter

2005-02-28 Thread jpchircop
Hi everyone, I am trying to run a filter as soon as a form starts up, which the user can remove by pressing the 'remove filter' button on the toolbar (crossed funnel). Is there any way to do this? Can you override the methods on buttons/functions visible on the toolbar? Regards, John

RE: [development-axapta] Product builder, how to execute user entered X++

2005-02-28 Thread Hemant Kumthekar
Hi, I think you need to look for tables which store the information like for instance PBARule, PBARuleAction etc, and PBA classes. I haven't gone that deep to see what is the sequence of execution of code once you trigger the PB. But I think somebody should have figured out, and it will be