Number of transactions (print batch) - Documaker

Hello

We would like to print the number of Transactions on the Page start at our batch processing. I was intending to use counters in PreBatchDAL and PreTransaction DAL during the treatment of the banner to get the number of Transactions which processes the batch.

However I'm unable to get this number on the banner Page to start.

Appreciate any suggestions on how to solve this problem (or if there is another approach). Thank you.

I think you could use DAL to open the batch (.) BCH) file (s) as an ASCII file and read the number of records to determine the number of transactions.  See DBOpen(), DBFirstRec(), DBNextRec() functions for more information on reading the ASCII files.

Tags: Oracle Applications

Similar Questions

  • P2055 printer: how to find the number of pages printed on hp2055 a toner cartridge

    I would like to know where to find the number of pages printed on my toner cartride existing.

    Hello

    Click the Configuration button and select reports, and then select status supplies.

    Expiration report include the number of pages printed and about remaining for the specific Toner Cartridge.

    Shlomi

  • Where is the total number of pages printed on Laserjet P2055DN?

    Hello

    We recently bought a P2055dn LJ, which works very well. We are now on the second ink cartridge.

    I would like to know how many pages was printed completely. If I go to the page /hp/device/supply_status.htm I can see how many pages have been printed using the LAST cartridge. How can I see the total number of pages printed?

    Thanks for the good help on that.

    Calle2012

    At the front of the printer, you will need access the MENU via the LCD screen. Scroll to REPORTS and click ok, then scroll down to the configuration page and click ok. At this point, it should display a page of test/config auto with detailed info printer including the number of pages since its installation.
  • How can I get the total number of pages printed on my LaserJet 3055?

    I have a nice 1012 LaserJet that is not supported in Windows 7, but there is a solution which is to set up a Vista driver as if the printer is a LaserJet 3055.  It works, even if sometimes I get a printed statement that it does not work, and when that happens I just turn off the printer and turn on again immediately and it is fine.  I would like to know if there is anyway I can get the total number of pages printed at some point, as I could with the LaserJet 1012.

    P.S. This thread was moved from software for Laserjet. -Hp moderator of the Forum

    Please ignore my post on the LaserJet 3055.  With the help of a good soul on another thread of discussion, I was able to install and operate my LaserJet 1012 printer on Windows 7, exactly as it did in XP.  No errors, no slow printing, no problem.  The LaserJet 3055 thing helped initially as a work around, but the message about the bad personality who stopped the printer until you turned off and turned it back was boring.

  • How to get the number of records printed for the report in the dashboard

    Hello

    I would like to get the number of records printed at the bottom of each report as dashboard:
    < 1-25 of 6300 > instead of < 1-25 >

    Any help is appreciated
    Concerning
    B

    Hello

    Check out the blog of Miky Schreiber;

    http://www.miky-Schreiber.com/blog/permalink, guid, e964552b-eb6e-449b-b2c6-42adea2376cd.aspx

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • Query to retrieve the number of transactions in every 1 hour for the end

    Hello

    Could someone help to write a query to retrieve the number of transactions in every hour for the last month.

    Case:
    I / P

    If Timestamp1
    1 01/01/2008 00:00:01
    CAS2 01/01/2008 00:01:01
    case3 01/01/2008 01:00:01
    1 01/01/2008 01:02:01
    case4 01/01/2008 01:10:01
    Service5 01/02/2008 02:00:01
    Case6 01/02/2008 02:10:01
    case7 2008-02-01 23:00:01
    .............................

    .............................
    case... 2008-01-31 00:24:00


    O/P
    cases of to_time of time
    2008-01-01 00:00:00 01/01/2008 01:00 2
    2008-01-01 01:00:01 01/01/2008 02:00 3

    .........................
    .........................

    etc.

    Any help really appreciated

    We can do this by using analytic functions

    Here's what I did:

    create table timestamp1 (date of ts)

    Select * from timestamp1
    2008-10-30 15:41:13
    2008-10-30 15:41:05
    2008-10-30 15:40:03
    2008-10-30 14:58:26
    2008-10-30 14:29:45
    2008-10-30 13:17:48
    2008-10-30 08:29:50
    2008-10-30 06:05:51
    2008-10-30 03:41:52
    2008-10-30 02:29:54

    Select distinct to_char (ts, 'hh24') frmhrs,
    TO_CHAR (ts, 'hh24') + 1 tohrs, count (ts) OVER (order by to_number (to_char (ts, 'hh24')) RANK BEFORE (1/24))
    of timestamp1
    When trunc (ts) = trunc (sysdate) - I added this just to make sure that I get for data of today
    order of frmhrs

    FRMHRS TOHRS CNT
    1-3-02
    03-4-1
    06 7 1
    1-9-08
    13 14 1
    14 15 2
    15 16 3

    You can customizeas by your need.

  • Print batch output file location

    Hi all

    We have a current implementation of Oracle Documaker for our BUSINESS. What we do is run a. BAT file that runs the brothers GEN * (gentnw32, gendaw32 and genptw32). Then, this example uses the XML defined in the DATA of the INI fsisys file segment. This displays on several PDF documents for us according to the content of the XML file.

    This workspace is a hand and works as is, but with new requirements I need direct PDF files in a specific directory. Currently, he places them in the folder root/PRINT. This configuration is not on any line in the files fsisys or fsiuser. Is there a configuration I can do for Documaker placed somewhere else? Thank you!

    We use Documaker Studio Version 12.2.0.21451 Build 8 August 2013. The workspace, however, was created with an earlier version (use a file instead of an ODBC connection MRL)

    Your question about scripts was the following:

    Can someone give me a brief explanation of what the lines: 'SetGVM ("PrtName001", file_name, "C", 254)', "HaveGVM ("PRTName001")" and 'GVM ("PRTName001")' make? I am confused since a DAL script named PDF_NAME is executed when I run GenData, but it is not called in any line in the INI file (where it is called). It defines the GVM seen above, but it does not immediately when the script GV1 GV2 script are called in GenPrint. However, they are reflected in operating GV1 after POSTTRANSDAL for Batch1. Sorry for what is confusing. These three lines are found in the separate DAL scripts.

    First of all, when you want a basic explanation for most of the DAL functions, I would like to help. If the script is opened in Script/triggers Manager in DMStudio and click on the name of the function, you should see the help Panel reflect the function that you click. You can also simply press F1 and find all the DAL help and go through it at your leisure.


    GVM means Member Global Variable (or something like that). Here are the variables created and used during the process of server - GenTrn, GenData and GenPrint. Each program is responsible for creating the GVMs it will be used and only live in this program. The only way for GVMs get "passed" to the next program is if these were written in a file that is loaded later by the next programme. For example, Gendata stage creates the files Batch (BCH), mentioned in the other post. The content written to each recipient record to the BCH file (in general) comes GVMs. Then when GenPrint loads a particular batch folder, these column values are again transformed into GVMs. You may not have needed this lesson, but I thought it might be useful to explain the rules of the DAL that you responded.


    HAVEGVM() is used to query if there really is a GVM. If it does not exist, then there is certainly no way you can get value from it.

    ( SETGVM() is used for 1) assign a value to an existing GVM. and (2) possibly create a new PTC if it does not already exist. In your case, the les parametres parameters of the SetGVM seems to be allowing the creation of variable identifier that it held character content ('C') with a maximum length of 254 bytes.

    GVM() is a function that returns the value currently assigned to the named GVM.

    So you see that your DAL script is able to create a GVM, if it does not already exist. What information you have, I don't know whether that is necessary. It really depends on your implementation.

    Your PORT = define instructions to run an associated script and that eventually must return the starting real name to use for this output. Assuming it is a part of the GVM values, it is not enough information here to say they came. These could be taken into a column defined in your BCH files; or can be determined by a hidden field value (or otherwise contained) in your transaction data; or may be questioned or created by another method of script.

  • Print batch of CS5 with Windows 7 psd files?

    Hello

    I did a number of .psd files which I need to print in the order and on a regular basis. All I want to do is find a way to batch their impression.

    Instead of opening each file individually and selecting print, then moving on to the next file, etc..

    Is it possible to do this? Can I use them cmd for batch printing?

    Any help is appreciated

    See you soon

    Dave

    Here is the tutorial of worlds shortest action:

    • Open an image.
    • Bring up the Actions panel by clicking on window-Actions.
    • Use the menu button drop down panel (top-right) to create a new value, and then again to create a new action.
    • With the button 'Save' (red roundabout) assets at the bottom of the Actions Panel, print a single image.  This will record your steps as an action.
    • Click on the button at the bottom of the Actions Panel.

    Now, you have performed an action that will print an open document.  You can automate this action over several files with the file - automate - batch menu.

    -Christmas

  • How we understand the equivalent page number in the printed version of the book?

    I am a teacher and I attributed to my students the printable version of a book. I read the book in ibooks and now have to find all my quotes highlight page numbers in the printed version. Is it possible to do this?

    I think all you can do is to compare the total number of pages in both versions and apply the appropriate for your quote numbers percentage.

  • Total number of pages printed on printer e-all-in-one-hp officejet 6700 premium do not match

    Printer model: hp officejet 6700 premium e-all-in-one

    OS: windows xp, service pack 3

    Method of connection: network

    Description of the problem: number of page do not match

    If I double click on the "hp officejet 6700" icon on my desktop.

    Then click on "view the ink level.

    Then click on the reports of the device"" tab.

    Then click on "check printing.

    The report provides: Total number of printed Pages 8159

    If I double click on the "hp officejet 6700" icon on my desktop.

    Then click on "view the ink level.

    Then click on the "devices" tab

    Then click on "printer ews home page."

    Then click on the 'Tools' tab, I see:

    Total number of pages

    6725

    Difference = 8159-6725 = 1434

    Can someone tell me why these numbers are different? They represent different totals?

    MelanieHello and welcome to the Forums of HP, I hope you enjoy your experience!

    I see that you have questions about your number of pages.  I would like to help.

    The built-in web server does not account for pages printed not across the network.  The number of printer pages all the elements. 1434 pages were not printed through the network, therefore, not counted in the SAP.

    Please let me know if you have any questions.  Thanks for posting on the HP Forums!

  • HP Officejet Pro 8610: How can I get a report with the total number of pages printed on my HP Officejet Pro 8610?

    The number of pages that print is so critical to a choice to use the "HP Instant ink Plan' or not, how can I find the total number of pages that I printed on my brand new (installed 2 days ago) 8610?  And if I can, there are a total of 'resettable' or working capital?  Don't see anything in the user guide and a search gives nothing usable on this blog.

    Wireless printer installed on an old PC with Windows XP SP3.  I also of course install with cable network but so far it works well on my home network without a network cable.  Is there any operating system, I also have a laptop Lenovo Vista on which I can install this printer.

    Please do not answer I can find total by counting the number of pieces of paper that I have.  Surely the inner workings of this beautiful machine must have the requested data as well as HP can say my consumption if I select the monthly plan of ink!

    This 8610 was a good buy (net $89,00 after the resumption of my six years, Deskjet J36xx) at Office Depot/Max who has of course influenced my decision to purchase.  So far, I am very happy with the print quality and speed, have not yet tried the scanner and will probably never use the fax machine since I have no land line phone.

    Thank you

    Harry

    Hello

    Article #2 of the report printer Ststus will tell you. Please try:

    Printer status report

    The printer status report to view current information about the printer and the status of the ink cartridges. Also use the report to State printer for you help to solve the problems associated with the printer.

    The printer status report contains also a log of recent events.

    If you need to call HP, it is often useful to print the printer status report before calling.

    To print the printer status report

    1. in the Control Panel printer display, press and drag your finger on the screen and then press Setup.

    2. press on printing reports and then tap Printer Status Report.

    Kind regards.

  • Number of pages printer Officejet 4630:4630

    I would like to see how many pages my new printer has printed so far.  I printed the page of diagnosis but don't know exactly how to interpret the information.  I see the point 21 which reads PG = 149 doesn't that mean that the printer has printed 149 pages during his life?  Or is the information elsewhere?  Is there information on the number of pages since the last ink cartridge change?

    Thank you

    The printer does not keep track of the pages since the last cartridge, but for the Officejet 4630, line 21, PG = 149 line has a current account relative to the total number of printed pages.  If your printer is connected to a network you can also find the number of pages in the Web server integrated (EWS) in the printer.  The SAP is accessible by finding the address IP address of the printer, and then put this address in your browser.  This would save printing a page.

    I have a spreadsheet where I followed my Officejet 8620 monthly pages printed so I can decide if the 'Instant ink' program would work for me (and I would need what level).

  • How to find the number of pages printed on a HP Deskjet 6540?

    I use a Mac, but I could also connect the printer to a PC if necessary.

    Hello mobiley,.

    A test page must be printed in order to know 'Total printed Pages'.

    Perform the procedure on the printer below...

    Press on and power, press Cancel, output power

     


    See series No. 21 'PG', which gives the value of the number of pages.

    Kind regards
    Jabzi

    Help the community by marking this post.
    Your question has been answered? Mark it as a accepted Solution!
    See a great post? Give it a Bravo!
    I work for HP

  • more than 8600 (number of pages printed?)

    Is it possible on the HP OfficeJet 8600 more to get a report of how many pages I printed.

    I was considering joing the instant ink HP, but have no idea who plan because I don't know my print monthly pages.

    Hello rangerhgmand welcome to the Forums of HP, I hope you enjoy your experience!

    I see that you are looking in your number of pages.  I would like to help.

    A printer status report will allow you to determine your number of pages, among other useful information.  You can follow the steps in this video on printing and reading a printer status report:

  • Number of pages printed

    Can print only on the number of pages on the Officejet 6500 a - model E710A

    Hi Tired1,

    for the information of the printer itself you can get it from prniting status report printer following the steps below

    1 goto Setup

    2 goto reports

    3. Select printer status reports

    refer to the printer using printer status information

Maybe you are looking for