Avoiding "Disk initialisation"-Dialog

Hello everybody,
Hello Aplle,
can anybody tell me if there is a way to stop the finder asking to initialize disks that supposedly aren't formatted? If I want to do so I will manually open disk utilities but as I often use disks from TrueCrypt not recognized by the system I get asked this question multiply times a day which sums up to be very annoying.
Any help.. Terminal Command etc.?
Best regards
Max Ziebell

On many of my scripts I use header(), but some scripts will
set a variable based on POST data, such as '$error' if an error
were to occur. If I were to use header() at the end of the script
before any output is displayed, the variable would be destroyed
before it could be displayed. How can I get around this issue?
The only method I could come up with is setting a $_SESSION
variable (like 'error') at the end of the script just before the
header function is called. Then first thing on the next page, set a
variable equal to the session variable ($error =
$_SESSION['error']), and then unset the session variable.
I am just not sure if this is the best and most flawless
method. I fear it might be possible for something to go wrong
between the two pages. Then a user loads an entirely different page
and has some completely irrelevant error message appear on that
page, due to a session variable still being set. The 'error'
variable has the same name on all my pages.

Similar Messages

  • Member selection xml is malformed, can't initialise dialog

    Hi,
    when I try to use a valid web form in smartview it works, until I try to change the default form variable to refresh data at which point I get; - Member selection xml is malformed, can't initialise dialog
    11.1.2.1.00 (Build 271) is my version.
    Anyone know a fix?
    thanks,
    Robert.

    Hi again.
    On further analysis this only manifests in our Entity dimension, the other dimensions' form variables function as they should.
    Is your question about substitution variables aimed at the underlying data content of the dimension, rather than the naming of the form variable, are you indicating that there are certain restrictive characters that if they appear in the data can cause this problem??
    If so is " all I need to look for, or are there any other characters (& : )? that can cause problems??
    thanks again,
    Robert.

  • How to avoid database logon dialog on every action of refreshing reports

    I am using Crystal reports 208 SP2 and has a database connection to oracle database. Connection is esablished and report retrieves desired data, The problem is when ever i open this report ( which has this connection set) and do a refresh,  the report the LogOn dialog pops up.
    How to avoid or save this log on info such that it does not pops up the LogOn dialog when i open the report and do a refresh(F5).?

    Hi Don,
    Thanks for the reply. To try  your suggested approach, i need some clarifications .
    _Problem summary:for refrence, _
    I am following the steps mentioned below to establish a database connection, and fetch the data.
    1) I am using Oracle drivers for configuring the ODBC data source. As part of configuration i will specify the Oracle server name
    2) In crystal reports, Using "Database" menu, i open "Database Expert" dialog and "Make New connection" by specifing the data source mentioned in step 1). During this process, (ODBC)logon information will be filled in. The user ID and password used has all the rights to access the tables in the database. Logon will be successful and connection is established.
    3) Further i use the database table from the "Database Expert" on to the report and refresh(F5) to fetch the data.
    After step 3, I close the report  and reopen it. Now trying to refresh the database logon dialog pops up. I need to avoid this pop up
    Requesting Clarification:;
    1) You have specified "When you connect you have the option to use Trusted Authentication, check this option on". Where is this option. Is it in the crystal reports or is it available during data source configuration. Kindly specify.
    2) Here "Enterprise logon info that has been configured on the Oracle server." implies the oracle database login information right? If yes, this login details are available and i am using this logon information(i.e. UseriD and Password) during database connection.
    If No, Is "Enterprise logon info " is something which should be specifically enabled by DBA in oracle11g configuraion.
    Kindly suggest.
    Edited by: R Guru on Oct 17, 2009 7:32 PM

  • How to avoid the windows "dialog box" when we use flexprintjob class

    in the print segment
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf65381-7ffc.html
    it says
       printJob.start();
    This causes the operating system to display a Print dialog box.
    this  windows "dialog box" which is used to set the page size, page index, or some other page settings.
    but in my case , i can't let user see this dialog box.
        how can i avoid this "dialog box" when i call   printJob.start();
    it is my big issue ,please help to give a suggestion

      hi   how can i set the "ie" "internet explorer"  to avoid the "dialog box."  if i have to do it .
    thank you very much !

  • Avoid print job dialog box?

    When I send a file to my printer, it prints and then I get a dialog box telling me what I've just printed. I have to click OK to dismiss it.
    Is there a way to avoid having the message pop up? I know what I've printed!

    I don't believe this is an OS X setting. This must be a feature of the printer driver you are using. Have a look at all the setting under Copies and Pages for an entry about your job pop-up.

  • Avoid Missing Fonts Dialog on doc opening

    Hi everybody,
    I need to avoid the showing of dialog listing the missing fonts during the opening of a document.
    I would like to do the same with the missing/modified image dialog.
    Take present the document is opened by another plugin so I can't instruct InDesign to not to show such dialogs.
    What could be a way to achieve that? Any hints will be greatly appreciated.
    Thanks.
    Best regards,
    Luca Severini

    Hi,<br /><br />You can try:<br /><br />InterfacePtr<ICommand> showMFCmd(CmdUtils::CreateCommand(kShowMissingFontsCmdBoss));<br /><br />InterfacePtr<IWorkspace> workspace(gSession->QueryWorkspace());<br /><br />InterfacePtr<IUIDData> uidData(showMFCmd, IID_IUIDDATA);<br />uidData->Set(workspace);<br /><br />InterfacePtr<IBoolData> boolData(showMFCmd, IID_IBOOLDATA);<br />boolData->Set(bEnable);<br /><br />CmdUtils::ProcessCommand(showMFCmd);<br /><br />This works with the font warning dialog. For the other cases i use kSuppressUI when available.

  • Hard disk initialisation on IMac

    I have an external disk drive connected to my intel based Imac. I can not initialise it with "Disk Utilities" as i alway get this message: "Resource busy" .Any idea of what can i do. Thanks

    In Disk Utility, select the drive's current volume in the sidebar. The volume is indented under the drive. Click the Unmount button. If the drive is partitioned, do this for each volume under the drive. Then select the drive in the sidebar and go to the Erase tab or Partition tab (whichever you were using), and try it again.
    You can also try doing it immediately after restarting the Mac.

  • Can't initialise dialog screen fields with values

    Hi.
    I have a dialog screen with 10 fields named
    TXT_FILEDESC1, TXT_FILEDESC2, ...TXT_FILEDESC10.
    I tried to initialise these 10 fields with the following codes, but I got an error message:
    DATA: TXT_FILENAME TYPE ZDM_OF-FILE_NAME,
          TXT_FILEDESC TYPE ZDM_OF-FILE_DESC.
    FIELD-SYMBOLS: <FS_TXT_FILENAME>, <FS_TXT_FILEDESC>.
    MODULE PBO_9000 OUTPUT.
      SET PF-STATUS 'STATUS_9000'.
      SELECT FILE_NAME FILE_DESC FROM ZSCSDM_OF INTO TABLE SCREEN_INIT.
      LOOP AT SCREEN_INIT INTO SCREEN_INIT_LINE.
        SCREEN_INIT_NO = SY-TABIX.
        CONCATENATE 'TXT_FILEDESC' SCREEN_INIT_NO INTO TXT_FILEDESC.
        ASSIGN (TXT_FILEDESC) TO <FS_TXT_FILEDESC>.
        MESSAGE E002(ZMSGGARY) WITH TXT_FILENAME.
        <FS_TXT_FILEDESC> = SCREEN_INIT_FILEDESC.
        ENDLOOP.
    ENDMODULE.                    "PBO_9000 OUTPUT
    Runtime Error - A new value is to be assigned to the field "<FS_TXT_FIELDDESC>", although this field is entirely or partly protected against changes...
    Could anyone share why I got the above error message when i try to run the program (Execute --> In A New Window)? Thanks.
    null

    I got the reason for the error. It's because I did not clear the contents of TXT_FILENAME before the next loop.
    LOOP AT SCREEN_INIT INTO SCREEN_INIT_LINE.
    <b>TXT_FILENAME = ''. ==> This solves the problem.</b>
    CONCATENATE 'TXT_FILEDESC' SCREEN_INIT_NO INTO TXT_FILEDESC.
    ENDMODULE. "PBO_9000 OUTPUT

  • Avoid Save As dialog when Signing a document in Acrobat?

    I'm working on a web application that allows users to download a PDF, sign it, and then upload it back to the server. I'm trying to minimize the number of steps required of the user, so I would like to by-pass the Save As dialog that is presented when a user signs a document in Acrobat.  Is there a way to do this?
    Basically, I would like the signed document to be saved *automatically* in one of the following ways:
    1. Automatically overwrite the original document
    2. Save to the same location as the original document, but with a different name (e.g., [original_name]_Signed.pdf)
    3. Save to a subdirectory of the original document's location (e.g., in a "Signed" folder)
    Is this possible using JavaScript or a custom plug-in? Or in a simpler way?

    Okay, let's say I chose to do an HTTP POST of the signed PDF content from the Acrobat browser plug-in to the server -- how would I accomplish that?  Would it require JavaScript in the PDF to make it happen?  Or is there a way to instruct the Acrobat browser plug-in to do it without any custom coding?
    Thanks for your replies, Irosenth.

  • How to Avoid Save As dialog when Saving

    We recently upgraded Adobe Reader X to XI.  One difference between the two is the behavior of the Save function the first time it is performed.  In Reader X, when Save was selected, the file would simply save the current file, overwriting the original file.  In Reader XI, when Save is selected, the Save As dialog box appears, and if the user does not change the file name or path, a warning pops up asking whether the existing file should be overwritten. I understand that this behavior is a result of Protected Mode being enabled.  Is there a way to keep PM enabled, but always allow files to be overwritten as was the case in Reader X? 

    Yes, it does.  (as long as the pdf has been opened via a COM interface)

  • Windows - No Disk Modal Dialog

    When porting a project from Flex2 to Moxie under 2.1 build I
    am receiving a error "Exception Processing Message c0000013
    Parameters 75b6bf9c 75b6bf9c". This code is a mix of classes,
    packages and MXML code which does compile in Flex2. I have a screen
    grab available of the error. Has anyone experience this lock up?
    The dialog cannot be closed under any circumstances.
    Thoughts and advice welcome.

    Hi Zed_Dev,
    Searching through our bugbase, I found this bug which sounds
    like the issue you're having:
    https://bugs.adobe.com/jira/browse/FB-5488
    We're still looking into it. It'd be very helpful if you can
    add your info to the bug comment. For example:
    - which platform are you running FB3/Moxie?
    - how did you port your FB2 project to FB3/Moxie (e.g. by
    importing or creating a new project)?
    - are you using the same workspace and/or project folder for
    FB2 and FB3/Moxie?
    - do you get the error for all the FB2 projects or just
    certain ones?
    thanks,
    Sharon

  • How to avoid missing font dialog box(alert) while running the script??

    Hi....
         In Illustrator CS4 ,I tried to skip missing font dialog box(alert box) by using the following  script .But,I could not skip the dialog box
    So if you have any suggestion about this let  me know..
    tell application "Finder"
      set user interaction level to never interact
        activate
        set fileName to (path to desktop folder as string) & "fer11757_f1208.eps"
        --set user interaction level to never interact
        --    set user interaction level of script preferences to never interact
        open file fileName
        --set alert missing fonts to true
        set user interaction level to never interact
        activate
    end tell
    display dialog ("completed")
    end tell
    Thanks,
    Mubeen

    Does this NOT error when run? Your target application here is 'Finder' Apple's system file browser and you are giving it Adobe illustrator commands?
    Im not 100% about the versioning with Illustrator installs I think they are all just…
    Tell application "Adobe Illustrator" -- No CS Versioning?
         -- do stuff here
    end tell
    you could check by just picking the app from this list
    choose application

  • How to avoid server busy dialog in iac

    Hi,
    I am a beginner in IAC. I am executing a plug-in throung an mfc based IAC dialog box.
    But when my plug-in takes little longer time to execute a pdf, then I am getting a server busy dialog, asking swith to/retry option.
    Can you please let me know how to get rid of this dialog.
    I got the answer in c++ - How to disable dialog "switch to"-"retry"-"cancel" - Stack Overflow
    to use
    AfxOleGetMessageFilter()->EnableBusyDialog(0);
    AfxOleGetMessageFilter()->EnableNotRespondingDialog(0);
    But its giving error  error C2027: use of undefined type 'COleMessageFilter'
    So please anyone help me to solve the issue.
    Thanking You
    Saffiuddin Sheikh.

    Thanks I resolved it I have to include afxole.h

  • How to avoid "font substitution" dialog?

    When I try to manipulate the contents of a text layer via scripting and I don't have the needed font installed, Photoshop opens a dialog asking me:
    When this happens, my script stops running until I click on Ok. How can I prevent this dialog from appearing?
    Thanks in advance.

    Thanks for looking into this!
    PRN is same as Postscript file. We are generating Doc to PRN format then using Adobe Distiller for converting it to PDF file. How can we stop the substitution of the fonts? Also in earlier mail, I have attached the font details of the Adobe Distiller setting.
    Can you please advise us is there any other option/setting? Our requirement is to do without substitute the font from DOC to PDF file.
    Thanks & Regards,
    Sudhakar

  • Avoid a print dialog window

    Hello,
    I need to print production papers using adobe forms.
    Unfortunatelly after saving a production order i get the print dialog window.
    Is it possible to print immidiatly to the standard windows printer withtout to select it amnually?
    Which setting are possible in "fill_outputparams" for SFPOUTPUTPARAMS?
    Thanks in advance,
    Evgenij

    Hello
    You will have to read the current Print parameters using FM CALL FUNCTION 'GET_PRINT_PARAMETERS' and pass it to structure sfpoutputparams
    Try to set the printer to LOCL .
    gs_fpoutparams-dest       = 'LOCL'.
    DATA: ls_options TYPE itcpo.
         DATA: lv_dialog TYPE c.
         DATA: ls_pri_params TYPE pri_params.
    *        gs_fpoutparams TYPE sfpoutputparams.
         lv_dialog = 'X'.
        CALL FUNCTION 'GET_PRINT_PARAMETERS'
           EXPORTING
             no_dialog      = 'X'
             mode           = 'CURRENT'
           IMPORTING
             out_parameters = ls_pri_params.
         ls_options-tdcopies   = ls_pri_params-prcop.
         ls_options-tddest     = ls_pri_params-pdest.
         ls_options-tdnewid    = ls_pri_params-prnew.
         ls_options-tdimmed    = ls_pri_params-primm.
         ls_options-tddelete   = ls_pri_params-prrel.
         ls_options-tdlifetime = ls_pri_params-pexpi.
         ls_options-tdtitle    = ls_pri_params-prtxt.
         ls_options-tdcover    = ls_pri_params-prsap.
         ls_options-tdcovtitle = ls_pri_params-prtxt.
         ls_options-tdreceiver = ls_pri_params-prrec.
         ls_options-tddivision = ls_pri_params-prabt.
         ls_options-tdautority = ls_pri_params-prber.
         gs_fpoutparams-device     = ls_options-tdprinter.
         gs_fpoutparams-preview    = ls_options-tdpreview.
         gs_fpoutparams-dest       = ls_options-tddest.
         gs_fpoutparams-reqnew     = ls_options-tdnewid.
         gs_fpoutparams-reqimm     = ls_options-tdimmed.
         gs_fpoutparams-reqdel     = ls_options-tddelete.
         gs_fpoutparams-reqfinal   = ls_options-tdfinal.
         gs_fpoutparams-senddate   = ls_options-tdsenddate.
         gs_fpoutparams-sendtime   = ls_options-tdsendtime.
         gs_fpoutparams-schedule   = ls_options-tdschedule.
         gs_fpoutparams-copies     = ls_options-tdcopies.
         gs_fpoutparams-dataset    = ls_options-tddataset.
         gs_fpoutparams-suffix1    = ls_options-tdsuffix1.
         gs_fpoutparams-suffix2    = ls_options-tdsuffix2.
         gs_fpoutparams-covtitle   = ls_options-tdcovtitle.
         gs_fpoutparams-cover      = ls_options-tdcover.
         gs_fpoutparams-receiver   = ls_options-tdreceiver.
         gs_fpoutparams-division   = ls_options-tddivision.
         gs_fpoutparams-lifetime   = ls_options-tdlifetime.
         gs_fpoutparams-authority  = ls_options-tdautority.
         gs_fpoutparams-rqposname  = ls_options-rqposname.
         gs_fpoutparams-arcmode    = ls_options-tdarmod.
         gs_fpoutparams-noarmch    = ls_options-tdnoarmch.
         gs_fpoutparams-title      = ls_options-tdtitle.
         gs_fpoutparams-nopreview  = ls_options-tdnoprev.
    *    gs_fpoutparams-noprint    = ls_options-tdnoprint.
         gs_fpoutparams-nodialog = 'X'.
         gs_fpoutparams-noprint = ' '.
         CALL FUNCTION 'FP_JOB_OPEN'
           CHANGING
             ie_outputparams = gs_fpoutparams
           EXCEPTIONS
             cancel          = 1
             usage_error     = 2
             system_error    = 3
             internal_error  = 4
             OTHERS          = 5.
         IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
         ENDIF.
    Regards
    Sandy

Maybe you are looking for

  • NTLDR has left the building

    Hello All, Putting together a brand new comp (specs in sig) for work (planning on making a couple dozen of these as DVR devices for a 60 camera surveillance system) and ran into a bit of a problem. Put everything together, and the first thing i did i

  • Files on mp4 can't play subtitles

    Hello there I'am having a problem that when i stream to my TV, via DLNA, if i play some movie on MP4 it won't play the subtitles, i tried already to rebuild the DLNA base and tried several files and it won't play. The solution i got it's to convert t

  • HU in billing

    Hi, there is one issue with billing :- the sales order is for 100 pcs for a particular item. the delivery was made for 100 pcs. However while doing packing, there were ten handling units of 10 pcs each. so in the packing screen, follwoing is the info

  • Cmp bean - change to the database column not accepting

    Hi, I have a CMP Entity bean defined within the application. I had to change the column size of one of the table defined database. It was changed for 1 character to 3. But while inserting the records through the application the EJB still seems to con

  • MDT 2012 - Windows ADK Issue

    If this is the wrong place, let me first apologize but I am curious is anyone has seen the following issue when installing MDT 2012 Update 1 and Windows ADK: After installing MDT 2012 Update 1 and Windows ADK, I am unable to create a share in the Dep