SCORM package view only one time

Hello from Italy
I would like to know if I can create scorm packages that can be displayed ONLY once time by a user. In this scenario,At the end of the player content will be inaccessible.
Thanks in advance

If you are using STRUTS and you do refresh a .jsp file, probably that jsp file is using resources located in some scope that was filled during action execution, if you refresh tha page without making sure the action is being called, the .jsp will addess inexisting data is some scope.
Hope this help.
Regards,
OO

Similar Messages

  • Pricing: condition type PR00 only one time enter

    Dear
    In sale order we have condition type PR00 and it is manualy condition type , now user was entering the same condition type(PR00)
    Two times ,how can we  restrict that PR00 is enter only one time in  the sale order

    Check this thread where the same topic was dicussed.
    [how tostop duplicate conditype entry in to prcing at order |Re: how tostop duplicate conditype entry in to prcing at order processing lev;
    thanks
    G. Lakshmipathi

  • BMP EJB Load and Store is calling only one time calling in a loop

    Loop Iterating two times but ejb load and store is calling only one time.
    Application deployed in 0c4j 10.1.2.0.0 container.

    This sounds more like a Teststand quesstion. You might want to post it there.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Structure inside while should work only one time ?

    Hi Everyone ,
                      I have coded a program that if i click a button ( switch untill released) . inside that structure should work only one times . 
                      and i have coded and its working fine .. but its looks compilcated..
                       i need some simple solution . Plz help me guys 
    Attachments:
    CODE.vi ‏10 KB

    saran1988 wrote:
                      I have coded a program that if i click a button ( switch untill released) . inside that structure should work only one times . 
                      and i have coded and its working fine .. but its looks compilcated..
                       i need some simple solution . Plz help me guys 
    Your code has very little to do with what you are describing.
    There is no button with "switch until released" mechanical action. (OK is switch when released, stop is latch when released)
    A case structure always "works". Are you saying that it should execute e.g. the true case only once whenever the outer case goes from false to true??
    Your inner case goes true more than once per run of the program (whenever the OK goes true). If it should really only work once overall, use the "first call?" primitive. You need to formulate the problem using less ambiguous words.
    There is no obvious starting state for the boolean that you read via local variables. How do you ensure that it start with a known value? Does it matter?
    You seem to entirely deal with integers, so why are you using floating point representation for the numerics?
    What is the purpose of the orange numeric indicator. Is it just a kludge for your logic or does its value mean anything?
    Why does your loop not contain any wait?
    At this point, you should learn about shift registers. It would eliminate all your local variables.
    LabVIEW Champion . Do more with less code and in less time .

  • Repeated Region: show dubble entries only one time

    I want to make a recordset where all 'cities' are shown only one time, It should not be like
    The Hague
    The Hague
    The Hague
    Rotterdam
    Rotterdam
    Amsterdam
    But:
    The Hague
    Rotterdam
    Amsterdam
    This is the recordset:
    SELECT c_city FROM canteen
    This is the repeated region:
    <?php do { ?><?php echo $row_allCities['c_city']; ?><?php } while ($row_allCities = mysql_fetch_assoc($allCities)); ?>
    Thankx for any further help!

    Add a DISTINCT statement to your query.
    SELECT DISTINCT  c_city FROM canteen
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • Custom Ringtones ring only one time ( Please Report to Xperia Z2 Developers )

    I buy Z2 last weak, before it i was using Z1.
    Both devices have one error in their Firmware and that is about ringtone.
    no matter whatever the custom ringtone you set for ringtone notification its ring only one time and then only vibrate.
    For example i set a tone which is 12 second tone so when ever some one call me after 12 second the ringtone did not repeat.
    Sample video
    https://www.youtube.com/watch?v=IDy2...ature=youtu.be

    Try a software repair:
    http://www.sonymobile.com/gb/tools/pc-companion/
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Refresh the window only one time

    hi,
    i want to refresh my window only one time using the javascript code window.location = window.location.href. But i am in a situation to write the code in the event of form load. so i the code is executing infinitely. but i want to refresh my window for only one time. any suggestion would be appreciated. thanking u
    rgds
    parameswaran

    Send a URL param with it, then check for that param before refreshing.
    And this isn't really JSP-related.

  • Value only one time displayed

    Hello all,
    one question: I have a report region. In one column a value is several times among each other. What can I do, the same values display only one time?
    Thanks a lot!
    Regards
    Daniel

    Daniel,
    Not sure if I have exactly understood your question but are you talking about Break Formatting? So that a report will display like:
    CATEGORY | PRODUCT
    Computer - Monitor
    - Keyboard
    - Mouse
    Car - Wheel
    - Engine
    - Gears
    instead of:
    Computer - Monitor
    Computer - Keyboard
    Computer - Mouse
    Car - Wheel
    Car - Engine
    Car - Gears
    If so, you'll want to investigate Break Formatting in your Report Attributes or look in the Help for more details on this.
    Sorry if that's not what you meant...
    Andy

  • Only one time Froforma Invoice

    Hi All,
    Is there is any check for Froforma Invoice that should come only one time ...when they will creat the forforma invoice the system should give a error massage that " the Proforma Invoice is already created" and that is error massage ...
    Thanks in advance ....
    Regards,
    Abhijit

    Hi Samier,
    Actually the requirement is they will allow the user to take only one time Proforma invoice ...But in SAP standard u can take save the Froforma invoice as many times as the user want ...In item category the completion rule will not work ....because i want to check the delivery document should be refence for two times once for F2 and again for F8.As if we want to creat the billing doc for 2 time the system shows this billing has already been done ...that is also applicable for F8....
    Regards,
    Abhijit......................

  • If I want to purchase PhotoShop CS6 for my company, how many computers can install this copyright or only one time of installation?

    If I want to purchase PhotoShop CS6 for my company, how many computers can install this copyright or only one time of installation?

    YOu can install and activate on 2 computers for non-concurrent use.
    Mylenium

  • MVC: update only one time

    Hi,
    suppose I've this model class:
    public class MyClass extends java.util.Observable {
         public MyClass(){}
         //get methods
         //set methods
         private int x;
         private int y;
         private int z;
         private int t;
         private int s;
    }Now I want that, when I use more than one set method, observers are notified only one time.
    That is,
    if I have this calls:
    MyClass obj = new MyClass();
    obj.setX(1);
    obj.setY(2);
    obj.setZ(3);
    obj.setT(4);
    obj.setS(5);I want that the update method isn't called five times, but only one time.
    I can't add setChanged() and NotifyObservers() in only one of the set method,
    because I 'm interesting in knowing when the model has been modified.
    I thought of adding a new set method like this:
    setModified(){
       setChanged();
       notifyObservers();
    }so, every time I want to notify observers, I run this method.
    But, I want to know:
    Is this the correct way to do?
    Thank you in advance.
    MargNat

    No,
    the five values doesn't always change all at once.
    I can have this code in one class:
    obj.setX(45);
    obj.setY(46);and in another class this:
    obj.setX(45);
    obj.setZ(345);
    obj.setT(345);I simply don't want the observers are called many times.
    the values are indipendent among them, I don't want to have only one set method for them;
    this isn't an object oriented approach.
    Practically, I want to know where exactly must be placed setChanged() and notifyObservers() methods.
    In all model methods?
    In a specific method I can call every time I want to update?
    I must call setChanged() and notifyObserver() directly, as example, like:
    obj.setChanged()
    obj.notifyObservers?
    Thank you again.
    MargNat

  • HT204053 i am having iphone3gs and ipod4s, is it possible the application that i have purchased in my iphone can be available in my i pod by doing payment only one time for the same application in my i phone...if yes,plz let me know hw it is possible

    i am having iphone3gs and ipod4s, is it possible the application that i have purchased in my iphone can be available in my i pod by doing payment only one time for the same application in my i phone...if yes,plz let me know hw it is possible..

    Open the App Store on your device.
    Make sure you are signed in with the same account used for the original purchase.
    Tap on Purchased from the bottom navigation bar.
    On iPhone or iPod touch, tap Updates from the bottom navigation bar, then tap Purchased.
    Locate the app in your Purchased tab.
    Tap the download button (cloud symbol)
    See also: http://support.apple.com/kb/HT2519?viewlocale=en_US&locale=en_US

  • Report generation only one time successfull

    Hi @all,
    we are facing the problem that the report generation process is only working one time successfully, the next time it ends with error. After restarting the service on the WWI server the next generation is successfull, but the second one will be "Error" again.
    Does anybody faced this issue before and can provide a solution?
    Thank you in advance for all contributions!!!
    Best regards,
    Christoph
    PS: in the meantime we created the respective service again on the server - no result, still only one successfull run at a time.
    Edited by: Christoph Giehl on Sep 6, 2011 5:18 PM

    Hello Christoph
    we never have had similar problems. May be these hints might help:
    a.) check wich generation server is used during the generation and if any of the potential servers "stop" (WWI process does not proceed etc as explained by you).
    b.) check if "report from template" works (assuming that use use the "old" fashioned client WWI version) => if this works than there might be a problem with SAP <=> connection (RFC) ...
    c.) check please if only this WWI report (more precisely combination of generation variant and language) gives result to the "crash" of WWI process and no other one => in this case you should check WWI template
    Reading you explanation I assume:
    1.) there was no change in SAP set up
    2.) there was no change in WWI set up (number of servers, WWI version etc.)
    and we are talking (??) about a new generation variant/language combination which has never been used before (?).
    With best regards
    C.B.
    PS: Check Marketplace. You will fond there an OSS note called "WWI Cookbook" and furthere related OSS notes poviding FAQs etc. regarding WWI topics.
    Edited by: Christoph Bergemann on Sep 6, 2011 9:00 PM

  • In Substitution rule view only one task "All" is coming

    Hi! All,
    I am facing very strange problem in UWL. Recently we upgraded our SAP Portal from SP10 TO SP15 but in Manage Substitution Rule view under Assign these task drop down we are getting only one task i.e 'All'. Remaining 3 tasks are gone.
    Can you help me in resolving this issue please..
    Thanks and Advance.
    Thanks and Regards,
    M.D.Sahu

    Hi,
    You had upgrade from SP10 to Sp25, wich version? 6.40 or 7.00?
    Please find for OSS notes from
    UWL 6.40 SP15
    UWL 7.00 SP15
    for example, I don't have your portal version, I can't help much more on this. I worked with the UWL, and this I'd very issues with Substitution Rules...
    BR
    Joã

  • Send the survey only one time

    Hello
    i want to know if i can lock a survey, in order the person send the survey, only send one time.
    Thanks

    Hi,
    Sorry, FormsCentral currently does not support this feature.
    Thanks,
    Lucia

