472,958 Members | 2,056 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

MS Access - Crystal Reports

Hi all!

I would like to have your opinion about my problem and my proposal how
to solve it:

Ingredients:
- BTriev database
- Crystal Reports
- maybe MS Access
- Liinos6 (small ERP software)
The problem: I would like to create reports. This Liinos6 has some
reports, but the input forms cannot be modified and Liinos6 has no API
to modify their input forms without having their sources.

So I have to query my data directly from the BTriev database. My idea
is to create an input form in MS Access, querying the required data
somehow, writing the data to (maybe another) temporary database,
launching Crystal Reports and generating a nice report with this
temporary table.

Is this a good idea or did I describe the most complicated solution?
Since I am not so much familiar with Crystal Reports, I have no clue
about if everything would be possible with Crystal Reports only. But
as far I figured out until now, it is not.

Thank you in advance,
Gheaci
Nov 12 '05 #1
3 6818
"Gheaci Maschl" <g.******@gmx.net> wrote in message
news:47**************************@posting.google.c om...
Hi all!

I would like to have your opinion about my problem and my proposal how
to solve it:

Ingredients:
- BTriev database
- Crystal Reports
- maybe MS Access
- Liinos6 (small ERP software)
The problem: I would like to create reports. This Liinos6 has some
reports, but the input forms cannot be modified and Liinos6 has no API
to modify their input forms without having their sources.

So I have to query my data directly from the BTriev database. My idea
is to create an input form in MS Access, querying the required data
somehow, writing the data to (maybe another) temporary database,
launching Crystal Reports and generating a nice report with this
temporary table.

Is this a good idea or did I describe the most complicated solution?
Since I am not so much familiar with Crystal Reports, I have no clue
about if everything would be possible with Crystal Reports only. But
as far I figured out until now, it is not.

Thank you in advance,
Gheaci

Do you know about creating linked tables in Access? You should be able to
do all of your reporting in Access without any need for temporary tables or
Crystal Reports. Although I haven't used a Btrieve data source directly,
normally it is just a case of having the right ODBC drivers which can
usually be downloaded if you don't. From within Access you can simply
select File>Get External Data>Link Tables and connect to these tables. You
then create reports based on your linked tables.

Fletcher
Nov 12 '05 #2
On Fri, 6 Feb 2004 10:35:06 +0000 (UTC), "Fletcher Arnold"
<fl****@home.com> wrote:

Btrieve is a bit special though, because it's not a database manager
but a record manager. However last time I checked Pervasive was
selling an ODBC driver.

-Tom.
"Gheaci Maschl" <g.******@gmx.net> wrote in message
news:47**************************@posting.google. com...
Hi all!

I would like to have your opinion about my problem and my proposal how
to solve it:

Ingredients:
- BTriev database
- Crystal Reports
- maybe MS Access
- Liinos6 (small ERP software)
The problem: I would like to create reports. This Liinos6 has some
reports, but the input forms cannot be modified and Liinos6 has no API
to modify their input forms without having their sources.

So I have to query my data directly from the BTriev database. My idea
is to create an input form in MS Access, querying the required data
somehow, writing the data to (maybe another) temporary database,
launching Crystal Reports and generating a nice report with this
temporary table.

Is this a good idea or did I describe the most complicated solution?
Since I am not so much familiar with Crystal Reports, I have no clue
about if everything would be possible with Crystal Reports only. But
as far I figured out until now, it is not.

Thank you in advance,
Gheaci

Do you know about creating linked tables in Access? You should be able to
do all of your reporting in Access without any need for temporary tables or
Crystal Reports. Although I haven't used a Btrieve data source directly,
normally it is just a case of having the right ODBC drivers which can
usually be downloaded if you don't. From within Access you can simply
select File>Get External Data>Link Tables and connect to these tables. You
then create reports based on your linked tables.

Fletcher


Nov 12 '05 #3

"Tom van Stiphout" <to*****@no.spam.cox.net> wrote in message
news:1m********************************@4ax.com...
On Fri, 6 Feb 2004 10:35:06 +0000 (UTC), "Fletcher Arnold"
<fl****@home.com> wrote:

Btrieve is a bit special though, because it's not a database manager
but a record manager. However last time I checked Pervasive was
selling an ODBC driver.

-Tom.
"Gheaci Maschl" <g.******@gmx.net> wrote in message
news:47**************************@posting.google. com...
Hi all!

