×
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...
Print an enquiry in batch
- fatkat
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 23
- Thank you received: 0
18 years 6 months ago #209
by fatkat
Print an enquiry in batch was created by fatkat
I need to add an enquiry (called: TEST) to a batch (EOD). How do I go about this?
The selection fields are:
CONTRACT (mandatory)
START.DATE
END.DATE
_________________
fatkat
skype: fatkat6806
This email address is being protected from spambots. You need JavaScript enabled to view it.
The selection fields are:
CONTRACT (mandatory)
START.DATE
END.DATE
_________________
fatkat
skype: fatkat6806
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
- takoor
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 0
18 years 6 months ago #210
by takoor
Replied by takoor on topic Print an enquiry in batch
ag nee man -fatkat
you know that EOD/COB is not an interactive area. It will simply stop on that job waiting for user input. MAYBE you could try to be clever and work out the dates by using the system dates if possible. You can only do enquiries in COB/EOD if you have a fixed selection.
Have funn.
_________________
takoor
you know that EOD/COB is not an interactive area. It will simply stop on that job waiting for user input. MAYBE you could try to be clever and work out the dates by using the system dates if possible. You can only do enquiries in COB/EOD if you have a fixed selection.
Have funn.
_________________
takoor
Please Log in or Create an account to join the conversation.
- fatkat
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 23
- Thank you received: 0
18 years 6 months ago #211
by fatkat
Replied by fatkat on topic Print an enquiry in batch
Ja-Nee....
The routine will print from the start of the month to the current date...
...but how do I add this to the EOD process?
-TIA
_________________
fatkat
skype: fatkat6806
This email address is being protected from spambots. You need JavaScript enabled to view it.
The routine will print from the start of the month to the current date...
...but how do I add this to the EOD process?
-TIA
_________________
fatkat
skype: fatkat6806
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
- takoor
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 0
18 years 6 months ago #212
by takoor
Replied by takoor on topic Print an enquiry in batch
Here are samples of what needs to be done.
ENQUIRY.REPORT table
KEY.............. TRIAL.BALANCE
DESCRIPTION...... FULL TRIAL BALANCE
ENQUIRY.......... TRIAL.BALANCE
SORT.............
REPORT.CONTROL... TRIAL.BALANCE.DETAILS
STANDARD.HEADING. 132
REPORT.CONTROL table
REPORT.NAME........ TRIAL.BALANCE.DETAILS
SHORT.DESC......... TRIAL BALANCE REPORT
FORM.NAME.......... SYSTEM
REPORT.TYPE........ ROUTINE
REPORT.ROUTINE..... RE.ACCT.TRIAL.BAL
RPT.ARGUMENTS......
ARG.VALIDATION.....
MICROFICHE.OUTPUT.. N
BATCH.ONLY.RPT..... Y
COPIES.ONLY........Y
BATCHtable
BATCH.PROCESS..... EB.PRINT.TRIAL.BALANCE
BATCH.STAGE....... R060
JOB.NAME..........EB.PRINT
in the DATA field enter in ENQ TRIAL.BAL
And that should alll that is needed.
_________________
takoor
ENQUIRY.REPORT table
KEY.............. TRIAL.BALANCE
DESCRIPTION...... FULL TRIAL BALANCE
ENQUIRY.......... TRIAL.BALANCE
SORT.............
REPORT.CONTROL... TRIAL.BALANCE.DETAILS
STANDARD.HEADING. 132
REPORT.CONTROL table
REPORT.NAME........ TRIAL.BALANCE.DETAILS
SHORT.DESC......... TRIAL BALANCE REPORT
FORM.NAME.......... SYSTEM
REPORT.TYPE........ ROUTINE
REPORT.ROUTINE..... RE.ACCT.TRIAL.BAL
RPT.ARGUMENTS......
ARG.VALIDATION.....
MICROFICHE.OUTPUT.. N
BATCH.ONLY.RPT..... Y
COPIES.ONLY........Y
BATCHtable
BATCH.PROCESS..... EB.PRINT.TRIAL.BALANCE
BATCH.STAGE....... R060
JOB.NAME..........EB.PRINT
in the DATA field enter in ENQ TRIAL.BAL
And that should alll that is needed.
_________________
takoor
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds