[development-axapta] Re: evalbuf() alternatives

2007-03-19 Thread Ivan Kashperuk
Here is an example of how it should be handled (from Sidax: www.axaptapedia.com/Sidax) void runIt(str _src) { XPPCompiler comp=new XPPCompiler(); ; if(comp.compile(_src)) this.write(runBuf(_src, element)); else info(comp.errorText()); } //this.write is the actual

[development-axapta] Re: Tableid to TableBuffer

2007-03-19 Thread Ivan Kashperuk
Well, it's almost the same here: DictTable.makeRecord() - returns a Common table variable (mapped agains the DictTable.id() table) --- In development-axapta@yahoogroups.com, "dj3mb3" <[EMAIL PROTECTED]> wrote: > > Hi, > How can I create a dynamic table buffer from the table id? > > I mean some

[development-axapta] Tableid to TableBuffer

2007-03-19 Thread dj3mb3
Hi, How can I create a dynamic table buffer from the table id? I mean something like the makeobject() function of the dictclass because I need to use that buffer in an sql statement. thanks dj3mb3

[development-axapta] Merging Axapta databases (recovery of lost data)

2007-03-19 Thread Bayliss, Barry
Hello, I was wondering if anyone has any information to help resolve this issue. Recently we had a database crash due to corruption. We found out that the database backups had also been corrupted for the previous several days, as a result we restored a database that was m

[development-axapta] How to call Stored Procedure From Axapta 4.0

2007-03-19 Thread nitinmathur_jpr
Dear Friends can anyone tell me How to call Stored Procedure From Axapta 4.0 Nitin

AW: *SPAM* [development-axapta] Dialog Method

2007-03-19 Thread Andrae, Tobias
??? Von: development-axapta@yahoogroups.com im Auftrag von contact2ajit2006 Gesendet: Fr 16.03.2007 08:59 An: development-axapta@yahoogroups.com Betreff: *SPAM* [development-axapta] Dialog Method Hello Frnds Can any one define the dialog method line by line..