Is there any Limitation in DDE when using Lookout under windows 98

Hi,
I am usingLookout4.5. I am facing a specific problem regarding report generation.
I am using data table objects for retrieving data from citadel and exporting it to Excel sheet. But when I am executing, the number of rows in the second data table that export the data is limited to 327. Why it is happening?
Thanks in advance
sukesh kumar
Captronic systems
Bangalore,India

I believe a similar problem got fixed in Lookout 4.5.1 build 16. Please contact NI's Support team to get this or the latest build.
Rgds,
Khalid

Similar Messages

  • Is there any limitations in Finder when copying files using clipboard?

    One day I was moving my photos from one folder to another and accidently discovered that not all of my files are copied!
    What I was doing (I'm using Finder):
    - Go into folder
    - Cmd+A to select all files
    - Cmd+C to copy them into clipboard
    - Cmd+V to paste them in new location
    Every folder contain about 10k files, but (I did some checks) copy operation copied only 2-3k. Every time different amount.
    It was so unexpected!
    Does anybody know what does it mean??

    There is no clipboard limit that I'm aware of. I have copied folders containing tens of thousands of files with no problem. Seems like a bug in the OS.
    Just a question, why are you copying your files when you could just drag&drop them from one folder to the other?

  • Is there any limitation of memory uses for apps in iPad2 or iPad3 ?

    Hi,
       Is there any limitation of memory uses for apps in ipad2 or ipad3 .For example an application can use 10% or 20% of available memory , is there anything like that or the apps can use the total available memory or like 90% of it ?
    I want to know about the memory distribution to the apps in ios .
    Would anyone suggest a right way ?
    Thanks

    iOS manages all memory. You should test your app in Instruments to be sure it is playing nice.
    See Advanced Memory Management Programming Guide

  • Is there any limitation

    Is there any limitation to number of parameters to be passed to a procedure (when submitted using htp post )
    Thanks,
    NPR

    I believe Oracle has a imit of like 32k parameters, but there shouldn't be anything beyond that imposed by the way you're calling the procedure.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Is there any limitation of nested select.

    Is there any limitation of nested select.If yes please let me know.

    Hi,
    There are no practical limits to nested SELECTs, but as other repliers have already pointed out they quickly become a performance hog. I have stopped using them for years, and when I teach ABAP performance classes I also quote them as one of the top "don'ts". With nested selects, the number of calls to the DBMS can easily become enormous, putting the database server under stress.
    A good alternative - the one I favour most myself - is to use SELECT INTO TABLE for the"outer" select, followed by appropriate SELECT FOR ALL ENTRIES statements to handle the inner levels.
    ABAP joins are another alternative. When properly written, a join will be faster than a nested select. The problem is however that very often joins are not properly written. SELECT statements should always respect the KISS principle (keep it simple, stupid) and with a join it is very easy to violate that rule. A join over 2 tables should probably be OK, but with 3 or more tables you want to be very careful. If you really want to code a complex join, I recommend that you also code the same logic with different means (INTO TABLE/FOR ALL ENTRIES or even nested selects) and then compare that with the join. By the way: don't just compare the performance, also make sure that the two return the same data. You wouldn't be the first to code a really fast join which unfortunately returns incorrect results.

  • Alert Rules vs Alert Category - Is there any limitations for multiple rules

    I have an alert configuration implemented already and i want to add few more rules for the same alert category.  While creating the rules for new set of scenarios, I am able to create only one rule . Is there any limitations for having the rules per category ?

    Hi,
    If the Suppress Multiple Alerts of This Rule checkbox is selected (default setting), then no further alerts are generated once the rule has been met until the first alert has been confirmed.
    There is no limitation of creating alert rule for a particular alert category.
    Check out the steps of Alert rule configuration.
    Creating Alert Rules
    To create an alert rule in which you use a defined alert category, proceed as follows:
           1.      Give the rule a name (Description).
           2.      Select the alert category that you want to use by clicking the corresponding category in the alert category table.
           3.      If necessary, specify conditions for the sender or receiver, or both.
    ○       If your rule results in alerts that must be assigned to a specific message, select the option Yes for the Bound to Message condition.
    ○       If your rule results in alerts that are not assigned to a message, that is, they are caused by errors that occurred before the message was sent, select the option No for the Bound to Message condition.
    In this case you cannot enter any further details about the sender or receiver.
    ○       If the rule is to cover both cases, select the Not Relevant option.
           4.      If required, restrict the errors further to:
    ○       Errors reported from the Integration Engine (with or without error category or error code)
    ○       Errors reported from the Adapter Engine (with or without adapter type)
    You can enter an asterisk (*) in steps 3 and 4. You can enter just the asterisk, or enter it at the start, end, or start and end of a string.
           5.      To add the new rule to the list of alert rules, choose Add Rule.
    If the Rule Activated check box is selected (default setting), the rule is automatically activated when you add it and is displayed as active.
    If the Suppress Multiple Alerts of This Rule checkbox is selected (default setting), then no further alerts are generated once the rule has been met until the first alert has been confirmed.
    Once you have created a rule, it is automatically displayed in the list of alert rules. If you want to display the conditions of a rule, select a rule in the list and choose Show Conditions.
    Hope this will help you.
    Regards
    Aashish Sinha
    PS : reward point if helpful

  • Is there any limitation in xtract structure,while doing enhancement.

    is there any limitation in xtract structure, while doing enhancement.

    Hello Satish
    There is no limitation as such defined by SAP but let me teel you one thing, if your extract structure contains a lot of enhancement than it s better you go for using two extractor and then use Multiprovider for viewing all the data....basically when you enhance structure you customer exits which slower down the performence....
    For example you have 0FI_GL_4 extructure and want to see the payment detail by some SD attributes like sales office divisoion..bla bla bla...if small enhancement is there you can include these field in 0FI_GL_4 extract structure but if it is significant than you should create another extractor for getting SD related data and merge them in BW side in Multiprovider
    Thanks
    Tripple k

  • Is there any time frame for when all apps have to be updated to be full screen on the iPhone 5?

    A lot of my apps still dont open in full screen, as Im sure most of you have noticed. Is there any word as to when/if developers are forced to make this update to use the full screen? Its pretty lame that some apps are still the same size as they were on my iphone 4. Definitely takes away from one of the biggest new features of the phone.

    No one can 'force' the developers to do this.  It's their app, they can do as they please.  As the customer, you can choose to use it or not.

  • Is there any event that triggers when you switch between components?

    is there any event that triggers when you switch between components?
    like for example... when i switch between components, i need a function to fire everytime i switch...
    ive tried show, hide, and initialize... and none of them work...
    any ideas or help is greately appretiated!!

    Depends on what you are trying to do,
    you have mouseover and mouseout and mouseclick events which you can use on the component and write code to deal with what you want to happen when you change focus. You have keypress event which would allow you to monitor tabbing between components, remember that in most events the currentTarget and target values will give you the information you need to handle component interaction.
    so
    [Bindable] private var CurrentObject: Object; <-------  use this as a pointer to what ever object you are currently focused on or just to indicate things have changed
    addeventListener(MouseEvent.CLICK,myCompponentSwap);
    protected function myComponentSwap(e:event): void
        if (CurrentObject !=e.currentTarget && CurrentObject != null)
             do what you want becuase a component switch just happened
        CurrentObject = e.currentTarget;
    Hope this gets you started.
    David

  • Is there any Utility industry company is using PP-production planning & exe

    Dear All,
    Is there any Utility industry company is using PP-production planning & execution module and CO-PC product costing module ??
    Meaning.. any Power generation/Transmission/distribution or water production/Transmission/distribution company is using SAP PP or APO for their operation business processes.
    Our client is actually an integrated Utility having very much integrated product lines like Processed Sea water for cooling, Process water for Industries, Potable water & Power for the communities/ industries.
    Please let me know.. as we are planning to implement the PP and CO-PC for product costig..
    As I know Tata chemical, Gujarat-India is using SAP PP module for their captive Power generation.(I have worked there as SAP CO consultant). But there is no transmission and distribution as such.
    But production processes are covered by PP and product costing CO-PC is also implemented and it is giving very accurate cost per unit both for plan side and actual side.
    regards,
    George

    Dear Pavan,
    Thanks for the reply..
    Yes, as you rightly mentioned..It is not very simple...Utility production is bit complicated than normally believed by majority.
    But for captive production of power & water, we had used PP/CO-PC successfully for may be more than 12 years(in tatas)..
    What was done in Tatas, power as a material(finished good) and BOM/ recipe for it in the PP.
    (because we had used PP-PI there) and Power's BOM water is an input material and in Water production BOM power is an input material..i.e recursive BOM and system (PP/CO-PC) will take care this iteration or this give and take.
    And main product was input for itself in its third stage.. And steam is input for itself and input for power/water and opposite also true..
    And we got 5 different steam, like 50 pound, 100, 250 pound ..Still with all these complexities PP/CO-PC is able to give actual cost per unit accurately. So for production/generation standard PP/CO-PC will work fine...we are 100% sure...but for transmission and distribution is there any better way or solution model ??
    But the main thing or the question is that whether you are able to get the actual qty of production consumption in process.
    Then system (PP/CO-PC) will take care this iteration or this give and take.
    And on the actual side of product costing, we have to use the material ledger functionality, wherein we can use multilevel settlement by which we can settle the actual cost variance at each stage of production to the next stage of production.
    But the first reaction, when people hear about utility...it is very very simple...you are only producing one 2-3 final products..only 2-3 technologies involved...
    But reality is quite different...and currently all the major utility company's production processes are outside SAP system, even when they are using SAP for all other functions/departments...but their main function is to produce water/power is outside the system..and like any other company production/generation processes are the most repeated activities in their company.
    And if you see..even two repair works in say SAP PM module processes are different to each other..(still we are using a SAP module-PM for that to have historcial data and to learn from our from experience)
    But production of desalination water from desalination plant is same today, tomorrow...day in ,day out...it is same..
    And if we are saying we cannot co-relate input quantities with output quantities..we are essentially saying we have no control over production processes and we don't want to standardize our most repeated  activity(production)
    Anyway, since production processs is out of the system means, no quantitative data-production related  is available in the SAP system and most of the organisation using excel for reporting of quantitative data-production related..
    regards,
    George

  • I can't see any pictures or graphics when using firefox, I just get a broken file image. How do I fix it?

    I can't see any icons or images when using Firefox. I can on other browsers on my apple laptop. How can I fix it?

    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Firefox > Preferences > Content: [X] Load images automatically
    *Check the exceptions in "Firefox > Preferences > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    There are also extensions (Tools > Add-ons > Extensions) that can block images.
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • When I add a new bookmark, and the (star) Page Bookmarked window appears - is there any way to expand the size of that window so that I can see my entire list of folders when adding a new bookmark to an existing folder?

    When I add a new bookmark, and the (star) Page Bookmarked window appears - is there any way to expand the size of that window so that I can see my entire list of folders when adding a new bookmark to an existing folder? The endless scrolling technique is far too tedious when trying to add a new bookmark, because the window is simply too tiny. Is there maybe a plug-in that will let me grab the corner of that window and re-size it? Thanks!

    I suggest you install the "Add Bookmark to Here2" extension, then you can expand the the list but you will not see the bookmark itself in the list if that is what you wanted. At the top you have three major folders you can select one of them and scroll up and down. Below that you have your most recently used folders and you can select one of them instead and scroll up and down. You can see the folder the bookmark is in -- they get added to the bottom
    If you really want to see the bookmark within the folder the same extension allows you to bring the bookmark to the folder from say the bookmarks sidebar that is why it is named as such. I use it but mainly i use the dialog.
    Please continue reading about bookmarks and some related extensions at
    * http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox
    * https://addons.mozilla.org/firefox/addon/add-bookmark-here-2/
    * http://dmcritchie.mvps.org/firefox/firefox.htm#addbookmarkhere2
    * http://dmcritchie.mvps.org/firefox/kws.htm
    If you are not using tags at all, you can remove a whole lot of confusion by removing them from the dialog via the extension.

  • When attempting to use Lightroom external editor program to edit a photo in Photoshop Elements 10, the photo does not open / appear on photoshop elements screen.  I don't have any problem with this when using Photoshop Elements 6 or Photoshop CS.  I'm usi

    When attempting to use Lightroom external editor program to edit a photo in Photoshop Elements 10, the photo does not open / appear on photoshop elements screen.  I don't have any problem with this when using Photoshop Elements 6 or Photoshop CS.  I'm using a Mac with Mountain Lion OS.  Any solutions?

    Adobe now hides the editor - what looks like it is not - you want the editor hidden in the support folder - see http://forums.adobe.com/message/3955558#3955558 for details
    LN

  • Is there any limitation of devices for purchased content?

    Hi there,
    Is there any limitation of devices i can download content i purchased on itunes store?
    For example if i bought a movie or and album, to how many devices maximum i can download this movie (of course with the same APPLE ID)
    Thank you in advance

    iOS manages all memory. You should test your app in Instruments to be sure it is playing nice.
    See Advanced Memory Management Programming Guide

  • Is there any limitation on field size that can be defined in Idoc segments

    Hi all,
    I have extended a standard Idoc type and in my extended segment I have defined four fields GUID (char32), info1 (char255) , info2(char255) , info3(char255).
    This is a total of 797 bits which is well within EDIDD-sdata(char1000). But I am not able to put more than 132 characters in either info1, 2 or 3.
    Is there any limitation on this ?
    Regards
    Priyanka

    Hi Priyanka,
    I personally feel this error is not due to limitations but it might be due to the IDOC extension you had made and hence the default settings.
    Could you please try doing this -
    Note: Users require an authorization in order to carry out the procedure.
    The following correction is carried out with a fictitious attribute: 'info'.
    a) Call Transaction SE11.
    b) Enter the attribute name into the 'Domain' field, followed by '' (wildcard). For example: info
    c) The system displays the following hit list:
    info1
    info2
    info3
    d) Select the first domain and choose 'Change'
    e) Correct the number of characters. Forexample:
    Numberof characters   255
    f) Activate this domain
    Assign points in case this helps.
    Rgds
    Sum

Maybe you are looking for