Find out how many pages a subforms spans with XPAAJ?

Hi
Is it posible to find out how many pages a subform spans across with XPAAJ?
Thanks in advance.

Hi senthil,
1. which form are u talking about ?
2. There is no such direct facility,
   which keeps track of all forms,
   which are printed /preview !
regards,
amit m.

Similar Messages

  • How to find out how many recourds in recourd set  with out while loop

    hi
    i want to findout how many recourds in recourd set
    with out useing any loops like
    while(rs.next())
    count+=1;
    like this
    any mathod like(RecoundCount like )
    pls help me
    regards
    kedar

    If you dont want to use a scrollable result set do
    sql="SELECT COUNT(*) AS COUNT FROM TABLE"
    rs=stmt.executeQuery(sql);
    rs.next()
    count=rs.getString("COUNT");

  • Find out how many records are updated.

    Hello,
    I am executing a Update Statement in a loop from a JSP page this is working good.
    Suppose if there are 10 records and I update 4 records, it gets updated fine.
    What I now need is to find out how many records have been updated. How can I know this?
    Thanks

    statement.executeUpdate() returns the number of records updated.
    Sai Pullabhotla

  • How to find out how many 802.11b clients are connecting

    Hello
    We got around 70 Cisco AP1231 here in autonomous function.
    They're all equiped with 802.11b/g modules.
    I'd like to soon disable 802.11b here (school), but I should somehow find out how many people are still using 802.11b.
    Any ideas how I could automatically do this?
    I also have a WLSE working here.
    Thanks,
    Patrick

    Whether it is IOS software or vx works software you could view the number of clients by clicking on home tab:summary status page.It would listed in the top of the page.If you are using CLI use the command show dot11 associations statistics in the Prev EXec mode. Refer URL http://www.cisco.com/en/US/products/hw/routers/ps272/products_technical_reference_chapter09186a008022e0e3.html#wp2645138

  • How to find out how many concurrent users using web application?

    Hi all,
    I have a web application deployed using 9iAS. I am trying to find out how to find out how many concurrent users are using this application at any one time. According to Oracle there is no way to see this information using the enterprise manager interface.
    Does anybody out there know how I can find out this information in real time? Failing that, are there any good analysis tools out there that display usage to the minute (all the tools I have found show usage by hour which is not sufficent for my needs).
    Any help would be much appreciated,
    Caroline

    I know I haven't heard of any software to do this, but this also sounds like a really hard problem to try and really analyze well.
    The trick is, you might "infer" how long a user is using an application based on when cookies are set and when they're set to expire. If that's a long time, though, that could count far more "concurrent" users than are actually there. A user could simply close the application at any time and stop using the application; you can't really detect that because the server isn't "told" when the user closes their browser or goes somewhere else.
    A good perl script might be able to read the Apache access log and tell you how many unique IPs asked for a given directory in which various applications are stored in any 5 minute span of time... that could be something like an indicator of "concurrent" users.
    If you don't know Perl, I'd suggest getting the O'Reilly & Associates book on Perl and learning it, because the more I think about this, the more this sounds like a textbook example for applying a Perl script.

  • How do I find out how many of my iBooks are downloaded

    How do I find out how many of my iBooks are downloaded?

    Append the last three characters of its serial number to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    (119532)

  • How to find out how many texts you have remaining?

    i have the basic 200 texts per month, so how do i find out how many texts are remaining??

    When you sign into your account on AT&T you get a usage summary for voice, data and rollover on the account summary page. Under the Voice and Data Usage section there is a data tab. You will find it there.

  • How do I find out how many files I have, as an earlier version of iTunes told you at the bottom of the screen. Can you please help me.

    How do I find out how many files I have, as an earlier version of iTunes told you at the bottom of the screen.
    Can anyone please help me with this so I know how many music files or video files I have in my collection.

    Have a look here...
    http://osxdaily.com/2012/11/29/5-tips-make-itunes-look-normal/

  • Is there a way of finding out how many active hours you've worked on a Premiere project?

    If not, it'd be a very cool addition for Adobe to implement... so you know exactly how many hours a project is taking (and how much to charge clients etc.) Obviously we're all prone to leaving Premiere on and wandering away, so I guess it would need to be able to differentiate between active and non-active time...

    Is there a way of finding out how many active hours you've worked on a Premiere project?
    There are two things a client get's billed for, my time, and my computer's time.  If either one of us are working on a project, the client get's billed.  Even if Adobe spent (wasted?) time on adding such a feature, they'd never be able to include any time I've spent working on the project with PP closed, so this feature would have very, very, VERY limited usefulness.
    The method suggested by the images is still the best way.

  • Am I able to find out how many times my ICloud account has been accessed?

    Am I able to find out how many times my ICloud account has been accessed?

    I'm afraid iCloud doesn't provide access logs.

  • How to find out how many memory is used for NIO

    is there any way to find out how many memory is used for nio in a virtual machine. ?
    I know that is possible to find out how many total, free and used memory the heap has by using java.lang.Runtime#totalMemory...
    We sometimes expect errors that it is not possible to create any more connections because of the NIO memory size but the heap is still ok. Today we had an error where 170mbytes of heap where left but it was not possible to create new tcp connections because of an exception:
    javax.naming.NamingException: java.net.SocketException: No buffer space available (maximum connections reached?): connect
    The number of TCP-Connections was ok (<500).
    It would be very nice if someone knows how to find out how the amount of memory that NIO buffers use can be determined within Java 1.4.
    best regards
    benjamin

    We have to use 1.4.2_03. This is because of the special environment we are running on.
    We did also figured out that there are some NIO Memory Bugs but we since we are not allowed to upgrade the used Virtual Machine we have to live with these errors.
    The problem that we currently have is within a Server and because of this circumstance we are trying to find a workaround or way to find out how many memory is allocated. If we would know how to get this value we could restart the servers as a workaround after the value reaches a threshold.
    We are also very sad that we can`t easily upgrade/update to the latest 1.4.2 Version or the newest 1.5 to get rid of these NIO Bugs!

  • Need to find out how many users are using Siebel Application

    Hello all,
    I need to find out how many users are using Siebel Application?
    Is there a way I can find out?
    Thanks.
    yasun

    Hi,
    Read the following:
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor30.html
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor17.html
    For full information about server status and statistics red:
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor.html
    T.Abed

  • HT3939 how do i find out how many gb my iphone 4 has without a sim?

    how do i find out how many gb my iphone 4 has without a sim?

    Check it through itunes by connecting your device to the computer. Go my device's in the library panel and double click device scroll to bottom of screen and it will show you.

  • How can I find out how many podcasts have been downloaded?

    My friend and I have been making our podcasts available on Itunes. Is there any way to find out how many people have downloaded?

    Log into your iTunes account on a Mac or PC and check the Purchase History in your account profile information.

  • How do i find out how many computers that I have authorized on my Itunes id

    How do i find out how many computers is authorized on my Itunes account.  I know i can have 5 computers, but i need to know where i can go to see how many are authorized.

    it was a pain but i finally got my answer from a 2006 post by WilliamGrey1.  Thanks

Maybe you are looking for

  • Wrong description of columns is displayed in PDF view

    Hi Gurus, Please help me on the below issue. Issue: I open accoutn plan and clicked on "Print Account Plan" (which will export account plan data into PDF file for printting), from one assignment block the description of column is getting displayed wr

  • How to get the exact sql developer which used for data migration?

    Hi all, Hope doing well, Sir i seen a link for data migration that is : http://www.oracle.com/technetwork/developer-tools/sql-developer/sql-server-connection-viewlet-swf-089886.html in this link when they are connecting to sql database so after click

  • Maximum number of service in a database?

    Somebody can tell me if there is a maximum number of service I can use in a database? Those services are create with dbms_service or "srvctl add service" or dbca. Those services are set in the database parameter SERVICE_NAME automatically by the Clus

  • How do I save effects onto the source loop file

    I have a ton of effects on a particular loop; it'd be nice to mix it all down so the source loop has all the processing already on it. That way i can free up resources and use the post-processed loop in the future. any ideas??

  • Expose application created in Apex as a service

    Good day, I need to find out if you can expose applications created in Oracle APEX3.2 as a service? The reason I am asking this, is a client has a Venus adabase, running some billing and procurement applications, secondly the clent has SQL server run