Suppress dialog, preset destination file name and location

In acrobat 4 I could write a registry setting that would preset the output
filename and location, print to adobe pdf writer, not get prompted, and the
file would be created with the name and in the location I set.
[HKEY_CURRENT_USER\Software\Adobe\Acrobat PDFWriter]
"PDFFileName"="X:\\Output\\myFileName.pdf"
What is the equivalent in version 8?

Thanks.<br /><br />I will read through it more.<br />Having only worked with the PDFWriter, this is what is new to me:<br />"PrinterJobControl"<br /><br />[HKEY_CURRENT_USER\Software\Adobe\Acrobat <br />Distiller\PrinterJobControl]"C:\Program Files\Windows <br />NT\Accessories\wordpad.exe" ="c:\MyPDFoutputFileName.pdf"<br /><br />This seems like like I am presetting my application output, correct?<br /><br />>>>><br />Programmatic control<br /><br />Prompting can be turned off programmatically by adding a key to the Windows <br />registry. This method applies to the creation of only one PDF document by a <br />specific application for the current user. To use this method, add the <br />following registry key:<br /><br />HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl<br /><br />This key takes as subkeys:<br /><br />(Default)application<br /><br />The (Default) entry is reserved for possible future use and is not to be <br />used.<br /><br />The application subkey is the full path of the application for which <br />prompting is to be turned off. The value of the application subkey is a <br />REG_SZ value that is the full path of the output file. For example, the <br />following registry script would turn off prompting for the next printing <br />performed by wordpad.exe, printing to the file c:\MyPDFoutputFileName.pdf:<br /><br />Windows Registry Editor Version 5.00<br /><br />[HKEY_CURRENT_USER\Software\Adobe\Acrobat <br />Distiller\PrinterJobControl]"C:\Program Files\Windows <br />NT\Accessories\wordpad.exe" ="c:\MyPDFoutputFileName.pdf"<br /><br />Note:Though the programming language may require that your backslashes are <br />escaped (for example, "c:\\MyPDFoutputFileName.pdf"), the value of the <br />registry entry must use single slashes. This key, once established, remains <br />until used and is removed once the Windows API function StartDoc(HDC hdc, <br />CONST DOCINFO* lpdi) has successfully completed. Also note that the output <br />folder path must already exist with read and write access for the current <br />user and the destination file must not exist.<<<<br /><br /><br /><br /><br /><Bernd Alheit> wrote in message news:[email protected]...<br />> Look at the document 'Acrobat Distiller API Reference' of the Acrobat SDK. <br />> There read the section 'Disabling prompts for output file names'.

