RE: [development-axapta] Query sentence or and Like

2008-07-07 Thread Zümra Yücesoy
Hi, u can write in this way select table1 where ( table1.campo1 like '**'||table1.campo2 like '**' ) From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jasuarezh Sent: Thursday, July 03, 2008 11:02

Re: [development-axapta] Query sentence or and Like

2008-07-07 Thread Tony Zeigler
Try this: Void trythis() { TABLA1 cursorTABLA1; ; select cursorTABLA1 where cursorTABLA1.comp1 like '**' || cursorTABLA1.compo2 like '**' } --- On Thu, 7/3/08, jasuarezh [EMAIL PROTECTED] wrote: From: jasuarezh [EMAIL PROTECTED] Subject: [development-axapta] Query sentence or and

Re: [development-axapta] Query sentence or and Like

2008-07-07 Thread david santoso
Hi, I think a lot of people have already asked this question, you should browse this forum. I give you the example code: qbr = this.query().datasourcetable(tablenum(custTable)).addrange(fieldnum(custtable, recid)); range = strfmt('((%1 == \%2\) || (%3 == \%4\))',

[development-axapta] Run DAX 4.0 Sp1 Client on DAX 4.0 SP2 AOS

2008-07-07 Thread david santoso
Hi All, I have installed DAX 4.0 SP 2 for Application, AOS and also Client on Server. I install run DAX 4.0 with SP1 Client ( actually i forgot to install SP2 Client), i have run with DAX for 1 week and nothing goes wrong. Is that ok DAX 4.0 with SP 1 Client connect to AOS DAX 4.0 with SP 2 ?

[development-axapta] PDF with embedded font does not work

2008-07-07 Thread James Flavell
Hi I am trying to print using AX's PDF with embedded font option but it seems once the file is generated and I open the file on a different PC (where the special fonts are not installed) then the font is not shown correctly I thought embedded font means whatever fonts I use in the document