× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

How to get enquiry name of crystal report

  • manhxuongkho
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 8 months ago - 9 years 8 months ago #16200 by manhxuongkho
How to get enquiry name of crystal report was created by manhxuongkho
Dear all,

I'm using T24R7, I'm trying to get list of enquiries and report name in T24 but I don't know how to get the list.

For each report, we may open one by one to get enquiry name but I don't know whether T24 has table that stored enquiry name of each report or not.

Someone may know and help me.

Thank you in advance,
Last edit: 9 years 8 months ago by manhxuongkho.

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #16516 by egantechno
Replied by egantechno on topic How to get enquiry name of crystal report
Hi,

In t24, there is no table available to store the enquiry name for each report.

Better you can use the below command in backend to get the enquiry name for each report .

LIST F.ENQUIRY.REPORT ENQUIRY ONLY

example:
@ID...................... ENQUIRY.........................

DATA.CAPTURE.JOURNAL DATA.CAPTURE.JOURNAL
ENTL.FULL.ENQ ENTL.FULL.ENQ
LIMIT.CONV.REPORT LIMIT.CONV.REP
RE.EXCEPTIONS.TODAY RE.EXCEPTIONS
FWD.POSITION.JOURNAL POSITION.JOURNAL.RPT
MB.PD.ITEMS.NEW MB.PD.ITEMS.NEW
TRIAL.BALANCE TRIAL.BALANCE
SC.STP.EXCEPTION.REP SC.STP.EXCEPTION.REP

Please Log in or Create an account to join the conversation.

  • armin
  • armin's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • “So long - and thanks for all the fish!”
More
9 years 5 months ago #16519 by armin
Replied by armin on topic How to get enquiry name of crystal report
Why not use the standard listing for ENQUIRY.REPORT, all needed information is there . . .

using R11 on Unix

Please Log in or Create an account to join the conversation.

Time to create page: 0.100 seconds