RE: [development-axapta] Recid

2008-09-18 Thread @@mir [EMAIL PROTECTED]
Hi, RecId is the unique identification of any record with in any table. if you know the primary key of these table you can use the find method to get the recId. example salestable::find(salesId).recId; this statement will gives you the recId if you know the salesId which is

RE: [development-axapta] Select statement

2007-12-14 Thread @@mir [EMAIL PROTECTED]
Hi from * i think you mean all if yes then you dont need to assign * to itemid you just assign itemid='' by this way it select all records for referenece visit this link may this help you http://www.axaptapedia.com/Expressions_in_query_ranges M Amir NazimSoftware Engineer Maz

RE: [development-axapta] Re: How To Find Persons who born today ? (birthdate)

2007-11-05 Thread @@mir [EMAIL PROTECTED]
You need to make a class and past this method server static void main(Args _args){DictTable dictTable;Connection connection;Statement statement;strsql;ResultSet resultSet;SqlStatementExecutePermission perm;; dictTable = new DictTable(tableNum(ContactPe