I would like to have your opinion about my problem and my proposal how
to solve it:

Ingredients:
- BTriev database
- Crystal Reports
- maybe MS Access
- Liinos6 (small ERP software)
The problem: I would like to create reports. This Liinos6 has some
reports, but the input forms cannot be modified and Liinos6 has no API
to modify their input forms without having their sources.

So I have to query my data directly from the BTriev database. My idea
is to create an input form in MS Access, querying the required data
somehow, writing the data to (maybe another) temporary database,
launching Crystal Reports and generating a nice report with this
temporary table.

Is this a good idea or did I describe the most complicated solution?
Since I am not so much familiar with Crystal Reports, I have no clue
about if everything would be possible with Crystal Reports only. But
as far I figured out until now, it is not.

Thank you in advance,
Gheaci

Do you know about creating linked tables in Access? You should be able todo all of your reporting in Access without any need for temporary tables orCrystal Reports. Although I haven't used a Btrieve data source directly,
normally it is just a case of having the right ODBC drivers which can
usually be downloaded if you don't. From within Access you can simply
select File>Get External Data>Link Tables and connect to these tables. Youthen create reports based on your linked tables.

Fletcher


1. You should be able to use Crystal Reports directly as long as each PC
trying to run the reports have the Pervasive Client software loaded.
There's no need to run it through ODBC unless you just want to. I use
Crystal in my daily work to create reports, but I think the Access Report
Writer is MUCH better.

2. There IS a learning curve in Crystal, but if you've used Access Report
Writer before, you'll get the hang of it pretty quick. You can also
generate input screens. Takes a bit of work, they're not fancy, but they
get the job done. Crystal also gives you a choice of it's own script
syntax, or lets you use MS VB script to have programmatic control over the
report(Crystal calls these routines formulas).

3. If you want to use Access with Pervasive(Btrieve), you will have to have
an ODBC driver from Pervasive. Normally this comes on the install disk and
is loaded during the installation process. Check in Control Panel to see if
you already have the Pervasive ODBC Engine interface already loaded. Then
you can create a DSN, link the Btrieve database, and use it within Access.

4. Pervasive comes with both the old Btrieve file formats, but it also
conforms to the SQL-92 standard . You could run SQL against the Pervasive
DB using MS-Access Pass thru queries. Pervasive can be used as a client
server database, or as a single user desktop database.

5. Pervasive has a very low TOC(Total Cost of Ownership). Haven't lost any
data, had any data corruption, it's self tuning, etc., etc. We've been
running it on Novell 6.0 for 3 years now, and haven't had any downtime. If
it sounds like I'm sold on it, Yeah, pretty much. It does have it's warts
though(what software doesn't!).

6. One more thing, Crystal has a MS-Access Add-in so you can call Crystal
directly from MS-Access. I DON'T recall if that's provided in the Crystal
setup or is a separate product. :-)

For further information see
http://www.pervasive.com

HTH
Ruben
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
3
by: trustme1 | last post by:
I am wanting to be able to write reports against an ms-access database that is part of another package. I only want to report from the database. What I need is a package that will allow me to...
7
by: Dave Smithz | last post by:
Hi There, Having last developed an Access DB for a client about a year ago I have today received a specification that I need to (today ideally) give an indication of how much I would charge and...
10
by: Joriz | last post by:
Obviously im new with ms access..so my basic question is how do i run crystal reports in my ADP. I also pass parameters to cyrstal reports. Please help! thanks in advance
4
by: Rich Moser | last post by:
My organization is in the midst of making a reporting tool decision. On the table are Crystal and the reporting functionality in Access. - Report distribution is not a factor - it's all local -...
2
by: daniel | last post by:
Hi all, I'm using Crystal Reports for Visual Studio .NET 2003 against a fixed Access database with a fixed database-level password, using OLEDB. I designed the reports just fine, but I'm not...
3
by: Parasyke | last post by:
I see a lot of jobs advertized for people knowing Crystal Reports. I tried to use this platform 6 years ago and found it awkward and difficult. I find Access, using ODBC, to grab data and build...
16
by: JoeW | last post by:
I'm utilizing a database that I created within MS Access within a program I've created in VB.NET. I am using the VB front end to navigate the information, but want to be able to print a report,...
0
by: Mark Gold | last post by:
Hi! We have a VB application using Crystal Reports 6 that has worked successfully on hundreds of systems for over 10 years. Now, on one network, the application and access database does not close....
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.