I am not sure if you can use Access.I know SRS and Crystal have OLE-DB but
I am not sure if Access does. I would check the Microsoft website to check
that functino.
Jim
To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Thu, 15 Nov 2007 10:24:58
+0200Subject: RE: [Axapta-Knowledge-Village
Hi,
From Control panel> Administrative Tools>Data Sources (ODBC)
Add a new System DSN and select MS Access Driver.
Cheers
On 11/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Ok really stupid question from a lowly consultant but how do I setup
> OLE-DB using Access??
>
> > AX 4.0 i
Ok really stupid question from a lowly consultant but how do I setup
OLE-DB using Access??
> AX 4.0 in written in Unicode, try OLE-DB instead of ODBC.
>
>
>
>
>>From: [EMAIL PROTECTED]
>>Reply-To: Axapta-Knowledge-Village@yahoogroups.com
>>To: Axapta-Knowledge-Village@yahoogroups.com
>>Subject:
AX 4.0 in written in Unicode, try OLE-DB instead of ODBC.
>From: [EMAIL PROTECTED]
>Reply-To: Axapta-Knowledge-Village@yahoogroups.com
>To: Axapta-Knowledge-Village@yahoogroups.com
>Subject: [Axapta-Knowledge-Village] odbc
>Date: Wed, 14 Nov 2007 13:15:37 +0200 (SAST)
>
>Hi All,
>
>I am using
Hi Axnbie
Try the following:
ClassDeclaration
Str Var1
Str Var2
..
Add a programmable section to the report and create display method for the variables:
Display str Var1()
{
Return var1;
}
Display str Var2()
{
Return var2;
}
Drag and drop the methods on
5 matches
Mail list logo