[development-axapta] Re: Error when install Ax 4

2007-11-09 Thread axaeffect
hi, already enabled remote connection and named pipes protocol, but still that error come. :( --- In development-axapta@yahoogroups.com, axaeffect [EMAIL PROTECTED] wrote: sorry, where I can find remote connection and named pipes? thanks, --- In development-axapta@yahoogroups.com,

[development-axapta] Re:Interacting via AxaptaCOMConnector, how to set fields?

2007-11-09 Thread Martin Sujkowski
I don't know about 4.0 but in 3.0 you just call CreateRecord function passing it the name of the table you want to create. That Will return IAxaptaRecord object. Then you call set_field(fieldname,value) to set your fields. It's all pretty straight forward and believe it or not there is some

[development-axapta] The logon attempt failed

2007-11-09 Thread cshauw
Hi all, anyone can shed a light to me about the message below? The message will appear every few minutes in the event log of the AOS server. Will this become the performance issue of the server? Object Server axMFI: Security package/Domain Authentication failed during initialize context. Error

[development-axapta] Contact person Go To Main table

2007-11-09 Thread James Flavell
Hi everyone I have added an extra contact person field on the sales table and have overridden the lookup() to provide a list of contacts from the INVOICE ACCOUNT. The problem is the Go to main table does not work on this new field. I have overriden the jumpref() to set the args.enum to YES