Alaska Software Inc. - Setting Database in Crystal Reports
Username: Password:
AuthorTopic: Setting Database in Crystal Reports
IBASetting Database in Crystal Reports
on Wed, 12 Aug 2009 01:23:16 -0700
Hi,

What is the correct syntax for assigning a DBF file to a report object?

Many thanks,

-Itai
Pedro Hernández Re: Setting Database in Crystal Reports
on Wed, 12 Aug 2009 19:20:56 -0500
Hi

oDatabase := oReport:database
oTables   := oDatabase:tables

oTables:item(1):location := cPath + "\" + "tabla.dbf"
? oTables:item(1):location

I hope this can help




"IBA" <iba@adelphia.net> wrote in message 
news:7a975237$7883219$367e2@news.alaska-software.com...
> Hi,
>
> What is the correct syntax for assigning a DBF file to a report object?
>
> Many thanks,
>
> -Itai
>
>
IBARe: Setting Database in Crystal Reports
on Fri, 14 Aug 2009 19:40:06 -0700
Thank you, Pedro.
It is working great!
-Itai