Print Page | Close Window

Data Connection for Command

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=11679
Printed Date: 04 May 2024 at 5:11am


Topic: Data Connection for Command
Posted By: HelloW1
Subject: Data Connection for Command
Date Posted: 15 Nov 2010 at 4:02am
Here is a question that I have looked for all over the web. Is it possible to tell a user generated command from a select statement generated directly in crystal? I am trying to connect the tables of a report with VBA code. It takes one line to link a user generated command and another line of code to link a table that you picked from the database browser in crystal.
The code would run like this.

If table is command then
   link command
else
   link table

I am using Crystal XI.



Print Page | Close Window