Properties to search for parent items

Hi all

Who are the properties that must be used/filled in the following points for parent items.

Category: property that is important to know which category and catalog this category belongs?

Product: what property should be used to determine to which category and catalogue belongs to this product?

SKU: what property should be used to find out which product, category, and the catalogue of this Reference belongs?

What is the meaning of Scripture = 'false' in customCatalog.xml?

see you soon

Catalog file to-> catalog-> categories-> product-> Sku

1. create SKUs.

2. create the inventory and add above sku in sku inventory property.

2. create the product and add above sku in SKU of the product property.

3. create category and add above produced in 'fixed products of the child' property of this category.

4. create the catalog and add above category in the property "rootCategories' of the catalogue.

5 create catalog file and add the catalog in the "kids catalogs" property of CatalogFolder.

You therefore need to create xml in a way that avoids dependencies found problematic situation.

XML:

You must run the Service Maintenance of base, dyn/Admin under Trade Administration/Basic Maintenance, all derivatives of the property will be created.

Restart your server.

Tags: Oracle Applications

Similar Questions

  • Search for an item in the TaskFlow region

    Hi all

    Jdev version: 11.1.1.6

    I found a lot of code to search for a component, using FacesContext, events etc...

    But in my case it is not working.

    Scenario:

    Home.JSPX
    < f: view >
    < af:document id = "d1" title = "Proposal to create" >
    < af:form id = "f1" >
    < af:region value = "#{bindings.taskflowdefinition1.regionModel}" id = "r1" / > "
    < / af:form >
    < / af:document >
    < / f: view >

    * taskFlowId="/WEB-INF/uw-createProposal-task-flow.xml#task-flow-definition»

    Takflow Pages:

    Page1.JSFF

    "< af:pageTemplate viewId="/Template/CreateProposalTemplate.jspx " id ="pt1" >
    < f: facet name = "header" >
    ...........
    < / f: facet >
    < f: facet = 'body' name >
    < af:commandButton >
    < af:showPopupBehaviour popupid = "parentPopup" >
    < / af:commandButton >

    < af:table id = "tb1" >
    < / af:table >

    < af:popup id = "parentPopup" >
    < af:commandButton >
    < af:showPopupBehaviour popupid = "childPopup" >
    < / af:commandButton >
    < / af:popup >

    < af:popup id = "childPopup" >
    < af:commandButton actionListener = "{AddInsuranceListener.execute}" / > "
    < / af:popup >
    < / f: facet >
    < / af:pageTemplate >

    AddInsuranceListener.java

    Execute()
    {
    RichRegion a_richRegion = a_facesContext.getViewRoot ().findComponent("*r1*") (RichRegion);
    RichPageTemplate a_richTemplate = (RichPageTemplate) a_richRegion.findComponent("*pt1*");
    RicheTableau a_richTable = (richeTableau) a_richTemplate.findComponent("*tb1*");

    SOP ('table' + a_richTable) / / output: richeTableau = tb1 id

    }

    I can able to find the Table action event (tb1) child popup. But I need region id, id proof.
    Substitute any other way is there to avoid the region to find and exculpatory.

    UIComponet root = FacesContext.getCurrentInstance.getViewRoot ();
    root.findComponet ("tb1"); this does not

    Am I following the correct path. Please suggest how to achieve? also provide some documents to follow.

    Please come back if you need clarification.

    Thank you
    -Christian

    Hello

    the command button is in a fragment of the page, you can perform a search. In your actionListener, you receive the actionEvent object from

    RichCommandButton button = (RichCommandButton) actionEvent.getUIComponent();
    RichPopup popup = button.getParent();
    RichTable table = (RichTable) popup.findComponent("tb1");
    ...
    

    You will use only research absolute when the search is started from the parent page. If you are looking for relative

    Frank

  • Search for an item of film in a folder item?

    How to find a film element that can be in a folder item?

    for example: I have a model as the first item in my project Panel, then I have a folder containing the three elements of film that belong to this model below.

    in my script, I want to create a variable to store an element of particular film called "background". Although I don't know how to search for it if its content in a folder (named "images").

    can someone pleease help a beginner

    Thank you

    Sam

    Like this:

    var myFootage = null;

    for (var i = 1; i)<= app.project.numitems;="">

    If ((app.project.item (i) instanceof FootageItem) & (app.project.item (i) .name == 'background')) {}

    If (app.project.item (i).parentFolder.name == "footage") {}

    myFootage = app.project.item (i);

    break;

    }

    }

    }

    at this point the myFootage is either your images in background, or null if not found

    Dan

  • How to use the find method to search for multiple items in a single paragraph?

    I'm desigining a script to find all instances where ctrl + b and ctrl + i are applied to body text and then replace the format of these characters replaced with chartag italic or bold.  Here's what the script is supposed to do:

    1. put the find method in a while loop that overrides seeks format character.
    2. If a substitution of format character is found, pass the text range returned by the find method and the CharPropsChange flag in the GetTextForRange method.
    3. Use a Boolean comparison between the idata of the text element to the angle of character and character constant weight.
    4. What that is the boolean is set to true, and then use the SetTextProp method to set the properties of the text range for the italic or bold character tag properties.

    This script works on the substitution of format first character found however it ignores other substitutions in the same paragraph. The cause of this is that the while loop updated the line of text control used by the find method for the following paragraph in the stream. I think I need to add an inner loop that runs through all the text in a single paragraph, where teaching iteration the loc text used by the find method is based on the same paragraph, but the offset is changed. I don't know how to do this.

    function removeOverrides (RPSC)

    {

    var vDocStart = pDoc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;

    var vBoldFmt = getCharFmt (RPSC, "Bold")

    var vItalicFmt = getCharFmt (RPSC, 'Italic')

    initFA_errno ();

    While (FA_errno is constant .FE_Success)

    {

    var vTextLoc = new TextLoc(vDocStart,0);

    var vFindParams = findOverrideParams (CDRP);

    var vTextRange = pDoc.Find (vTextLoc, vFindParams);

    If (vTextRange.beg.obj.ObjectValid ())

    {

    var vTextItems = pDoc.GetTextForRange (vTextRange, Constants.FTI_CharPropsChange)

    If (vTextItems.length ==! 0)

    {

    If (vTextItems [0] .idata == constant .FTF_WEIGHT)

    {

    pDoc.SetTextProps (vTextRange, vBoldFmt.GetProps ())

    }

    If (vTextItems [0] .idata == constant .FTF_ANGLE)

    {

    pDoc.SetTextProps (vTextRange, vItalicFmt.GetProps ())

    }

    } else (Log (vLogFileName, ' \nERROR: none of the items were found in the table in text format but alternative size were found: ' + pDoc.Name))

    }

    vDocStart = vDocStart.NextPgfInFlow;

    }

    }

    function findOverrideParams (RPSC)

    {

    var vFindParams = AllocatePropVals (1);

    vFindParams [0].propIdent.num = Constants.FS_FindObject;

    vFindParams [0].propVal.valType = Constants.FT_Integer;

    vFindParams [0].propVal.ival = Constants.FV_FindCharacterFormatOverride;

    Return vFindParams;

    }

    Another approach (which is what I usually did) is after the first search to set vTextLoc = vTextRange.end

    Whatever it is, you might consider moving your initialization of vTextLoc and vFindParams outside the while loop. The settings do not change, why redefine them for each search?

  • After that I have to search for an item in my bookmarks, how can I get Firefox to show me where the element is in my favorites?

    After I get a bookmark, I wish I could right click on the search result and have it display where it is actually in my bookmark list. Firefox already has a way to do this? Otherwise, it's a feature I'd like to see added. Thank you.

    Unfortunately, this is not built in.

    Fortunately, there is an add-ons for your pain: Show Parent folder. Use the Options dialog box to view the full hierarchy if your bookmarks are deeply nested.

    What is it?

  • GroupDataModel how to search for an item and row

    Hi all!

    I have a problem with GroupDataModel.

    I create and fill out the template as below:

    
    m_model = new GroupDataModel(QStringList() << "displayName", this);
    ...
    QVariantMap entry;
    entry["contactId"] = QString::number(contact->getId());
    entry["displayName"] = contact->getDisplayName();
    entry["icon"] = contact->getSmallPhoto();
    
    m_model->insert(entry);
    

    After I cath some report like contactDeleted (int id) and want to remove the related item of the model:

    void ContactsViewModel::onContactDeleted(int id)
    {
      //QVariantList indexPath = m_model->lowerBound(QVariantList() << QString::number(id));
      //QVariantList indexPath = m_model->lowerBound(QVariantList() << id);
      //QVariantList indexPath = m_model->find(QVariantList() << QString::number(id));
      QVariantList indexPath = m_model->find(QVariantList() << id);
    
      if (!indexPath.isEmpty())
      {
        m_model->removeAt(indexPath);
      }
    }
    

    But model will always return row to the first article! I used and GroupDataModel::find and GroupDataModel::lowerBound, but result is still the same!

    Please help me, how can I find point correct?

    Hello

    My understanding of the documentation, it is possible to search only the fields that are in sortingKeys.

    I think that GroupDataModel is the construction of indexes on these areas.

    I did some tests:

    If displayName is present in sort keys:

        GroupDataModel *model = new GroupDataModel(QStringList() << "displayName", this);
    
        QVariantMap entry;
        entry["contactId"] = "100";
        entry["displayName"] = "Alex";
        entry["icon"] = "icon1.png";
        model->insert(entry);
    
        entry["contactId"] = "200";
        entry["displayName"] = "Andrew";
        entry["icon"] = "icon2.png";
        model->insert(entry);
    

    then by displayName will work correctly:

    QVariantList indexPath = model->find(QVariantList() << "Andrew");
    qDebug() << "indexPath" << indexPath << "\n";
    // this will print (QVariant(int, 0) ,  QVariant(int, 1) ) which is
    // section 0, item 1
    

    But research by contactId won't work, because it is not present in sortingKeys.

    If you add contactId to sortingKeys:

    GroupDataModel *model = new GroupDataModel(QStringList() << "displayName" << "contactId", this);
    

    then by searching only by displayName will no longer work. Find() maps values to keys, it will only return entries with empty contactId. But lowerBound() can be used instead:

    QVariantList indexPath = model->lowerBound(QVariantList() << "Andrew");
    qDebug() << "indexPath" << indexPath << "\n";
    // this will return:
    // indexPath (QVariant(int, 0) ,  QVariant(int, 1) )
    

    Please note that the lowerBound is not a complete replacement for find. It returns a suggested for element insertion index. So if she is unable to find a match, it will return (0, 0) like suggested insertion point, but not a row empty.

    When you have multiple sort keys the code depending on type of work to find a name:

        GroupDataModel *model = new GroupDataModel(QStringList() << "displayName" << "contactId", this);
    
        QVariantMap matchMap;
        //matchMap["contactId"] = "200";
        matchMap["displayName"] = "Andrew";
        QVariantList indexPath = model->lowerBound(matchMap);
        qDebug() << "indexPath" << indexPath << "\n";
    

    But if the name is not found lowerBound will return (0, 0) - a proposed insertion point. Is not possible to differentiate the value of return "not found".

    But if you try to provide a contactId

        matchMap["contactId"] = "200";
        //matchMap["displayName"] = "Andrew";
    

    It will not work, because it searches in the order in which the sortingKeys have been reported.

    In this case, it will try to 'empty' QVariant DisplayName of match, find nothing and will be (0, 0) return as insertion point proposed without even trying to match contactId-s.

    The find() function is not appropriate as well because it performs the exact match on all fields and requires that all sortingKeys to be defined.

    I hope I have not confused you completely now!

    So, the conclusion seems to be:

    Find() cannot find an exact match and compared all the keys of the supplied with keys in sortingKeys. If values are omitted it is expected that they are NULL in the model.

    lowerBound() returns a suggested insertion or (0, 0) point, if nothing has been put in correspondence. He compares the values passed to it with the sort of keys from left to right (if the first sortingKey did not match it does not compare).

    If these methods are not well suited for finding a specific key value. A possible workaround is an iteration model entries manually and by comparing their values, but it's slow.

    I suggest to create your own datamodel by inheriting from the class DataModel. It is not very difficult, and you can implement any kind of search in there.

  • Search for an item that is created dynamically c ++

    I use ComponentDefinition to create a page.

    ComponentDefinition {
      id: preferences  objectName: "preferences"
      Preferences {
      }
    }
    

    C ++ I want to find this component, how do I do that?

    I tried several approaches with objectName, but none were successful.

    -put objectName in the definition (as seen above)

    -put objectName into the brackets of the above preferences

    -put objectName in the Preferences.qml

    That's how I try to find page:

    Page* preferences = root->findChild("preferences");
    

    What I want to achieve is to broadcast a signal from the qml page dynamically created, which connect to a slot machine c ++ and fill the qml of c ++.

    There is an example in the link that they provided;

    In main.qml:

    https://github.com/BlackBerry/Cascades-samples/BLOB/master/locationdiagnostics/assets/main.QML

  • Search for content when the State is not released

    I would like to know how to search for content items that do not have a value of dStatus of appeared.

    Our use case, is that we have a few users who generate most of our content. At the present time they put the release Date to a value in the distant future, if the documents are not being released. However, when they want to edit or review the documents, they must go to work in progress screen that exposes none of the search functionalities of the AAU. We are looking at workflow, but that does not necessarily easier to find the documents they need, because so many documents will be in the workflow at any given time. Any ideas on how I can help my user documents that have not been released? Thank you.

    I had a similar request. The solution is the following:

    Use the GET_DATARESULTSET Service that executes a query that retrieves data revisions, Documents, and the DocMeta table.
    Build a custom service similar to GET_DATARESULTSET, which can be run by any user (currently this service has access admin only)
    Build a page similar to serach screen, in which the user selects the search criteria.
    Note that the parameter to this service is a database where clause (dDocType = 'XXX') against a content server search query (dDocType "XXX").
    The content button Search/retireve should run the service to return a result set.
    Build a similar model or use the form of search results to display the results.

    I used the service to retrieve results (released and unreleased) but executed with api cis. Therefore, I did not the serach, component of a page of search results page.

    Good luck with your stuff.

    Thank you
    Aparna

  • Why Adobe Reader search for items in a Document that are clearly there?

    I searched regular and advanced a document for words I knew were there and Adobe Reader told me they weren't there. I was looking at a single instance of the item I wanted and Adobe Reader told me he wasn't there, but I was looking directly at a place where the words, that I'm looking. Adobe Reader tells me that it is not in the document of anywhere, which is a lie because I can read and the words for which I searched are there at least once, but Adobe Reader tells me that the words for which I am looking are not in the document at all. This is not the first time that this exact thing happened to me with Adobe Reader, I'm simply tired of taking the extra time to my day to manually search for a document when there are supposed to be tools to do this for me. Sorry to repeat my problem two times but I'm frustrated and I want to make QUITE clear. Can someone help me?

    Yes, the problem is that the document is from a scan. When I resulting in Acrobat, the text becomes available. You can download the trial version of Acrobat to do it yourself.

  • Search for Windows 7 and the button of level a top

    I tried something and found the file I am looking. I want to delete this folder (and not only its contents) and perhaps other things in its parent. Anywho, I click on this file the research and then try to go to the top. First instinct, button up. Well this isn't here, it's just old habit. Expect the little whole bread crumbs. Only brings me back to my research... why I want to get back to my research if I found what I'm looking for.

    Good, well maybe I'm missing something. * click * Search right up to a level or something. Nada. The only way that I can know where I am is by clicking on a file then go to its properties.

    Sorry, but that's all just bad design. I'll admit that maybe miss me something again, please someone help me.

    Hello

    When you search for a file or folder in Windows Explorer, the path to the location of each result must be shown just below found the folder or file. Here is a screenshot.

    http://i196.Photobucket.com/albums/aa86/rvmv/searchresults.PNG

    If you have points of view icon selected, click on the change your view drop-down menu in the top-right of the window, and then select display list, details, tiles or content (the screenshot has selected content).

    Research is a stand-alone that creates a virtual folder that displays the results. There is no part of the folder hierarchy, unless you save the search.

    If you click one of the results and select the location of the open folder, it will take you to the folder where the item.

    To navigate from in any particular file:

    To go to the TOP, press Alt + up arrow.

    To display the path to your current location, click on an empty spot in the address bar.

    Click the arrow to the right of any folder in the address bar and the Parent folder appears in bold text.

    I hope this helps.

    Thank you for using Windows 7

    Ronnie Vernon MVP
  • The search for bookmarks in the library "Show all bookmarks": output is missing an * important * thing...

    (1) open a library "show all bookmarks".
    (2) search for any article you know is there, but you don't know where he is among the Favorites.
    3) click on any element in the resulting list.
    (4) you will see a lot of information about the item (bookmark), you clicked on.

    What you want * NOT * see is this very important piece of information: the LOCATION IN THE LIBRARY OF THIS BOOKMARK.

    Where this bookmark is placed in the library? In what folder/subfolder?

    I invite the developers of FireFox to add this info. Please...

    Thank you!

    There is an add-on for this:

    https://addons.Mozilla.org/firefox/addon/show-parent-folder/

    After installation and activation of the extension, Parent folder must appear on the list of columns in the Library dialog box.

    If you want to see the full hierarchy the bookmark rather that just the name of the folder, you can set the page modules. Either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click Extensions. Find show Parent folder on the right, then click on the Options button.

    Note: The extension was created more than 7 years ago and he's still not a built-in feature, so please don't hold your breath!

  • Search for Win7 colon

    How can I search in Windows 7 for a colon? Given that search filters to specify the properties that I cannot hide it colon. Search for strings inside documents containing a ': '.
    Greetings

    Hello

    I suggest you to return the item and check if it helps.

    Windows Search

    Get to know Windows Search

    Improve Windows searches using the index: frequently asked questions

    Change advanced indexing options

  • Help? A matter of search for Windows 7...

    I need to do a search for - only - hidden files or folders.  I know I can put Explorer "Show hidden files and folders", but it shows - all files, not just those with the hidden attribute.  I don't want to go through every file on my machine to pick them up.

    Any help would be appreciated, thanks :)

    We cannot directly use Windows 7 search to generate a list of items with a specified attribute.  We can however in the command prompt.  Or, a third option is to use another software of research that is out there that allows searching by attribute.

    If using Windows 7 search, search using other properties you want, and then set the results window to display the named attributes column.  (You can specify the columns of information appear - just right-click on any column title to display a menu, then click more... for a list.)  Move the pointer of the mouse on the title attributes column and button click the arrow that appears to the right of the title.  Click to put check marks in the boxes to the left of the desired attributes and combinations of attributes in the list of choices that appears.

    Alternatively, with search for Windows 7, you can search with the attributes property, but oddly only by a numeric code that represents the sum of all the attributes of a file could have.  Looking for attributes: 2 will give you all the files that have the hidden only attribute and no other attributes, but because the files can have several attributes, there are numerous possible different amounts you would search too so it isn't practical.

    With a command prompt window, you can navigate the directory (folder or disk) that you want to search in (if you are familiar with the tricks of MS-DOS) and enter:

    dir / a: h/s/b > results.txt

    to create a file named results.txt in the current directory.  Leave aside the/s if you do not want the included subdirectories in the search.  Leave aside the/b (naked format) If you want to see the date, time, size and the information summarized for each file.

    Other software from research that can search by specified attribute includes:

    http://easexp.com/XSearch/

  • Search for text in the file Excel, Explorer, does not.

    Have a workbook (.xlsm).  In a cell, there is a simple text value (not the result of a formula).  The value is "Homestreet. I type Homestreet in the search box on Windows Explorer.  By the Explorer, the file is not found.  Many users report similar complaints, and so I found several suggested solutions that sounded quite peremptorily declared. So, I have and have done or checked all of the following items, but still the file is not found when I search for it using Windows Explorer.

    o that I have rebuilt the index (which was like 24 hours or more).
    o in the Explorer. Search folder options, I chose "always search file names and contents", "include subfolders" and "find partial matches."
    o in the Panel. Indexing Options. Advanced | Types of files, the file of type "xlsm", it is checked and the option for "Properties Index and contents of the file" button is selected for that file type.
    o checking attributes advanced in each folder to the folder containing the file, 'allow files in this folder to have content indexed in addition to the properties' is checked.
    I have no idea why should have to do all these things simply to find text in an excel file, but I have them all.  Seems to be a very poor design something that should just be simple. Seems more reliable to find something on the internet, with a simple and direct search by typing text into a search box, to find something on my local C drive! But, beyond this comment... the result of all the above is effort... still, the search does not find the file!
    So is there any other suggestions to get the Search Explorer to work? (Or, if you have any suggestions for a good a third-party tool efficiently search my local disc C, which can actually search the contents of Excel files, this suggestion would be appreciated, too).
    Thank you!
    Tom

    Hi Tom,

    Thanks for choosing Microsoft Community Forums.

    According to the description, it seems that you are having problems to find a file using search in Windows Explorer and in the Excel file. I'll be happy to help you with this problem.

    (1) is confined to a specific file?

    (2) you receive an error message?

    (3) have you made changes on the computer before this problem?

    Method 1: I suggest you follow the steps to run the troubleshooter from the link and if it helps.

    Open the troubleshooter for search and indexing

    http://Windows.Microsoft.com/en-us/Windows7/open-the-search-and-indexing-Troubleshooter

    Method 2: I have run the Microsoft FIXIT for the link, and also suggests.

    Difficulty of Windows Desktop Search when it hangs or no display of results

    http://support.Microsoft.com/mats/windows_search/en-us

    See also:

    http://Windows.Microsoft.com/en-us/Windows7/improve-Windows-searches-using-the-index-frequently-asked-questions

    http://Windows.Microsoft.com/en-us/Windows7/change-advanced-indexing-options

    I hope it helps. If you have any questions about Windows in the future, please let us know. We will be happy to help you.

  • How to search for files in a subfolder

    Hello

    I'm trying to get the files of WebCenter Content11.1.1.8 using RIDC (see the code example).

    IdcClientManager Manager = new IdcClientManager();

    IdcClient idcClient = manager.createClient ("idc://localhost:4444"); ")

    UserContext IdcContext = new IdcContext (username, passwoord); fill the binder with the settings

    DataBinder binding = idcClient.createBinder ();

    binder.putLocal ("IdcService", "GET_SEARCH_RESULTS");

    binder.putLocal ("QueryText", "dDocFullText < contains > < qsch >" + "blah" + "< /qsch >");

    binder.putLocal ("SearchEngineName", "oracletextsearch");

    binder.putLocal ("ResultCount", "20");

    ServiceResponse response = idcClient.sendRequest (userContext, binder);

    DataBinder serverBinder = response.getResponseAsBinder ();

    binding = response.getResponseAsBinder ();

    ResultSet DataResultSet = binder.getResultSet ("SearchResults"); loop through the results

    System.out.println ("found documents:" + "\n" + "");

    {for (DataObject dataObject: {resultSet.getRows ())}

    System.out.println ("title:" + dataObject.get ("dDocTitle"))

    + "," + "Is:" "+ dataObject.get ("dDocAuthor").

    + "," + "Extension is: '" + dataObject.get ("venture"));

    System.out.println("");

    }

    Documents found:

    The title is: blah blah, author is: jcooper, Extension is: docx

    The title is: search for text in the document, author is: jcooper, Extension is: txt

    The title is: is a blah document, the author is: jcooper, Extension is: txt

    Now that I get all the files in the WebCenter.  My question is how can I get the files in a subfolder. (by example/folders/my folder/Test1)?

    Do you have any advice?

    Kind regards
    Rigassi

    Hi Rigassi,

    The text of the query should be changed and made like this:

    binder.putLocal ("IdcService", "GET_SEARCH_RESULTS");

    binder.putLocal ("QueryText', '(xParentFolders '074D286A703B4082DCC6CAF4C86D0853' ) (test)');

    binder.putLocal ("SearchEngineName", "oracletextsearch");

    binder.putLocal ("AdvSearch", "True");

    binder.putLocal ("ResultCount", "20");

    Try this, it will list the content items that are present in the parent folder and its subfolders.

    Thank you

    Srinath

Maybe you are looking for

  • Basics of microsoft, as installed on vista, still works after that I have switch to firefox?

    I am moving from Vista to Firefox and want to know if Microsoft Essentials will continue to run after I made the change. MSE has preformed well for many years and I would like to avoid having to change to another anti-virus program.

  • Software Instalation__

    When you install new software, I get the following message is displayed: "The Windows Installer Service could not be accessed, this can occur if Windows Installer is not correctly installed.".  Contact your support staff for assistance. This is the f

  • BlackBerry smartphones hide all the icons?

    Hi is it possible to get rid of all the icons on the screen, so you can only see the screen saver? Thank you, mimi

  • Creation of sections in Adobe Muse CC

    I'm new to Muse and the learning curve for the effects of scroll is steep!  I just watched a short tutorial Adobe on the establishment of a Web site the effects do scroll down a page. He hastily calls "sections" where there are various scrolling effe

  • By changing the color of all text in a document?

    Is there a way to display all colors at once instead of selecting all text in each text box?  Right now, his black text and I want it to be a dark purple?  I'm sure its something simple that I can't find.Thanks in advance...