Re: [development-axapta] Selectionlist ffor ComboBox

2004-09-29 Thread akash malohatra
Hi Manfred, Please look at this form DocuOptionTable and codes written in this form( this is a Document management related Form - Basic -setup-Document management -Document Types - Options). I think this will help you and exactly solve your problem. Regards Akash --- Amit Jain [EMAIL

Re: [development-axapta] Variable passing

2004-09-29 Thread Thomas Turn Jensen
I'm not sure if I understand you correctly, but if you have a method somewhere that receives the tablebuffer as a parameter, you can make something like this: void myMethod(tmpTab1 _Tab1) { tmpTab1 localTab1; ; localTab1.setTmpData(_tab1); //... } After this you can work on your

Re: [development-axapta] Selectionlist ffor ComboBox

2004-09-29 Thread Sonny Wibawa Adi
Hi Manfred Ursprung, There is an example of using dynamic values in combobox. It's in Tools | Options..., there you can right click | Setup and see at tab Development, Startup project field. Part of code at lookupProject method is: controlStartupProject.clear();

[development-axapta] What your size of log file SQL Server verry large?

2004-09-29 Thread soer_oni
try this script to decreases hopefully good for Surani-Indonesia Script: Use master BACKUP LOG yourdatabase WITH NO_LOG Use yourdatabase DBCC SHRINKFILE(yourdatabaselog, 1) Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the

[development-axapta] Calling fieldNum from .Net

2004-09-29 Thread quinn_richard
Hi Group, I am writing an app in .NET which retrieves price information from the InventTable and InventTableModule. I can call the tables individually like this: axDataSourcePrimary = (IAxaptaObject)axQuery.Call(AddDataSource, mt.mainTable,); where mt.MainTable contains the table

[development-axapta] Axapta Source control

2004-09-29 Thread Jesmond Giordimaina
Hi all, Guess that all of you have been working with live Axapta environments. We were thinking this morning of whether using Visual Source Safe for version control will be possible with Axapta. If not what do you suggest for version control? After all is file locking possible, given that

[development-axapta] report Grandtotal empty

2004-09-29 Thread govaersk
Hi, I've got a question regarding the grandtotal on reports. In Accounts Payable== Reports == Transactions == Vendor == Account Statement in the select Screen, tab printoptions there is a checkbox Grand Total. when I check this the repport shows a label at the end saying Grand Total but

Re:[development-axapta] Axapta Source control

2004-09-29 Thread govaersk
ddpsoft is currently beta testing On Axapta Source Control the preview: [development-axapta] Axapta Source control the discussion www.axaptalink.com Forums ddpVault Greetings Koen Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the

Re: [development-axapta] Axapta Source control

2004-09-29 Thread Steen Rabøl
Hi Yes VSS integration is possible, we have made an very nice add-on, which works both for Axapta 2.5 and 3.0 Best Steen - Original Message - From: Jesmond Giordimaina To: [EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 12:15 PM Subject: [development-axapta] Axapta

RE: [development-axapta] Axapta Source control

2004-09-29 Thread Malcolm Burtt
Hi I heard a rumour that this was finally being considered by MBS themselves (not before time). If anyone has a solution that they are willing to share in the meantime, I'd love to see it. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes

Re: [development-axapta] Axapta Source control

2004-09-29 Thread Jesmond Giordimaina
Hi Steel, But can you give me more info on such add-on to VSS. Is it a commercial product or what? reg Jesmond --- Steen Rabøl [EMAIL PROTECTED] wrote: Hi Yes VSS integration is possible, we have made an very nice add-on, which works both for Axapta 2.5 and 3.0 Best Steen -

Re:[development-axapta] Axapta Source control

2004-09-29 Thread govaersk
preview fell off http://home.comcast.net/~axaptacoder/ddpVault/ddp_vault.htm --- In [EMAIL PROTECTED], govaersk [EMAIL PROTECTED] wrote: ddpsoft is currently beta testing On Axapta Source Control the preview: [development-axapta] Axapta Source control the discussion www.axaptalink.com

[development-axapta] CRM Quotation documents

2004-09-29 Thread Stefan Heidkamp
Hi, we use Axapta 3.0 SP3 and want create quotation documents, but we get the message 'DocuAction Objekt ist nicht initialisiert'. When we delete an existing reference we get the message 'DLL Objekt ist nicht initialisiert'. Know anyone the reason for this messages? Need we another dll

Re: [development-axapta] Axapta Source control

2004-09-29 Thread Steen Rabøl
Hi We did it last year as a internal project for our new emplyees here in Ukraine. There is a VSS browser, where you can drag'n drop elements, see history, get older versions,context menus in AOT to checkin/checkout, show history etc. We also made, manual, training materials including

[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

AW: [development-axapta] Axapta Source control

2004-09-29 Thread Kühn, Axel
Hi I am working on a AddOn for Axapta to manage the developments (Versions) with SubVersion http://subversion.tigris.org/. Currently it is in beta status. But keep in mind: Axapta 4.0 has a build in version control system (see Technet!). _ Von: Matt Benic

RE: [development-axapta] Axapta Source control

2004-09-29 Thread Steve Wright
Take a look at www.keyzonesolutions.com http://www.keyzonesolutions.com http://www.keyzonesolutions.com/Solutions/Product%20announcements/Axapta%20V ersion%20Control.aspx http://www.keyzonesolutions.com/Solutions/Product%20announcements/Axapta%20 Version%20Control.aspx This source code

Re: [development-axapta] Axapta Source control

2004-09-29 Thread Jesmond Giordimaina
Yes if you have such a manual about the system, please send it on [EMAIL PROTECTED] reg Jesmond --- Steen Rabøl [EMAIL PROTECTED] wrote: Hi We did it last year as a internal project for our new emplyees here in Ukraine. There is a VSS browser, where you can drag'n drop elements, see

[development-axapta] Full compilation necessary?

2004-09-29 Thread Thomas Kristiansen
Hello We have, a development system, a test system and a productive system. The changes in the developement system are exported to the test system (BUS-layer: axbus.aod copied, VAR-layer: project exported and imported). In the test system we then make a full compilation. When we find

[development-axapta] refresh of datagrid

2004-09-29 Thread Jesmond Giordimaina
Hi all anybody has an idea how to refresh a datagrid after that a new record has been added manually through X++? The item is only I close and re-open the form, I would like to refresh the grid automatically! Thanks in advance reg Jesmond __

[development-axapta] Morphx Explorer

2004-09-29 Thread kenan guler
Hi All I want to learn, How to use Morphx Explorer in Axapta? Thanks. Kenan. - Do you Yahoo!? vote.yahoo.com - Register online to vote today! [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT

Re: [development-axapta] Access Outlook Appointments and Tasks through COM

2004-09-29 Thread Amund
Hi, have a look at e.g. Class\WebOutlookTaskWebLet, which walks through Outlook tasks. Appointments should work in a similar way. Each task's Categories field can be reached by the method task.Categories(). For getting a grip of the Outlook Object Model, MicroSoft's Outlook VBA help file

AW: [development-axapta] refresh of datagrid

2004-09-29 Thread Matthias Schuster
Hi Jesmond, here is a short description on the datasourcename_ds.research method from the developer handbook: The super() (research method on the datasource) call refreshes the database search defined by the query automatically generated in the init method. Corresponds to re-activating

[development-axapta] AOS SETUP

2004-09-29 Thread deepakbradoo
Hay Guys We are facing some problem with AOS setup.Our Client is located at multiple location and the data base is kept at a central location that is there Head office. Now we tried to setup AOS and were able to do it with 2 live ip's (With one IP at one end and the other IP at the