Change the content of the xml document as data selected with SQLX functions

Hi all
I have seen several examples of database xml documents using SQLX functions but they seem to be simple queries, which we reproduce the same forest of xml in all elements. What I'm trying to do is to create something like the following:


< billing xmls = "http://blurb.com" >
< header >
< timestamp > 2008-12-11 13:28:46 < / timestamp >
< source > ORCL < / source >
< / header >
< transaction and billing-answers >
< invoice-transaction-response >
< invoice-transaction-id > 36866320 < / billing-transaction-id >
ORDER of < invoice-transaction-type > < / billing-transaction-type >
<-group-id of transaction > 092220082100 < / transaction-group-id >
< ok >
< charged to date > 2008-09-22T 10: 20:43 - 05:00 < / beak-date >
< /OK. >
< / billing-transaction-response >
< invoice-transaction-response >
< invoice-transaction-id > 37617490 < / billing-transaction-id >
ORDER of < invoice-transaction-type > < / billing-transaction-type >
<-group-id of transaction > 112020082100 < / transaction-group-id >
< error >
reasons <>
< reason >
< text > impossible to derive information of customer SHIP_TO < / text >
< / reason >
< / reasons >
< / error >
< / billing-transaction-response >
< / billing-transaction-answers >
< / billing >


I can see how to generate the individual components of the xml document, but I don't know how to put this together in a single select statement:


SQL > SELECT XMLElement ("billing", XMLAttributes (http://blurb.com LIKE "xmls")
2, XMLElement ("header"
3, XMLElement ("timestamp", TO_CHAR (SYSDATE, ' YYYY-MM-DD HH24:MI:SS'))))
4, XMLElement ("source", "ORCL'"))).extract('/*') xml
5 FROM DUAL;

XML
----------------------------------------------------------------------------------------
< billing xmls = "http://blurb.com" >
< header >
< timestamp > 2008-12-11 13:28:46 < / timestamp >
< source > ORCL < / source >
< / header >
< / billing >


