DocClose event runs twice after extending with user rights

I have created a form with several fields. To check if the fields are filled, I have placed several checks if the DocClose event. This creates a messagebox containing text of the missing fields. This will only popup when the pdf is closed. See below for a part of the Java-script.
var errmsg = ""
if (Form.Page1.CompanyName.rawValue == null)
{errmsg = errmsg + "CompanyName is not filled in";}
if (Form.Page1.CompanyStreet.rawValue == null)
{errmsg = errmsg + "\n";
errmsg = errmsg + "CompanyStreet is not filled in";}
if (errmsg !== "")
{xfa.host.messagebox (errmsg, "Please note!",1,0);}
else
This works just fine in Adobe Acrobat and in Adobe Reader. However,the user needs to be able to save a local copy. So, I use Adobe Acrobat 9 Standard to "Extend Forms Fill-In & Save in Adobe Reader". After this change, when this PDF is opened in the Reader or in Acrobat, the messagebox runs twice! The first time as it should, but the second time, it
I also noticed that the Script language of this part has changed from Java to mixed.
Thanks for any help!
Erik

Dear all,
I have the same problem, do you have any solution for this?
Best regards
Fernando

Similar Messages

  • Retain standard SAP order type after copying with user defined order type

    Hello SAP Gurus,
    We have a requirement of retaining the standard SAP order types after copying with User defined order types. But the issue is we don't want to see the standard SAP order type such as PM01, PM02 in production system while using transaction like IW31 etc.
    Is there anybody who has answer to retain these stanadard SAP order types without deleting from system configuration?
    Thanks in advance.
    Cheers,
    Vaibhav

    Vaibhav,
    When you F4 on the order type field in IW31 you will get the popup showing the order type list. At the top of this list is a button with a green "+" sign (Insert in personal list).
    You can use this button to select your favourite list.
    This function is available in most F4 drop-down lists.
    However, you cannot set this setting for all users. You will need to write an ABAP program to do this.
    PeteA

  • LJ M127fw doesn't print with user rights

    Good afternoon.
    Printer hp lj m127fw connected via USB doesn't print with user rights in the OS Windows 7 x64. It prints only with administrator rights, although some computers print with user rights without any action. We noticed, as well, that scanning and printing pictures are always available with user rithts.

    I would suggest the following:  log on as administrator.  Click Start, Devices and Printers, right click on the Laserjet M127FW, select Printer Properties, Security.  Select Everyone and give permission for printing (and whatever else is desired), Apply.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Unable to start WLS8.1sp4 after extended with Workshop& Integration Templat

    Hi,
    I have configured three domains of WLS8.1sp4 on
    unique ports namely 6001, 7001 & 8001 but
    only one domain can be started on the port 7001
    but there is a problem starting the other ports.
    All the three domains WLS were able to be started
    without any problem at all before the domains
    were being extended with Workshop and Integration
    Templates from the Basic Weblogic Server Domain
    in the Weblogic Configuration using the built-in Configuratino Wizard.
    Could someone please assist ?
    ./startWebLogic.sh
    JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=:/dev_app/bea/weblogic81/server/lib/weblogic_knex_patch.jar:/dev_app/bea/weblogic81/common/lib/log4j.jar:/dev_app/bea/weblogic81/server/lib/debugging.jar:/dev_app/bea/weblogic81/server/lib/knex.jar:/dev_app/bea/weblogic81/javelin/lib/javelin.jar:/dev_app/bea/weblogic81/server/lib/wlw-lang.jar:/dev_app/bea/jdk142_05/lib/tools.jar:/dev_app/bea/weblogic81/server/lib/weblogic_sp.jar:/dev_app/bea/weblogic81/server/lib/weblogic.jar:/dev_app/bea/weblogic81/server/lib/ant/ant.jar:/dev_app/bea/jdk142_05/jre/lib/rt.jar:::/dev_app/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/dev_app/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/dev_app/bea/weblogic81/server/lib/webserviceclient.jar:/dev_app/bea/weblogic81/server/lib/webserviceclient+ssl.jar:/dev_app/bea/weblogic81/server/lib/xbean.jar:/dev_app/bea/weblogic81/server/lib/wlxbean.jar:/dev_app/bea/weblogic81/server/lib/xqrl.jar:/dev_app/bea/weblogic81/server/lib/netui/netui-compiler.jar:/dev_app/bea/weblogic81/server/lib/wli.jar:/dev_app/bea/weblogic81/server/lib/fop.jar:/dev_app/bea/weblogic81/integration/adapters/sample/lib/sample-eis.jar:
    PATH=/dev_app/bea/weblogic81/server/bin:/dev_app/bea/jdk142_05/jre/bin:/dev_app/bea/jdk142_05/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,Sun-Fire-480R/sbin:/opt/sun/bin::/opt/SUNWexplo/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Error [125] in bind() call!
    err:: Address already in use
    Socket transport failed to init.
    Transport dt_socket failed to initialize, rc = -1.
    FATAL ERROR in native method: No transports initialized
    Starting WLS with line:
    /dev_app/bea/jdk142_05/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -Dplatform.home=/dev_app/bea/weblogic81 -Dwls.home=/dev_app/bea/weblogic81/server -Dwli.home=/dev_app/bea/weblogic81/integration -Dlog4j.configuration=file:/dev_app/bea/weblogic81/common/lib/workshopLogCfg.xml -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=myserver -Djava.security.policy=/dev_app/bea/weblogic81/server/lib/weblogic.policy weblogic.Server
    === Debugging ===
    This window is necessary for debugging code using WebLogic Workshop
    Error [125] in bind() call!
    err:: Address already in use
    Socket transport failed to init.
    Transport dt_socket failed to initialize, rc = -1.
    FATAL ERROR in native method: No transports initialized
    Stopping the Weblogic Workshop debugger...
    ERROR: Proxy already running...
    weblogic.debugging.comm.SocketCommException
    at weblogic.debugging.comm.SocketComm.accept(SocketComm.java:53)
    at weblogic.debugging.comm.ServerSocketComm.accept(ServerSocketComm.java:53)
    at weblogic.debugging.engine.ProxyThread.run(ProxyThread.java:81)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.InterruptedIOException: operation interrupted
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at weblogic.debugging.comm.SocketComm.accept(SocketComm.java:47)
    ... 3 more
    Debugger Stopped.
    Stopping Pointbase server...
    Pointbase server stopped.

    Problem solved since default ports 8453 & 9093 were occupied
    But behaviour on Windows for debug is different from Unix which requires unique potr althought windows still works.

  • Outlook 2007 calendar events font changes after syncing with iTunes

    I use Outlook 2007 on a Windows XP PC. I have no problems syncing Outlook calendar events with my iPhone 4 other than for one highly annoying detail. My default font in Outlook is set to Times New Roman 12 pt. Whenever I sync, all of my calendar events' text in Outlook is changed from Times New Roman 12 pt. to Calibri 11 pt., and sometimes more recently, to Arial 10 pt.
    It's driving me nuts as I find Calibri to be hideous-looking. In addition to the font change, all other special formatting such as bold and italics are removed.
    Has anyone experienced this before or know what's going on? Many thanks in advance to anyone who can help.

    Has no one experienced this issue? I can't understand why this happening. It's been almost two months since I posted this.
    To reiterate: After syncing with iTunes (the newest version), all custom text formatting in Outlook 2007 calendar events are changed to Calibri 11 point, and sometimes more recently, to Arial 10 point. My default font is set to Times New Roman 12 point.
    Any help would be greatly appreciated.

  • Scheduled Tasks Run Twice After Upgrade To MX7

    I've recently upgraded to CFMX7 and now my scheduled tasks
    are running twice. I've recreated all of the tasks, rebooted the
    server, and made sure that I'm on V 7.0.2 but nothing seems to
    help. Is there a solution for this out there?

    I've got a couple ideas. I haven't seen this before but this
    should be some stuff to try. There's a file in the ColdFusion lib
    directory called neo-cron.xml ... this contains an entry for each
    scheduled task.
    I'd be very careful about making any changes to this file
    directly but take a look at it. Are your scheduled tasks
    duplicated? If so you can either remove the duplicates manually if
    you're feeling brave, or try deleting the scheduled tasks in the cf
    admin and then recreate them. Perhaps that would get rid of the
    duplicates. If you don't see dupliactes in this file then somehow
    ColdFusion's process that runs the scheduled tasks is probably
    running once for the old install and once for the new one.
    Sorry I don't have any more definitive info but hope this
    helps point you in the right direction.
    -Matt MacDougall

  • How to set up time machine so it can view old backup after renewal of user rights ?

    I am newbie in the mac world but I am very happy to use the devices I have.
    I just both and setup time capsule and did firt initial backup with time machine into account I have setup on the TC. But after while I was not able to view my user folder, so I resetup the user rights.
    But now when I turn on time machine, I say that I didnt perform initial backup. In finder I am able to see and acces my folder on TC now and there is also a file with backup with name Václav - Mac mini.sparsebundle just in the root of my user folder on TC.
    Can you please help me how to tell TM, that there is a initial backup that can be used for other incremental backups in the future ?
    Thanks for your help.
    Vaclav.

    I did that. But and then reopen TM but still I dont see backup performed any suggestions ?
    "Inherit" a backup
    Copy the following after the prompt, and leave a space, but do not press Return yet:
                                sudo tmutil inheritbackup
    If your backups are on an external HD, locate and open the drive in the Finder window.  At the top level of the drive is a Backups.backupdb folder containing a folder named for your old Mac, per the sample.  This is what you want the new Mac to "inherit." Drag that folder to the Terminal window. 
    (If your backups are on a Time Capsule, locate the sparse bundle containing the backups for your old Mac via the Finder, and drag it to the Terminal window):

  • Unable to start WLS8.1sp4 after extended with Integration &workshop Templat

    Hi,
    I've have configured three domains of WLS8.1sp4 on unique ports namely 6001, 7001 & 8001 but
    only one domain can be started on the port 7001 but there is a problem starting the other ports.
    All the three domains WLS were able to be started without any problem at all
    before the domains were extended in the Weblogic Configuration
    using the built-in Configuratino Wizard.
    Could you assist ?
    ./startWebLogic.sh
    JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=:/dev_app/bea/weblogic81/server/lib/weblogic_knex_patch.jar:/dev_app/bea/weblogic81/common/lib/log4j.jar:/dev_app/bea/weblogic81/server/lib/debugging.jar:/dev_app/bea/weblogic81/server/lib/knex.jar:/dev_app/bea/weblogic81/javelin/lib/javelin.jar:/dev_app/bea/weblogic81/server/lib/wlw-lang.jar:/dev_app/bea/jdk142_05/lib/tools.jar:/dev_app/bea/weblogic81/server/lib/weblogic_sp.jar:/dev_app/bea/weblogic81/server/lib/weblogic.jar:/dev_app/bea/weblogic81/server/lib/ant/ant.jar:/dev_app/bea/jdk142_05/jre/lib/rt.jar:::/dev_app/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/dev_app/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/dev_app/bea/weblogic81/server/lib/webserviceclient.jar:/dev_app/bea/weblogic81/server/lib/webserviceclient+ssl.jar:/dev_app/bea/weblogic81/server/lib/xbean.jar:/dev_app/bea/weblogic81/server/lib/wlxbean.jar:/dev_app/bea/weblogic81/server/lib/xqrl.jar:/dev_app/bea/weblogic81/server/lib/netui/netui-compiler.jar:/dev_app/bea/weblogic81/server/lib/wli.jar:/dev_app/bea/weblogic81/server/lib/fop.jar:/dev_app/bea/weblogic81/integration/adapters/sample/lib/sample-eis.jar:
    PATH=/dev_app/bea/weblogic81/server/bin:/dev_app/bea/jdk142_05/jre/bin:/dev_app/bea/jdk142_05/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,Sun-Fire-480R/sbin:/opt/sun/bin::/opt/SUNWexplo/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Error [125] in bind() call!
    err:: Address already in use
    Socket transport failed to init.
    Transport dt_socket failed to initialize, rc = -1.
    FATAL ERROR in native method: No transports initialized
    Starting WLS with line:
    /dev_app/bea/jdk142_05/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -Dplatform.home=/dev_app/bea/weblogic81 -Dwls.home=/dev_app/bea/weblogic81/server -Dwli.home=/dev_app/bea/weblogic81/integration -Dlog4j.configuration=file:/dev_app/bea/weblogic81/common/lib/workshopLogCfg.xml -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=myserver -Djava.security.policy=/dev_app/bea/weblogic81/server/lib/weblogic.policy weblogic.Server
    === Debugging ===
    This window is necessary for debugging code using WebLogic Workshop
    Error [125] in bind() call!
    err:: Address already in use
    Socket transport failed to init.
    Transport dt_socket failed to initialize, rc = -1.
    FATAL ERROR in native method: No transports initialized
    Stopping the Weblogic Workshop debugger...
    ERROR: Proxy already running...
    weblogic.debugging.comm.SocketCommException
    at weblogic.debugging.comm.SocketComm.accept(SocketComm.java:53)
    at weblogic.debugging.comm.ServerSocketComm.accept(ServerSocketComm.java:53)
    at weblogic.debugging.engine.ProxyThread.run(ProxyThread.java:81)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.InterruptedIOException: operation interrupted
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at weblogic.debugging.comm.SocketComm.accept(SocketComm.java:47)
    ... 3 more
    Debugger Stopped.
    Stopping Pointbase server...
    Pointbase server stopped.
    Regards

    Problem solved since default ports 8453 & 9093 were occupied
    But behaviour on Windows for debug is different from Unix which requires unique potr althought windows still works.

  • ICal events all deleted after syncing with computer

    I synced my iPhone and iMac two days ago, and only this morning realized that ALL my events in my iPhone's iCal are now gone!! I've been keeping track of several important doctor's appointments, my child's school events, personal medical issues, etc and now they're all deleted. After checking, it seems SOME of the events from June were transferred onto the computer's iCal, but then "stopped" there and nothing else was copied. My phone and computer have synced successfully many times, always "sharing" information but never deleting! What's wrong? Can this information be recovered? In some cases, my phone was the only place this information was recorded, so now it's gone. Thanks everyone for your help!!!

    Hi there,
    I'm having the exact same problem as described above, and I'm a little desperate to get my iCal entries back as well...
    Concerning the question of whether I have a backup: I'm actually not sure, maybe you can tell me whether I do? The situation is the following:
    I entered a (significant!) number of iCal entries on my iphone directly. The iphone, in turn, is being connected to my MB Pro at home, as well as my PC at work. Podcasts and such are updated from my PC, so I'm guessing that the PC is the primary iTunes linked to the phone. When I connected my iphone to the iTunes on my MB Pro, however, it asked whether I would like to synch as well. As I had a number of iCal entries on my MB Pro that I wanted to also see on my iphone, I agreed. It warned me (like many times before) that this would chance more than 5% of the iCal entries, but it never before had deleted any of them! When I checked again, all my direct iphone iCal-entries had disappeared.
    I have Time Machine installed and made a backup of my MB Pro just a few days ago - I'm suspecting though, that if the iphone iCal entries are gone from the iphone, my MB Pro iCal did not remember any of them either, correct?
    PLEASE, if someone could help explain this situation, I'd be incredibly grateful! I've never had it happen before that iCal (on either machine) deleted anything...
    Many thanks in advance!

  • Oracle 9i running forms and reports with user/pass

    Hi all!
    How can I hide the user name and password in the internet explorer as it is shown in the full path for the sake of security I need it and also how can I pass the user/pass from a form to report without showing in address bar of Internet Explorer.
    Regards
    Mayank Sharma

    Dear Mayank,
    You can use "CGICMD.dat" file. This file can be used to add key mappings.
    You add following lines at the end of this file.
    MYKEY: USERID=<user_name>/<password>@<connection_string> %*
    You need to restart your OC4J Instance to make above changes effective..
    Then, in your web.show_document url include "CMDKEY=MYKEY".
    This will definitely solve your problem.
    Regards,
    Manish Trivedi
    Ambuja Cement,
    India.
    [email protected]

  • Events calendar disapeared after synchronisation with "mails,contacts, calendar" setting

    Hi Everyone,
    I went to "mails, contacts, calendar" setting and I've synchronized all my events in the calendar section. It ereased all the events I've manually put through my calendar. Now I've lost all my meetings and I can't go back. Can you please help me find them ?
    Thank you for your help,
    Audrey

    And now I've realized that when I manually put through an event in my calendar, it doesn't appear. Can you please tell me what's going on ?

  • Core Center under XP with user-rights only

    I am using WIN-XP SP2 prof.
    I have installed core-center in latest version.
    Everything is alright, when i am logged in as  a Admin.
    But when i login as a normal user I can not start Core-Center via
    Startup-Folder.
    I don't want give the Admin-password to other users.
    What can I do ?
    Peter

    Some other possibilites:
    1. You can have the complete information if the data is submitted in FDF, XML, or XFDF. I opened the submit box in AA7 and noted the settings. The fact I can open it in AA7 was a bit surprising. The reason I suggest the data files is that they do not require extended rights and can simply be impored to the form on your end to get the identical results as if the whole form had been sent.
    2. I could only play the media file, but that is likely a capability of AA7 rather than an issue with flash and such.
    3. E-mail may be an issue. Some systems require additional work to be able to use E-mail for form submission. Prior to AA9, mailto require MAPI on the client machine.
    Don't know if any of these help or not, but at least they are some more tidbits of info.

  • Planned Task - Problems with user Rights for recurring tasks

    Hi there,
    I'm currently trying to configure a database replication tool from a 3rd party supplier to work as planned task on Windows Server 2012 R2 (Datacenter).
    There's a very strange problem, however: It does work perfect, if I configure the task to occur only once. It does not work, if I check the "Run that task each XXX hours/days"-Checkbox when configuring the Trigger.
    i.E.: works, when I have a trigger for each hour, doen't work if I configure one trigger to reoccur each hour.
    I tried to pinpoint that problem down, and I found that the task cannot access it's logfile when it's started "reoccurring" (It probably would not make sense to post a screenshot here, since I'm working with the german version of the server). It
    also does not work if I configure a specific trigger to end the task after XXX hours/days/etc. of operation.
    To form a more specific question: are there differences in the rights used to start a process, if it is scheduled to be started each our, by configuring a reoccurring trigger?
    Thank's in Advance,
    Alex

    Hi ALex,
    Would you please post more detailed information about Planned and recurring tasks?
    If you means creating task in task scheduler, in general, the triggers shouldn't frustrate the execution of the task, and we usually need to check the security option in the task.
    To troubleshoot the issue in task scheduler, please enable the task history: Open an elevated Task Scheduler (ie. right-click on the Task Scheduler icon and choose Run as administrator)->In the Actions pane, click Enable All Tasks History.
    If you means creating recurring tasks on project server, I recommend you can post in the dedicated Forum for a better response:
    https://social.technet.microsoft.com/Forums/en-US/home?category=project
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • Unable to bulk copy data. - Random failure, running as SQL Agent with Admin rights and timeouts=0

    Hello,
    My setup is SQL Server 2012 (11.0.5522) and SSIS, but still running the 2008 R2 created packages. The server is Windows Server 2008 R2 with 32GBs of memory.
    I am running a control package which calls 4 packages at once to run simultaneously for performance reasons. It runs every day with issues, but maybe once a month I get the failure:
    'Unable to bulk copy data. You may need to run this package as an administrator.'
    The SQL Agent is setup as admin, it has access to the create global objects the source and destination databases are on the same server and the timeout is set to zero. Each package has the standard batch size and takes about 3-4 minutes to complete.
    Its not easily re-creatable and always runs fine when I re-start the package.
    Any help would be appreciated.
    Kind regards, Graham.

    see
    https://popbi.wordpress.com/2012/09/03/ssis-unable-to-bulk-copy-data-you-may-need-to-run-this-package-as-administrator/
    https://support.microsoft.com/kb/2216489?wa=wsignin1.0
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Cannot disable or enable Bluetooth with user rights

    Hi,
     If user do not have administrator rights he/she cannot disable or enable bluetooth using Fn+F5 menu.Is there any solution to this problem?

    Still looking for solution....

Maybe you are looking for

  • DS - SAP BW Source clarifications

    Hi I have to connect to a SAP BW source and want to load a BW OLAP cube. In reading the DS Tech. documentation, it says SAP BW source would be similar to reading from a ERP source i.e., use a R/3 dataflow and generate the ABAP and do the extraction.

  • Trying to permanently delete photos creates a mess

    I've recently tampered with my iPhoto library and have deleted folders that contain photos I want completly erased from my computer. I've done this before and my iPhoto is a mess. I have mulitple copies of all my photos - it looks like some are ok an

  • Adobe XI doesn't launch in Outlook 2010 preview... AppSence

    Problem... I am currently working as a tempory engineer for a company in the UK.  They are using Win 7 desktops, Citrix & AppSence for application management.  I do not have any access to the Appsence setup... though i beleive from testing AppSence i

  • Problems after an "erase and install"

    Hi, I recently had problems with my mac and i needed to do an "erase and install" with the original Mac OS cd. Perhaps, before loosing all of my data, i saved it on an other macbook. When i re-install my Mac Os software and all of my data (pictures i

  • Help with dvd drive - region code error

    Hi, I really need to change the drive region code on my Ibook G4 (OS X 10.4.10) back to Region 2. I'm allowed to change it one last time. But the trouble is, when I try and change it and click 'set drive region' it just comes up with an error message