AW: [development-axapta] Select where with a filter

2005-03-14 Thread jesper.joergensen
Hi, You need to use * in Aaapra. If you are selecting with wildcards you need to use the keyword like not ==. /Jesper Von: Padmaja Iyingar [mailto:[EMAIL PROTECTED] Gesendet: Montag, 14. März 2005 05:06 An: development-axapta@yahoogroups.com;

RE: [development-axapta] axapta sp3

2005-03-14 Thread Andrae, Tobias
Hmmm... where did you get Axapta from The same source is ok for SP3 also... -Ursprngliche Nachricht- Von: vynx_1999 [mailto:[EMAIL PROTECTED] Gesendet: Mo 14.03.2005 08:46 An: development-axapta@yahoogroups.com Cc: Betreff: *SPAM* Re: *SPAM* [development-axapta]

[development-axapta] Re: Select where with a filter

2005-03-14 Thread nicolaan
Hi Padmaja, It seems Axapta doesn't have wildcard (for this). (it does for other things) I can only think of a trick to do this. Instead of: LedgerTrans.Voucher == 'F111*' Use: LedgerTrans.Voucher = 'F111' LedgerTrans.Voucher 'F112' Regards, Nico --- In

RE: [development-axapta] Select where with a filter

2005-03-14 Thread Girish Bhatkal
If you write withing anything within ' ' then it will assume it to be an and you cannot get to choose wildcard entry. So you need to check for the substring. If you are using the while select then with that statement you cannot use to check substring. You could write a while statement and

[development-axapta] Re: Vertical barcode on report

2005-03-14 Thread nicolaan
Hi Vegar, Just use a barcode font. Any of the fonts starting with BC will print a barcode. So if you want to print some ID on your report change the font property of the control to BC..whatever.. Only I've no idea what barcode font you should use. You may need to find out what exactly it's

[development-axapta] Re: Text Case

2005-03-14 Thread nicolaan
Hi Luis, I don't understand your 1st question. The 2nd is easy. In your classDeclaration add a variable from extended data type LanguageIdAll for language like this: LanguageIdAll language; Now add the new method to your class. void new(LanguageIdAll _language) { language = _language; }

Re: [development-axapta] Re: Text Case

2005-03-14 Thread Luis Guilherme
Hi, sorry I explained wrongly. What I'm looking for is something like UCase, LCase function Tanks nicolaan wrote: Hi Luis, I don't understand your 1st question. The 2nd is easy. In your classDeclaration add a variable from extended data type LanguageIdAll for language like this:

Re: [development-axapta] Re: Text Case

2005-03-14 Thread Luis Guilherme
Hi, sorry I explained wrongly. What I'm looking for is something like UCase, LCase function Tanks nicolaan wrote: Hi Luis, I don't understand your 1st question. The 2nd is easy. In your classDeclaration add a variable from extended data type LanguageIdAll for language like this:

[development-axapta] Columns Headers in DataGrid

2005-03-14 Thread abdulabsi
GoodDay all, I have one question regarding the headers of the columns shown in a grid.I have one requirment to play around with the headers depending on the data viewed in the columns. To be more clearer there are two possiblities for column A,B HeaderA HeaderB ColumnA ColumnB --

Re: AW: [development-axapta] Select where with a filter

2005-03-14 Thread Willem Baelde
Hello, I was just wondering which reporting tool on Axapta you are using ? Are you also working on Oracle database ? Kind regards, Willem Baelde --- [EMAIL PROTECTED] wrote: Hi, You need to use * in Aaapra. If you are selecting with wildcards you need to use the keyword like

Re: [development-axapta] How to perform Self-join in X++

2005-03-14 Thread Max Belugin
Hello compashi1, ïîíåäåëüíèê, 14 ìàðòà 2005 ã., you wrote: c Guys I am looking to do self-joins in X++. c The same can be done in SQL quite easily with the help of making c aliases and then joining these two aliases of same table. i am not c sure whether the same can be done in X++ or not.

Re: [development-axapta] How to perform Self-join in X++

2005-03-14 Thread Deewakar Kumar
Hi, Try this one. Sample Data in Tab1 table ID Name PID 1 t1 2 2 t2 1 3 t3 2 static void SelfJoin(Args _args) { A_Tab1 a; A_Tab1 b; QueryBuildDataSource qbd1; query q; queryRun qr; q = new Query(); qbd1 = q.addDataSource(tablenum(A_tab1)); qbd1.addDataSource(tablenum(A_tab1));

[development-axapta] Change company in form

2005-03-14 Thread Espen Kaasa
Hi I would like to change company on a Form with the application.setDefaultCompany('dat',false) command. I have a form with two tab pages. I am trying to show salestable data on tab page 2 for the customer/company selected on tab page 1. I successfully change the company in the

[development-axapta] Re: Select where with a filter

2005-03-14 Thread ozzage
Jesper is correct. You can use 'like' with wildcards ('*' for zero or more characters, and '?' for a single character). So in this case the criteria will be: where ledgerTrans.Voucher like 'F111*' Hope that helps Andrew Jones --- In development-axapta@yahoogroups.com, Girish Bhatkal

RE: [development-axapta] Re: Text Case

2005-03-14 Thread Bayliss, Barry
The Axapta equivalent of UCase and Lcase are strupr and strlwr. Barry -Original Message- From: Luis Guilherme [mailto:[EMAIL PROTECTED] Sent: Monday, 14 March 2005 9:25 PM To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Re: Text Case Hi, sorry I

[development-axapta] Intellimorph an Web forms

2005-03-14 Thread maneesh_jain
Hi, I am preparing for the programming exam. Where can I find information on: 1. Intellimorph 2. Web forms Thanks. Maneesh Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go

[development-axapta] Report zoom

2005-03-14 Thread Steeve Gilbert
Anybody know if you can preset a zoom in a report? Like the report always show up at 200%? Regards, Steeve... [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the