SQL > SELECT XMLElement ("billing transaction-answers"
2, XMLAgg (XMLElement ("billing-transaction-reply"
3, XMLElement ("billing transaction id", billing_transaction_id)
4, XMLElement ("billing-transaction-type", billing_transaction_type)
5, XMLElement ("transaction-group-id", transaction_group_id)
6, XMLElement ("ok"
7, XMLElement ("beak-date", billed_date))).extract('/*') xml
8 FROM table_a
9 status WHERE! = 'E';

XML
----------------------------------------------------------------------------------------------------
< transaction and billing-answers >
< invoice-transaction-response >
< invoice-transaction-id > 36866320 < / billing-transaction-id >
ORDER of < invoice-transaction-type > < / billing-transaction-type >
<-group-id of transaction > 092220082100 < / transaction-group-id >
< ok >
< charged to date > 2008-09-22T 10: 20:43 - 05:00 < / beak-date >
< /OK. >
< / billing-transaction-response >
< / billing-transaction-answers >



MDACFS@CORPD23 > SELECT XMLElement ("billing transaction-answers"
2, XMLAgg (XMLElement ("billing-transaction-reply"
3, XMLElement ("billing transaction id", billing_transaction_id)
4, XMLElement ("billing-transaction-type", billing_transaction_type)
5, XMLElement ("transaction-group-id", transaction_group_id)
6, XMLElement ("error"
7, XMLElement ("patterns"
8, XMLElement ("reason"
9, XMLElement ("text", error_message))).extract('/*') xml
10 FROM table_a
* 11 situation WHERE = 'E '; *

XML
-------------------------------------------------------------------------------------
< transaction and billing-answers >
< invoice-transaction-response >
< invoice-transaction-id > 37617490 < / billing-transaction-id >
ORDER of < invoice-transaction-type > < / billing-transaction-type >
<-group-id of transaction > 112020082100 < / transaction-group-id >
< error >
reasons <>
< reason >
< text > impossible to derive information of customer SHIP_TO < / text >
< / reason >
< / reasons >
< / error >
< / billing-transaction-response >
< / billing-transaction-answers >

This is my first attempt to generate xml from the database if it is not a correct approach then please notify. Any help much appreciated.

See you soon,.
Paul.

Given you already wrote each song as a separate statement which refers to what you want, you already have the concept and just need to merge the three queries SQL in one alone. Here is an example of the fusion of your first two SQL set statements.

SELECT XMLElement("billing", XMLAttributes('http://blurb.com' AS "xmls")
        ,XMLElement("header"
          ,XMLElement("timestamp", TO_CHAR(SYSDATE, 'YYYY-MM-DD HH24:MI:SS'))
          ,XMLElement("source", 'ORCL')
         ),
         (SELECT XMLElement("billing-transaction-replies"
                  ,XMLAgg(XMLElement("billing-transaction-reply"
                   ,XMLElement("billing-transaction-id", rownum))))
           FROM dual
           CONNECT BY level <= 5
         )) rslt
FROM DUAL;

returns


     
2008-12-12 09:21:39 ORCL
1 2 3 4 5

Tags: Database

Similar Questions

  • Downsaving to CS2 to CS4 - how to change the XML declaration

    I am under CS4 and am trying to downsave a CS4 CS2 file.  After a Google search, I found this page http://indesignsecrets.com/double-downsave.php that recommend this following:

    "I open the INX file and changed the XML declaration: .

    <? using style = "33″ type is 'document' DOMVersion is" 6.0 readerVersion = "5.0″ featureSet =" product = 257″ "6.0 (352)" "?" >

    TO:

    <? using style = "33″ type is 'document' DOMVersion is" 5.0″ readerVersion = "4.0″ featureSet =" product = 257″ "5.0 (662)" "?" >

    In other words, I have said my file from version 5 (aka CS3) CS2 and that can be read by version 4 (CS2). I changed the attribute 'product' to start, just in case CS2 sought also to this. »

    If I understand his instructions, I am to export the CS4 document in INX CS3 document, and then open that INX doc with a text editing program and edit the text as shown above.  After exporting to INX, I opened in Word and looked for ' <? aid' and it is nowhere in the many pages of text.

    I have also exported the CS4 one doc XML, but have had no success in finding this specific line.  What mistake I have done?


    Thanks in advance for helping this newbie!

    -Laura

    Word is not a text editor, it is processing. Open it in Notepad.

    Bob

  • How to change the xml link?

    First a few words about my background:

    I got a page on a version of InDesign CS3 layout. Now, I'm creating a procedure to automate the production of several pdf based on this provision. Manually process would be to open the page layout; change the xml with each xml source link and create a file pdf corresponding...

    First question:

    In CS4 when I want to manually edit the xml link, the open dialog box prevents me (xml files are grey) to select xml files, it is a well known problem? How can I avoid it?

    Second question:

    How to change the script xml link?

    Last question - applescript question -:

    How to skip application dialog boxes? As "this document is missing a few links, would continue you?

    If you want to be able to help me, thanks in advance!

    There is a piece of code found on the net:

    tell document 1 of application "Adobe InDesign CS3"relink thisItemLink to someFileReferenceupdate thisItemLinkend
    
  • Merge the XML document in a table

    Hello
    I want to merge some of the values of an xml document in a table "Project_Table".

    CREATE TABLE Project_Table
    (
    TASK_ID NUMBER (15),
    TASK_NAME VARCHAR2 (100 BYTE),
    START_DATE DATE,
    )

    I am using the following procedure, that I adapted from another post. It inserts null values, I think because I'm not showing the nodes correctly.

    DECLARE
    BFILE v_bfile: = BFILENAME ("'DTEMP","test.xml");
    v_clob CLOB.
    BEGIN
    -Create directory DTEMP as "C:\TEMP";
    -grant read the < schema > DTEMP directory;

    DBMS_LOB.CREATETEMPORARY (v_clob, TRUE);
    DBMS_LOB. OPEN (v_bfile, DBMS_LOB.lob_readonly);
    DBMS_LOB. LoadFromFile (v_clob, v_bfile, DBMS_LOB.lobmaxsize);
    Dbms_output.put_line (v_clob);
    MERGE IN project_table t
    USING (SELECT TO_NUMBER (EXTRACTVALUE (VALUE (x), ' / task ')) task_id,)
    To_date (EXTRACTVALUE (value (x), "/ start"), 'DD-MM-YYYY') start_date,
    EXTRACTVALUE (value (x), "/ name") TaskName
    (SELECT XMLTYPE (v_clob) XML
    THE DOUBLE).
    TABLE (XMLSEQUENCE (EXTRACT (xml, ' / project'))) x) r
    WE (t.task_id = r.task_id)
    WHEN MATCHED THEN
    UPDATE
    SET t.start_date = r.start_date, t.task_name = r.task_name
    WHEN NOT MATCHED THEN
    INSERT (task_id, start_date, taskname)
    VALUES (r.task_id, r.start_date, r.task_name);
    COMMIT;
    END;

    This is the document of test.xml.

    <? XML version = "1.0" encoding = "UTF-8"? >
    -name of the project 'ProjectName' company 'Company' webLink = = = "" view-date = '2009-12-14"see-index '0' = gantt-Divider-location = '300' resource-divider-card ="300"version ="2.0">"
    < description / >
    < zoom-view state = "default: 8" / >
    -<!
    ->
    -< calendars >
    -day-types >
    < day-type id = '0' / >
    < day-type id = "1" / >
    -< Calendar id = "1" name = "default" >
    < Sun weeks default = '0' LUN '0' = TEU = '0' kills = '0' game = '0' Fri '0' = Saturday = '0' / >
    < overloaded-day-types / >
    < days / >
    < / calendar >
    < / day-types >
    < / calendars >
    -task color = "#8cb6ce" >
    -< taskproperties >
    < taskproperty id = "tpd0" name = 'type' type = 'default' valuetype = "icon" / >
    < taskproperty id = "TDP1" name = 'priority' type = 'default' valuetype = "icon" / >
    < taskproperty id = "tpd2" name = 'info' type = 'default' valuetype = "icon" / >
    < taskproperty id = "tpd3" name = "name" type = 'default' valuetype = "text" / >
    < taskproperty id = "tpd4" name = "begindate" type = 'default' valuetype = "date" / >
    < taskproperty id = "tpd5" name = "enddate" type = 'default' valuetype = "date" / >
    < taskproperty id = "tpd6" name = "Duration" type = 'default' valuetype = "int" / >
    < taskproperty id = "tpd7" name = "completion" type = 'default' valuetype = "int" / >
    < taskproperty id = "tpd8" name = "Coordinator" type = 'default' valuetype = "text" / >
    < taskproperty id = "tpd9" name = "predecessorsr" type = "default" valuetype = "text" / >
    < / taskproperties >
    < job id = '0' name = 'TaskA"color =" #0099cc "form = meeting"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"="false"start ="2010-01-28"duration ="1"complete ="0"priority ="1"expand ="true"/ >
    < task id = "1" name = "TaskB" color = "#ff0000" form = meeting "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" = "false" start = "2010-01-28" duration = "1" complete = "100" priority = "1" expand = "true" / >
    < job id = "2" name = 'Day' color = "#ff9933" form = meeting "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" = "false" start = "2010-02-01" duration = "19" complete = "0" priority = "1" expand = "true" / >
    < job id = "3" name = "TaskD" color = "#ff0000" form = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" meeting = "false" start = "2010-02-01" duration = "32" full = "100" priority = "1" expand = "true" / >
    < job id = "4" name = "TaskE" color = "#66ff99" form = meeting "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" = "false" start = "2010-02-01" duration = "67" complete = "0" priority = "1" expand = "true" / >
    < job id = "5" name = "TaskF" color = "#66ff99" form = meeting "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" = "false" start = "2010-02-01" duration = "46" complete = "10" priority = "1" expand = "true" / >
    < job id = "6" name = "TaskG" color = "#00cccc" form = meeting "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" = "false" start = "2010-03-15" duration = "30" complete = "0" priority = "1" expand = "true" / >
    < job id = "7" name = "TaskH" color = "#00cccc" form = meeting "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" = "false" start = "2010-03-15" duration = "103" full '1' = '1' priority = expand = "true" / >
    < job id = "8" name = "TaskI" color = "#0000ff" form = meeting "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" = "false" start = '2010-04-26' length = "11" complete = "0" priority = "1" expand = "true" / >
    < job id = '9' name = 'TaskJ"color =" #0000ff "form = meeting"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"="false"start = '2010-04-26' length ="11"complete ="0"priority ="1"expand ="true"/ >
    < job id = "10" name = "TaskK" color = "#000000" meeting = 'false' start time = "2010-07-12" = "65" full = "0" priority = "1" expand = "true" / >
    < / tasks >
    < resources / >
    < allowances / >
    < holiday / >
    -< taskdisplaycolumns >
    < displaycolumn property id = "tpd3" order = "0" width = "75" / >
    < displaycolumn property id = "tpd4" order = "1" width = "75" / >
    < displaycolumn property id = "tpd5" order = "2" width = "75" / >
    < displaycolumn property id = "tpd7" order = "3" width = "75" / >
    < / taskdisplaycolumns >
    < Previous / >
    < roles roles-name = "Default" / >
    < / project >

    Any ideas how to change the procedure, in order to merge the data in the xml document in the table?

    Thank you

    Hello

    Here's what you need in your USING clause:

    SELECT to_number(extractvalue(column_value, 'task/@id'))                as task_id,
           to_date(extractvalue(column_value, 'task/@start'), 'YYYY-MM-DD') as start_date,
           extractvalue(column_value, 'task/@name')                         as task_name
    FROM TABLE(
      XMLSEQUENCE(
        EXTRACT(xmltype(v_clob), '//task')
      )
    )
    

    Since you want nodes "task" request, just extract them directly. In addition, 'id', 'start', 'name' is attributes, you must access them with an '@'.

    You can also take a look at function XMLTABLE (which tends to replace construction TABLE (XMLSEQUENCE (...))):

    SELECT *
    FROM XMLTABLE(
     '//task'
     passing xmltype(v_clob)
     columns task_id    number(15)    path '/task/@id',
             start_date date          path '/task/@start',
             task_name  varchar2(100) path '/task/@name'
    )
    

    Edit: the XMLType constructor overload taking a BFILE type as an argument, so you can simplify the code a bit more:

    DECLARE
    
     v_xml XMLTYPE := XMLTYPE( BFILENAME('DTEMP', 'test.xml'), nls_charset_id('AL32UTF8') );
    
    BEGIN
    
    MERGE INTO project_table t
    USING (
      SELECT *
      FROM XMLTABLE(
       '//task'
       passing v_xml
       columns task_id    number(15)    path '/task/@id',
               start_date date          path '/task/@start',
               task_name  varchar2(100) path '/task/@name'
      )
    ) r
    ON (t.task_id = r.task_id)
    WHEN MATCHED THEN ...
    WHEN NOT MATCHED THEN ...
    ;
    
    ...
    
    END;
    

    HTH

    Published by: odie_63 on March 18, 2010 12:13

    Published by: odie_63 on March 18, 2010 12:15

  • Display the error when the xml document is not valid against the schema

    Hello

    I'm using isChemaValid() in a way that, to determine if the xml document is valid against the xml schema.

    This function returns only 0 or 1, and I want to display the error and the line number if the xml is not valid.

    How can I achieve this?

    Thanks in advance,

    Elad

    Use the XMLType schemaValidate() method. It will throw an exception whose message contains the validation error.

    Get a number of 'line' is not sensible as XML is concerned.

  • cannot change the pdf document

    purchase the program and cannot change the pdf document

    Hi Michael,

    In order to remove the pages in a PDF using Acrobat Pro DC, you must choose "Arrange Pages" in the right pane, select the pages and choose the trash icon in the top bar (or use the delete key).

    Thank you

    -atul

  • How to extract the node where the value of the node is the max in all of the XML document?

    Hello

    I have a transaction that refers to an xmltype in iRecruitment, containing multiple versions of the same node as follows:

    (only for the example data)



    {noformat} & lt; Transaction & gt;


    & lt; data & gt;


    & lt; ObjectVersionNumber & gt; 1 & lt; / object_version_number & gt;


    & lt; EO & gt;


    & lt; Attribute1 & gt; A & lt; / Attribute1 & gt;


    & lt; Attribut2 & gt; B & lt; / attribut2 & gt;


    & lt; /EO & gt;


    & lt; / data & gt;


    & lt; data & gt;


    & lt; ObjectVersionNumber & gt; 2 & lt; / object_version_number & gt;


    & lt; EO & gt;


    & lt; Attribute1 & gt; A & lt; / Attribute1 & gt;


    & lt; Attribut2 & gt; C & lt; / attribut2 & gt;


    & lt; /EO & gt;


    & lt; / data & gt;


    & lt; data & gt;


    & lt; ObjectVersionNumber & gt; X & lt; / object_version_number & gt;


    & lt; EO & gt;


    & lt; Attribute1 & gt;? & lt; / Attribute1 & gt;


    & lt; Attribut2 & gt;? & lt; / attribut2 & gt;


    & lt; /EO & gt;


    & lt; / data & gt;


    & lt; / Transaction & gt; {noformat}

    I can extract a value for FULL-TIME 1 or 2, is not a problem.
    However, how can I go on the selection of a value of an attribute below FULL-TIME X, where X is the maximum value of FULL-TIME in any node in the XML document?

    I tried to the last node corresponding to my way, but it is not always the case that the FULL-TIME max will correspond to this scenario.

    Any help would be greatly appreciated!

    Thank you very much, Pete

    Published by: Pete Mahon on February 24, 2009 12:11

    Here's a way

    SQL> set long 100000
    SQL> with XML as (
      2  select XMLTYPE(
      3  '
      4  
      5     
      6             1
      7             
      8                     A
      9                     B
     10             
     11     
     12     
     13             2
     14             
     15                     A
     16                     C
     17             
     18     
     19     
     20             3
     21             
     22                     ?
     23                     ?
     24             
     25     
     26  ') OBJECT_VALUE
     27    from dual
     28  )
     29  select DATA, OVN
     30    from XML,
     31         XMLTable
     32         (
     33           '/Transaction/data'
     34           passing OBJECT_VALUE
     35           columns
     36           DATA XMLType path '.',
     37           OVN  number  path 'ObjectVersionNumber'
     38         )
     39   where OVN = ( select MAX(OVN)
     40                   from XML,
     41                        XMLTable
     42                        (
     43                          '/Transaction/data'
     44                          passing OBJECT_VALUE
     45                          columns
     46                          OVN  number  path 'ObjectVersionNumber'
     47                        )
     48               )
     49
    SQL> /
    
    DATA
    --------------------------------------------------------------------------------
           OVN
    ----------
    3?
    ?
             3
    
    SQL>
    
  • Change the highlight color when you select files or folders

    Hello
    Need assistance to change the highlight color when you select files or folders in Windows Explorer / my document.
    I use Windows Vista with SP2.  I tried to go to control-online personalization panel => color & appearance of the window and changing the settings.  However, I can't change the intensity of the highlights that I see it clearly.  A little blind colours, I would like to change the color to make it darker so that I could clearly see when an item is selected.
    I tried open classic appearance for color options properties more-online advance but did not find an appropriate under "Item" option that I could change.  I tried the step "Selected items" under ' point:' but that only applies when I double click on a file or folder.
    Any advice would be greatly appreciated.
    The

    Salvation of

    Sorry to hear that the option is good enough for you.  I've done some research more and that you still do not see a way to change what you're asking.  As I said before, others have mentioned this issue as well.  If I come across a way to do it, I'll post it here.

    In the meantime, I'm going to Mark this post as answer whose answer is:

    Currently, there is no way to make this change in Windows Vista.

    Thanks for posting on Microsoft Answers.
    Ken
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Change the format of a date field to be used in a file name.

    Good afternoon!

    I use Livecycle ES3 and Adobe Professional XI

    I have a form in livecycle for employee evaluations.

    I'm saving a file based on domain names.  My problem is when I use a date in my file name field.  I have the scripts to work for the confidence function and the button on the form field.  They are listed below.

    Script folder level-

    mySaveAs = app.trustPropagatorFunction (function (doc, path)
    {
    app.beginPriv ();
    doc.saveAs (path);
    app.endPriv ();
    });

    myTrustedSpecialTaskFunc = app.trustedFunction (function (doc, file_path)
    {
    Privileged and non-privileged code above
    app.beginPriv ();
    mySaveAs (doc, file_path);
    app.endPriv ();
    });

    Button script

    () myTrustedSpecialTaskFunc

    this, "/ c/myfiles / ' + ReviewPeriodTo.rawValue + '-' + Div.rawValue + '-' + EVALTTYPE.rawValue + '-' + LASTNAME.rawValue + '-' + FIRSTNAME.rawValue +

    ".pdf");

    My problem is the ReviewPeriodTo.rawValue.  When I enter data in the form and that you do not enter a value for the ReviewPeriodTo field, the file is saved with the values of other fields, and a null value is inserted where the field would go to date.

    When I type a value such as 2014-03-15 in the area of the ReviewPeriodTo and values in other areas, it works.

    When I try to insert a value in as the 15/03/2014 in the area of the ReviewPeriodTo, I get the following error.

    RaiseError: The file may be read-only or another user can open. Please save the document under a different name or in a different folder.

    Doc.saveAs:16:XFA:form1 [0]: page 1 [0]: #subform [0]: Button3 [0]: mouseUp

    = > The file may be read-only or another user may be subject to open. Please save the document under a different name or in a different folder.

    My problem is, it's part of a much larger process when I import information from a make table query MS Access which is exported to Excel.  If I could just format field data automatically to formation of yyyy-mm-dd since t, that would work, but I don't know how to do coding in MS Access.

    Question: How can I format the data which are entered on the form to be the yyyy-mm-dd format?

    I tried to change the display format and data through models livecycle for the field, but it does not work.

    Any help would be greatly appreciated!

    Thank you

    Hello

    It sounds like you need to specify all the formats users can enter the date in the editing modes.  If it matches one of the formats then the rawValue will be automatically formatted to yyyy-mm-dd format.

    This means that if the formattedValue is equal to the rawValue then the date does not match one of the edition models so you will need display an error message.

    Concerning

    Bruce

  • Cannot change the brightness on Toshiba Tecra S11 with Win7 using the FN keys

    I can't change the brightness on Toshiba Tecra S11 with Win7 using the FN keys (disable audio and other work fine) when logged in as a normal user.
    Shortcuts keyboard console appears and pressing F6 or F7, the brightness is always set to level 1 (no matter how luminous monitor is really) and cannot be changed.
    I can change it via power or Administrator Options.

    Hello

    Maybe you didn't install VAP (value added package) for all user accounts.
    Please reinstall VAP by using your user account.

    You can also check if the user account is the Admin right supported.
    You can run simple applications (exe) as an administrator.
    For this, he must right click on exe file (value package) and should choose + Run as administrator. +

    Check it!

  • How can I change the main language of a laptop with windows 7 from Spanish to English

    How can I change the main language of a laptop with windows 7 from Spanish to English

    What version of W7 do you run? Ultimate?

    See - http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/how-to-change-system-language-of-windows-7-home/d58fb37b-cb02-41c8-986f-22582fd35a12 and http://windows.microsoft.com/en-gb/windows7/install-or-change-a-display-language for the detailed information.

  • How to change the vmdk in another data store

    for my vm four disks are there I want to increase disk capacity but there is no space on the data store

    Hello

    Solution is that you must change the drive to another data store and increase space.

    First findout in spatial data store is avaialble.

    Select the virtual machine and migration - migration datastore - Advanced - click the drive on which you want to increase space - browse - choose data store where space is available - finishing

    After migration - more space.

  • Hello.. I have adobe document cloud free 5 GB of storage. I added documents inside. But I don't see them in Adobe acrobat reader section of cloud for the DC document. I connected with the same ID

    Hello.. I have adobe document cloud free 5 GB of storage. I added documents inside. But I don't see them in Adobe acrobat reader section of cloud for the DC document. I connected with the same ID

    Document cloud does not work in some locations of Acrobat Reader. So I used this method.

  • How can I change the settings so that your handheld with substitute Office?

    I know it's a very simple question, but I can't find the option anywhere in the software of my Palm, but how can I get to the place where I can change the settings to make your handheld with priority to the office and vice versa?

    Thanks in advance!

    in your taskbar in the lower-right corner right click on Hotsync Manager then...

    For Palm Desktop 6.2

    Settings > applications > then you can stocks to HH o DT for the agenda, the address, the list of tasks, Notepad,

    For Palm Desktop 4.2, 4.1, 4.1.4E

    Custom > you can then change the actions for all the PIMS

  • Cannot change the original document in preview

    Hello

    After upgrading to Sierra, I can no longer edit a document in preview mode before without making a copy. When I opened a pdf file of Evernote in the preview and change, I get the message, "the original document is not editable, so created a duplicate with your changes." I can't understand how to solve this problem. Any ideas, or is this a bug?

    Preview continues to be a viewer and annotation tool, but it's not a PDF Editor. You can add multiple annotations and save the PDF file on itself and leave the preview. When you reopen the document, you can edit your annotations.

    I can open a PDF form, enter some content in the fields of the form with preview and then save it back on itself. Reopen it in preview, I can change the content previously placed in the fields of the form. Still no offer to duplicate the PDF file.

    Can't reproduce your problem with 9.0 and macOS Sierra 10.12.0 Preview (A 16, 323).

    Do not use Evernote.

Maybe you are looking for