Similar Messages

  • File to File and then Call ABAP Program and pass file name and location

    Hi
    I am new to PI and am working on the following requirement and some guidance would help:
    A file is picked up from a third party server using FTP and is put in an SAP server in a specific location. After I have put in the file successfully, I need to call an ABAP program and provide the name and location of the file for further processing by the ABAP program.
    Although I am familiar with File to File, how can I add in the ABAP call with the filename and location? I do not want to pass any other information to the ABAP program.
    Thanks for your help.
    Manoj

    I think I get what you're saying. This additional file would have the file and the path in it's content. I would then use this as a source (FCC?) for Mapping with the RFC. Right?
    Exactly and yes, FCC would be helpful
    Would you have a sample OS script to do the above?
    Actually it depends on the operating system on which your PI system is standing. For instance for Windows, you might try with the following as a start point (but I was not able to test it, so I can't guarantee it will do the job):
    cmd.exe /C "%f %F > C:\target_directory\%DATE%_%TIME%.txt"
    In case you needed more, try googling on "windows batch script" or similar.
    Hope this helps,
    Greg

  • Mac OS 10.9.3 - password needed to change files names and location

    Hi,
    How can I unlock my documents, and the all functioning process of my mac OS 10.9.3. In fact, each time I need to change a file to another location, or if I need to change it's name, I need to insert the password . The message "Finder wants to make changes. Type your password..." appears envy time.
    How can I make it stops?
    Thank you.
    Isabel

    Hi IPires,
    Welcome to the Apple Support Communities!
    It sounds like you are experiencing issues with permissions. I would suggest reading over the attached article to help you troubleshoot and resolve the permissions on your computer.
    OS X Mavericks: If you don’t have the correct permissions to open a file or folder
    http://support.apple.com/kb/PH13752
    Have a great day,
    Joe

  • XML datasource: dynamic file name and location

    I have an RDF file that uses an XML file as its datasouce. I have supplied it a valid DTD file location and a valid XML file location, via the report wizard. I would like to programatically change the name of the XML file at runtime. What are my options...use an XML customization? I would like to do it in an after parameter form trigger. Is this possible?
    If I have to use an XML customization, is it possible to only customize part of the datasource tag. For example, here is my datasource tag (not from an RDF, but an XML report definition)
    =====================================================
    <dataSource name="QP_1">
    <plugin factoryClass="oracle.reports.plugin.datasource.xmlpds.XMLDataSourceFactory"
    majorVersionNumber="1" minorVersionNumber="2"
    signOnParameter="XML_HTTPS">
    <![CDATA[<xmlpds DTDVersion=" 1.0">
    <dtd>file:C:/downloads/LVB.dtd</dtd>
    <schema>null</schema>
    <XSQLschema>null</XSQLschema>
    <XSQLWithDTD>false</XSQLWithDTD>
    <type>false</type>
    <xmlWritten>true</xmlWritten>
    <validate>false</validate>
    <xml>file:C:/test/175.xml</xml>
    <xsl>null</xsl>
    <select>
    <element name = "typef" type = "string"  s_simpleTypeMapping = "string" /> <element name = "Volume" type = "string"  s_simpleTypeMapping = "string" /> <element name = "Trades" type = "string"  s_simpleTypeMapping = "string" /> <element name = "Percent_Total_Vol" type = "string"  s_simpleTypeMapping = "string" /> <element name = "Percent_Total_Trd" type = "string"  s_simpleTypeMapping = "string" /> </select>
    <simpleTypesInfo></simpleTypesInfo></xmlpds>]]>
    </plugin>
    <displayInfo x="1.65002" y="1.00000" width="0.69995" height="0.19995"/>
    <group name="G_1">
    <displayInfo x="1.30188" y="1.94995" width="1.39624" height="0.77246"
    />
    <dataItem> ...stuff here... </dataItem>
    </group>
    </dataSource>
    ==================================================
    How can I only customize the <xml>file:C:/test/175.xml</xml>?
    I only want to change the name of 175.xml to something like 176.xml.
    I have to put in a valid XML when I create the report via Reports Builder, but once it is in there I need to change it.

    Hello Danny,
    I am trying to pass a user parameter into the xml location <xml></xml> tags like you did but am having problems. If it's not too much trouble, would you please send me a sample of your source code so I can check my syntax? Below is my code and the error message I am getting. Any help would be greatly appreciated, I've been stuck on this for days! Thanks!
    <rw:report id="recoveryCenterScheduleReport" parameters="server=myreportserver&userid=ssstage/ssstage@DEVL&p_xmlDataURL=http://10.3.35.119:9004/ssapp/servlet/ScheduleDataServlet">
    <rw:objects id="objects">
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    <report name="XMLscheduleReport" DTDVersion="9.0.2.0.0">
    <xmlSettings xmlTag="XMLSCHEDULEREPORT" xmlPrologType="text">
    <![CDATA[<?xml version="1.0" encoding="&Encoding"?>]]>
    </xmlSettings>
    <data>
    <userParameter name="XML_HTTPS" datatype="character"
    pluginClass="oracle.reports.plugin.datasource.xmlpds.XMLDataSourceFactory"
    width="255" defaultWidth="0" defaultHeight="0" display="no"/>
    <userParameter name="p_xmlDataURL" datatype="character" width="100"
    precision="10" defaultWidth="0" defaultHeight="0"/>
    <dataSource name="QP_1">
    <plugin
    factoryClass="oracle.reports.plugin.datasource.xmlpds.XMLDataSourceFactory"
    majorVersionNumber="1" minorVersionNumber="2"
    signOnParameter="XML_HTTPS">
    <![CDATA[<xmlpds DTDVersion=" 1.0">
    <dtd>null</dtd>
    <schema>file:///C:/Practic Workspace/Practice/WEB-INF/xsd/scheduleReport.xsd</schema>
    <XSQLschema>null</XSQLschema>
    <XSQLWithDTD>false</XSQLWithDTD>
    <type>false</type>
    <xmlWritten>true</xmlWritten>
    <validate>true</validate>
    <xml>&<[b]p_xmlDataURL></xml>
    <xsl>null</xsl>
    javax.servlet.jsp.JspException: rwlib-1: REP-0002: Unable to retrieve a string from the report builder message file.
    REP-0069: Internal error
    XMLPDS-63004:Generic error while parsing the URL stream name instead of <.
    REP-4111: Fail to create pluggable data source 'QP_1'
         at oracle.reports.jsp.ObjectsTag.doEndTag(ObjectsTag.java:180)
         at jsp.reports._schedule._XMLscheduleReport._jspService(_XMLscheduleReport.java:87)
    ....

  • ITunes is not updating file names and locations since upgrading to 10.2.2.12

    It saves the changes I make to the metadata, but the filenames themselves and the actual locations of the files are not changing.
    Good example of this is changing a video file from Movie to TV Show. It does change the location within iTunes, but the file itself remains in the Movies folder, right where it was before.
    This was working perfectly before upgrading earlier this morning to version 10.2.2.12.
    I have double-checked and iTunes is still set to organize my library for me.
    Any help would be appreciated, even if it's just to let me know that it's a known issue with this new version.
    I am running Windows 7 (64 bit).

         If you organize your iTunes media folder yourself, DO NOT DO WHAT JonSS DID!.   It will move all your files to folders with the artists name on them instead of by album.  It fixed the video podcasts (and apparent other kinds of video files -  I haven't checked yet) being sent to their respective folders but totally borked my music file system.
          This is fine for me and my iPod Touch, but, my wife has a non-Apple mp3 player and she likes to find music by artist+album. Now all the Compilation Albums are in multiple folders (i.e. The Animal House Sndtrk is not in one folder but in 11 different artist folders in the main Media folder).
          This has happened in the past and I hope some overworked and undereducated (maybe overeducated and underworked is correct?) coder is feverishly trying to fix this. 
         I recommend a reinstall of 10.2.1 to keep control of your library yourself and have the newly downloaded video files assigned to their proper folders.  (btw, if your looking for your recently d/l'd video Podcasts, they are in the Downloads folder as psuedo tmp.mp4 files).  This seems to be a problem with just the video files.  I don't use iTunes to watch my video files. I either watch them on my Touch or on Windows Media Center on my HTPC. So having each show/podcast in it's respective folder is important to keep track of them.
    Luckily, I recently backed up my iTunes Media Folder for a re-install and will use it when I reinstall 10.2.1 (I have approximately 16,000 music files from my CD collection, OS-level organization is quite important)
    Fix one thing...break 3 other things...ahh, the life of a "cut & paste" coder...I knew it well...
    Now I have to find a different RSS-based video Podcast downloader...any suggestions?

  • Save As with suggested file name and folder

    I would like the user to be able to press a save button on the pdf and the "Save As dialogue box" pops up pre-populated with a file name and location choosen. The user can then choose to name the file something otherwise or select a new location. I would just like to save them the steps of copying the field data and finding the correct folder (deeply buried on server) however to place the finished document in.
    This doesn't seem to require a trusted function, but how do I suggest the file name based on a field name in the document. And how do I suggest the folder the document should be saved into?
    Thanks in adavance.

    Hi,
    you need a folder level script to use the browseForDoc method.
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf#page=10 4

  • How to set file name and destination folder without user interaction

    how can I set the file name and destination folder to generate a pdf file like "c:\myfolder\document.pdf" in this folder automatically.
    Is there a tag in .joboptions ?
    Goal: User click print button. In the background a pdf will be generated in e.g. "C:\myfolder\document.pdf".
    that`s it.
    I know that the query dialog for save as can be turned off. But the file name depends on the application.
    Thanks for your help.
    TK

    Hello,
    Please post this  in  PI forums
    Regards, Anil

  • Script to create directory based on current file name and then save the file in that directory

    Hi all,
    I have a need save all my projects in a directory using the name of the main image I am working on.
    Manually these are the steps I used:
    Save As.
    Copy ( press command-c <== the filename is highlighted by default so all I have to do is )
    New Folder ( press the new folder button. Brings up a dialog box)
    Paste ( press command-v. <== Pastes the file name into the "New Folder" dialog box.)
    Save ( press thre save button. Saves the files into the new folder )
    Save As.
    Change format to JPG
    Save
    Change image quality to 12
    I want to assign these actions to a key
    Recording these steps and playing them back does not give me the results I need, snce the original name is hard-coded in the actionlist that was recorded
    What should I be doing instead ?
    Thanks in advance !

    You don’t mention which format the original file is (and figuring that and its current settings out seems too much of a hassle to me) so this would only save the jpgs into the folder (and create one if it does not exist).
    If you want to give it a try, paste the following text into a new file in ExtendScript Toolkit (part of Photoshop’s installation, Applications/Utilities/Adobe Utilities/ExtendScript Toolkit CS4 or /Applications/Utilities/Adobe Utilities-CS5/ExtendScript Toolkit CS5) and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    After restarting Photoshop the Script should be available under File > Scripts and can be assigned a Keyboard Shortcut directly, recorded into an Action, (in CS4 and CS5) be used in a Configurator-Panel or started from ExtendScript Toolkit directly.
    // saves jpg into folder of file’s name next to file;
    // be advised: this  overwrites existing jpgs of the same name without prompting;
    // thanks to xbytor;
    // 2012, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // create folder if it does not exist;
    var folderString = docPath+"/"+basename;
    if (Folder(folderString).exists == false) {new Folder(folderString).create()};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 12;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(folderString+"/"+basename+".jpg")),jpegOptions,true);

  • Pdf portfolio source file name and date in file details

    Is it possible to import the source file name and extension as well as the source file created date in the portfolio file details?  Need to document source to portfolio in working with 3rd parties that will only have the original source.  Need to document what was converted into pdf as not all files in a directory will successfully convert to pdf.  Sometimes need to convert 100's of files.  Manual entry is inefficient.  the file names and modified dates are displayed on the Combine Files dialog.  is there a way to capture the detail on that page?

    I don't need the detail of when the pdf was added to the portfolio.  I
    need know which dwg or jpg or word file was converted and the original
    created date of that file for control of information.
    That is impossible; sorry. For some *very specific* types of conversion to PDF the pdfx:SourceModified XMP tag will be set to show the last-modification date of the source file (for example DOCX files converted using MS Word), but there will never be a human-readable record of the source filename or its creation date unless you have manually added them as document XMP properties after conversion (this is what the "Custom Properties" dialog is for). To embed source data automatically would raise no end of privacy and security problems for customers, who most certainly do NOT want their recipients seeing details of internal documents.
    Without writing a plugin there's no access to the internal workflow of the Combine Files dialog, so you cannot use a script to read the names and dates of the files *before* conversion and store them automatically in the new PDF Portfolio's Fields array.

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • Accessing Enterprise report's file name and path in VBS

    I am trying to capture the name and location of reports within the input store.  I want to create a file that contains the ID, Report Title, Path and File Name.  Here is the snippet of code I have so far:
    Set SessionManager = CreateObject("CrystalEnterprise.SessionMgr")
    set Sess = SessionManager.Logon(usr,psw,aps,sec)
    set iStore = Sess.Service ("", "InfoStore")
    set reports = iStore.Query("SELECT SI_ID,SI_NAME FROM CI_INFOOBJECTS WHERE SI_INSTANCE = 1 AND SI_RUNNABLE_OBJECT = 1 and SI_NAME LIKE 'PCTCR%' )
    for each report in reports
      File = report.Item(1)
      filetxt.WriteLine( Cstr(report.id) & "," & report.title & "," & Path & "," & FileName)
    next
    In looking at the Query Builder, I see SI_FILE1 and SI_PATH in the SI_FILES property bag contain the information I want.  I am having difficulty finding an example of how to extract this information.
    If someone can supply the missing pieces of code it would be greatly appreciated.

    I have found the answer I was seeking.  Just in case someone else would like to have it, I am posting a snippet of my code:
            Console.WriteLine("Capturing report information")
            Dim reports = iStore.Query("SELECT TOP 5000 SI_ID,SI_NAME,SI_PARENT_FOLDER,SI_FILES FROM CI_INFOOBJECTS WHERE SI_KIND = 'CrystalReport' AND SI_INSTANCE = 0 ORDER BY SI_ID")
            Dim TotalRpts = reports.count
            Dim Cnt = 0
            For Each report In reports
                Cnt = Cnt + 1
                Console.Write("Processing report " & CStr(Cnt) & " of " & CStr(TotalRpts) & vbCr)
                FolderString = ""
                sFolder = report.properties("SI_PARENT_FOLDER")
                BuildFolder(sFolder.value)  ' this code can be found in a number of places
                File = report.Properties("SI_FILES").Properties("SI_FILE1")
                Path = report.Properties("SI_FILES").Properties("SI_PATH")
                If Left(Path.value, 12) = "frs://Input/" Then Path = Right(Path.value, Len(Path.value) - 12)
                Path = InputStorePath & Path.Replace("/", "\")
                File = Path & File.value
                filetxt.WriteLine(CStr(report.id) & Comma & Quote & report.title & Quote & Comma & Quote & FolderString & Quote & Comma Quote & File & Quote)
            Next

  • How to print file name and date on document

    How can we print the file name and date, like in the old days, on a document as a header or footer?

    Not the print dialog for iWork but in the app itself. Here is Pages:
    Regards,
    Colin R.

  • Printing FILE NAME and DATE PRINTED?

    when i was on a mac i used to be able to have a default in the printer dialog so that every page printed showed the file name and the data printed. i would like to do this in the mac but i am guessing that this has to be done in either the specialized software dialog box or perhaps in a mac dialog box?
    in any event, can anyone help me figure out where i might find a place to do this? i haveadobe acrobat but i wold also like to do it in something like Preview as well.
    TIA

    hotwheels 22 wrote:
    if i have documents coming that i print for a project and these are quite naturally coming from different software it i have no way now of being able to FIND this file in my computer when i am looking at it.
    Consider using Find from the File menu or Spotlight to search for the document. In one of your previous posts, you stated that you name documents with a date and name. Then perhaps search for the name. Also, with your method of naming documents, if the document is a letter, wouldn't the date on the letter and the person to whom the letter is addressed to give clues to the filename and thus finding it on your computer?
    this is a major organizational issue over here and customizing a template for all my various software should be unnecessary IMHO.
    I do not know how many documents you deal with but I do know that there a many organizations that deal with billions of documents. In addition, if you share documents with others or others with you, there is not a filenaming method that works for everyone. People adapt to each other. A date in a filename could have several forms such as month-date-year or year-month-date, two digits or four digits for year and so on and so forth.
    Are you saying it IS necessary to have this dual file type that has a Pages document which then prints a PDF?
    No. Please re-read  what I wrote and the Pages Help Center articles.
    also, is there in fact a way to save a PDF back out as a Pages document?
    Yes, re-read what I wrote (that which you quoted).
    "Acrobat has the capability to save a PDF in other formats such as Microsoft Word, which can be opened in Pages. That said IMO, a separate Pages document for each "custom" letter/report would not be necessary."
    alternatively i guess i could create a Pages TEMPLATE - that has a DATE in the header that automatically updates .../but/ i am realizing that this has the unfortunate consequence of having the DATE updated if i open the Pages document again
    But that is what you stated you wanted because
    ...and try to remember to SAVE AS this document with another name with the original FILE NAME but a NEW DATE. this does not always work and sometimes i write over the original accidentally.
    anyway, maybe the answer here is to create a Template for any new document type and simply use this template any time i need to create a PDF and then not save or delete the original Pages document but this seems a bit hairy and dangerous in terms of possibly losing a file if i forget to print to PDF or something.
    You have redundant backups, yes?
    It seems that your understanding of a template is different from what it actually is, its purpose and its use. If you have not already done so, try using one of the included Pages templates to create a document that you would reuse to get a better understanding of how it works and to help determine your workflow. What you wrote in the last post seems to be a lot of what ifs but not hands on experience with the software itself. My response was based on my experience of using many types of software and in particular to your questions, Pages and Acrobat. Perhaps you will find better responses in the Pages forum and for Acrobat there is a forum at the Adobe web site.
    is there a lock file functionality in Pages in Mountain Lion or was this in Lion?!
    Perhaps reviewing the tutorials for Pages or searching with Google would  help answer many of your questions.

  • Display file name and remove error from log output

      This script is working great from the GUI but when I call it from a cmd file from a job scheduler it throws out errors. I also want to display from is location the file name and it's byte count(ForEach($File in $Files)) so I can tell if any of the
    files being combined where actually empty. It wants to search the current location from the sever not just-Locations parm..
    Error message in LOG file:
    Get-ChildItem : Cannot find path 'F:\powershell\-SearchFor' because it does not
     exist.
    It's trying to find file install.cmd from where script starts and all the -Locations(which is only the search parm)
    Function Search-Files{
    Param([String[]]$Locations, $SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\Server1\c$\Temp", "\\Server1\c$\Test1" -SearchFor "Install.cmd" -AppendTo "C:\Temp\Search.log"
    Thanks.

     I search multiple shares to find a common file name then create a single output file. I will be doing this search and file creation
    for 5-10 different file names. If there is a better way .. certainly open for suggestions. It's working but having issue with
    the cmd file for every file and folder I check. It puts this error out for each run of the process.
      Error message in LOG file:
    Get-ChildItem : Cannot find path 'F:\powershell\-SearchFor' because it does not exist.
     Thanks.
    I tried your code with little changes and saved in Temp folder.
    My CMD file has the below code
    PowerShell C:\Temp\Untitled1.ps1
    It worked.
    Regards Chen V [MCTS SharePoint 2010]

  • Make "File name" and "Files of type" fields read-only in JFileChooser

    I try to make the "File name" and "Files of type" fields read-only in JFileChooser dialog. Anybody
    knows how to do? Thanks.

    You mean so the user can't choose the name of the file to open or save? Not much point in even using a JFileChooser, then, is there? Or did I misunderstand the question?

Maybe you are looking for

  • Daily Requirements--MRP Segment- Sales order

    Dear all,                In MRP3 view of Material Master  i am using the availability check as 01 -daily requirements ? When i create  2 sales order(make to stock) with the same delivery date , the system grouped the requirement and shown as one requ

  • Download link with parameters.

    I've created a generic download function that takes a couple of parameters. The function works but now I'm trying to find out how to provide a download link that has the parameters filled in based on some page items. Page items: P38_export_type: The

  • PL/SQL : User defined Aggregate Functions ??

    Is it possible to create (using whatever language) a user defined aggregate function for transparent usage within sql ? e.g. select median(myField) from myTable or select empirical_expectation(myField) from myTable thanx in advance .. Tobias Oberstei

  • MacBook frozen on logo screen! Won't start from disk or boot into safe mode

    My MacBook was abnomally sluggish this morning. It froze several times as I checked my Mail, then I clicked 'Get Info' on an Application, and Finder restarted itself. I had to shut it down manually (hold down button.) When I turned it back on it woul

  • N97 Flash flooding pictures

    Ok I have read a lot of post complaining about the flash flooding pictures. This means that there is a side which seems whiter than the other, this side always matches the place where the flash is sitting. I have been looking at this since I got my p