Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieve data from GLBCHL view with CR ! 1

Status
Not open for further replies.

EVISSER

Programmer
Jun 3, 2003
32
AN
WHo can help me out? I will need to retrieve data from GLBCHL with Crystal Report or any other way to create a report with data from this view.

Thanks

Eric Visser
 
Is this for Accpac Pro? There's no GLBCHL view in Accpac Advantage.

Jay Converse
IT Director
Systemlink, Inc.
 
THanks again Jay!

Let me explain first what I want to do may be you will get a better idea.
There is one report GLBCH01 (GL batch Listing) which I would like to modify slightly. One of the parameters of this report is the creation date. I would like to change this parameter or add one extra parameter (Year-period).
The whole idea is to get only those batches from a selected Year-period and not from the creation date.
I thought may be I had to do it from scratch. I took a look in the Visual Linking Expert to see which tables this report retrieves data from, and I saw GLBCHL and POPORH1. I assumed that GLBCHL is a View! (maybe I am wrong). Eric

 
My bad, GLBCHL does exist. However, it's not a view, it's a datapipe DLL, which means you can't change it, and you have to use the Accpac UI to run it. All you can do is add a standard Crystal Parameter inside it. Then when the user runs the report from the Accpac UI, they'll get an extra prompt before the report starts.

Jay Converse
IT Director
Systemlink, Inc.
 
I understand! Could you tell me if I can retrieve data from this datapipe into CR and how?


Thnaks

Eric V
 
The only way you can get the data into CR is with the Accpac UI that runs it.

Jay Converse
IT Director
Systemlink, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top