[Axapta-Knowledge-Village] Axapta table wizard

2005-12-05 Thread victor_zuev
Hi all, After I'd created a number of tables for customisations I thought why there was no any wizard for adding a new table. Therefore I created a table wizard which reduces some routine work. I published my table wizard on http://axutilities.blogspot.com/ Please feel free to add your comments

[Axapta-Knowledge-Village] Re: Somthing cool - IO

2005-07-29 Thread victor_zuev
Thanks very much for an interesting example. The example was quite difficult for me to execute because this line: > sql = strFmt('void executesql()\n{\nTable1 table1;\nTable2 I think, it would be more comprehensive if the line was written as : > sql = strFmt('void executesql(ProjTable pr

[Axapta-Knowledge-Village] Re: Hi Guys Is this a possible scenario to boost up performance

2005-02-24 Thread victor_zuev
gt; while select it will be more productive in a various situations. > > looking for your further suggetions and also i want to use the above > method with some of my temporary table so pleas confirm whether it > can be used with the same. > > > Byeeee > > &g

[Axapta-Knowledge-Village] Re: Hi Guys Is this a possible scenario to boost up performance

2005-02-24 Thread victor_zuev
I think, insert_Recordset works with non-temporary tables. If your non-temporary table has a overridden insert method, use skipDataMethods() otherwise it is a record-by-record operation like 'while select' I hope this will help, Victor --- In Axapta-Knowledge-Village@yahoogroups.com, "com

[Axapta-Knowledge-Village] Re: How to speed up my report processing

2005-02-17 Thread victor_zuev
Hi Absi, try to use Axapta's Code profiler and/or SQL profiler. Then you'll know the weak place in your report. --- In Axapta-Knowledge-Village@yahoogroups.com, "abdulabsi" <[EMAIL PROTECTED]> wrote: > > HI colleages, > > I have one design question.One of the reports i have made is based

[Axapta-Knowledge-Village] Re: Usage Data

2005-02-04 Thread victor_zuev
r, > > YES YES. I did find them where you said they would be, but How do I extract > this from their on a user by user basis? > > Thankyou for your reply. > > Rocco > > _ > > From: victor_zuev [mailto:[EMAIL PROTECTED] > Sent: Friday, 4 Feb

[Axapta-Knowledge-Village] Re: Usage Data

2005-02-03 Thread victor_zuev
Hi, You can find this SysLastValue table if you expand the System Documentation / Tables node in AOT. --- In Axapta-Knowledge-Village@yahoogroups.com, "Rocco Giumelli" <[EMAIL PROTECTED]> wrote: > How Come I can't see this table in my list of tables ? > > _ > > From: Tony Depalo [m

[Axapta-Knowledge-Village] Re: How to Create a Class Programmatically in Axapta

2005-02-03 Thread victor_zuev
Hi, Giray! You can find some useful information about how to create a class in SysClassWizard. Just have a look for the createEmptyClass method. Hope this will help you. Cheers, Victor --- In Axapta-Knowledge-Village@yahoogroups.com, Giray Simsek <[EMAIL PROTECTED]> wrote: > Hi, > > Is the