Maybe you are looking for

  • .AVI files not showng when RAW Only selected at import time

    Hi board, When I am looking at my SD card from my Nikon D90 in the Import view of Aperture I have the 'Raw Only' option selected for the RAW+JPEG Pairs setting. This results in .AVI files not showing up in the browser. Meaning that when I believed I

  • Why aren't iPhoto pix in order?

    When making a slideshow movie from an iPhoto album, why don't thepictures appear in the alphabetical or numerical order I went to all the trouble of creating in the first place? Is there something I'm missing here?

  • Like Time Series function AGO, but for Future calculations

    Hello All, Is there a time series function that can do the same as AGO but going forward?. I tried using the same AGO function but adding <<number of periods>> = -1, but that didn't work. I'm interested on getting daily, monthly or yearly future calc

  • Always return "Image Object" in Toolkit.getDefaultToolkit().getImage();

    A : Image source = Toolkit.getDefaultToolkit().getImage("C:/aa.jpg"); B : Image source = Toolkit.getDefaultToolkit().getImage(""); generally, B may be null. but it is not null. so I look at "javax.swing.ImageIcon" class : <Part of ImageIcon source> p

  • Print Parameter Setting

    Hi,    Iam trying to print an ALV report. Each time when i go into the report in print section i change the ALV selections parameter under cover sheet to "NO" and copy the settings. But when i logout of the client or close the report it is set to YES