Content of folder

Hi experts,
I want to know if there is MF ou samething that for geting the contents of directory. I want récup all files of my folder in the list or file for example.
NB: Version SAP ECC6.0
It's urgent!
Thanks

Hi,
You can use the class CL_GUI_FRONTEND_SERVICES
for handling of the files.
The class CL_GUI_FRONTEND_SERVICES is based on the Control Framework. See the documentation for more information, in particular on CL_GUI_CFW=>FLUSH which must be called after many CL_GUI_FRONTEND_SERVICES methods.
Migration Information
The old file transfer model was based on function modules of the function group GRAP. The old features have been replaced by the class CL_GUI_FRONTEND_SERVICES. The following list contains the old function modules (italic) and the new methods (bold) that replace them:
CLPB_EXPORT
CLIPBOARD_EXPORT
CLPB_IMPORT
CLIPBOARD_IMPORT
DOWNLOAD
GUI_DOWNLOAD, dialog replaced by FILE_SAVE_DIALOG
PROFILE_GET
No replacement, use REGISTRY_* methods instead
PROFILE_SET
No replacement, use REGISTRY_* methods instead
REGISTRY_GET
REGISTRY_GET_VALUE, REGISTRY_GET_DWORD_VALUE
REGISTRY_SET
REGISTRY_SET_VALUE, REGISTRY_SET_DWORD_VALUE
UPLOAD
GUI_UPLOAD, dialog replaced by FILE_OPEN_DIALOG
WS_DDE
Obsolete: This function is no longer supported.
SET_DOWNLOAD_AUTHORITY
Obsolete: This function is no longer supported.
WS_DOWNLOAD
GUI_DOWNLOAD
WS_DOWNLOAD_WAN
Obsolete: This function is no longer supported.
WS_EXCEL
Obsolete: This function is no longer supported.
WS_EXECUTE
EXECUTE
WS_FILENAME_GET
FILE_SAVE_DIALOG, FILE_OPEN_DIALOG
WS_FILE_ATTRIB
FILE_SET_ATTRIBUTES, FILE_GET_ATTRIBUTES
WS_FILE_COPY
FILE_COPY
WS_FILE_DELETE
FILE_DELETE
WS_MSG
Obsolete: This function is no longer supported.
WS_QUERY
CD (current directory)
DIRECTORY_GET_CURRENT
EN (read/write environment)
ENVIRONMENT_GET_VARIABLE
ENVIRONMENT_SET_VARIABLE
FL (determine file length)
FILE_GET_SIZE
FE (check if file exists)
FILE_EXIST
DE (check if directory exists)
DIRECTORY_EXIST
WS (determine Windows system)
GET_PLATFORM
OS (operating system)
GET_PLATFORM
WS_UPLDL_PATH
Obsolete: This function is no longer supported.
WS_UPLOAD
GUI_UPLOAD
WS_VOLUME_GET
Obsolete: This function is no longer supported.
Regards,
Raj.

Similar Messages

  • Disappering content in folder portlets (3.0.9)

    I built a page with multiple (3) levels of tabs. On the lower level of these tabs folder portlets and portlets of content areas folders are defined. When developing all looks well in that session and so all content is shown correctly.
    When I log in later with any user, so also as the owner of the page and content, the folder portlets won´t show up! But when I edit the page and hide and unhide the portlets in most times the missing show up again.
    Help me understand the problem and find a solution.
    Thanx, Dolf-Jan Mulder

    May be a problem with caching. I suggest you report this problem to Oracle support for assistance in determining the problem. But first, make sure that you have applied all the 3.0.9 patch sets available on Metalink.
    Regards,
    Jerry
    PortalPM

  • FPN - NetWeaver Content Producers Folder is empty

    Hi,
    I am trying to implement RRA scenario in the FPN.
    I am able to register consumer portal in Producer and the connection test was successful. I am able to see the consumer portal entry in Producer portal. Both the portals are in same domain and haing same SPS level.
    I am trying to assign the role in consumer portal from Producer portal and getting the message 'No Element Found'.
    In the consumer portal under "NetWeaver Content Producers" folder I am not getting "Business Objects" and "Portal Content" folders.
    What could be the reason and how to resolve this.
    Also I tried to remove the unregistered producers (I have 3 entry and having different name) entry from "Manage My Producers" and not able to remote. It is keep on trying to remove. I don't know why it is not allowing me to remove. I am using admin id.
    Thanks,
    Padman

    verify the checklist mentioned below
    Prerequisites
    ●    add the producer, tested the connection, and registered your portal.
    ●     Do You have administrator read permission on the producer object from which you want to retrieve content. For more information, see Assigning Administrator Permissions to Producer Objects.
    ●     Do You have at least administrator readpermission on the remote content on the producer. For more information, see Setting Permissions on the Producer for 'Remote Delta Link' Mode.
    ●      Do You have access to the standard Content Admin role on the consumer portal
    check the below link for more information
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/2231590bb93fece10000000a11466f/frameset.htm
    Points are welcome if it is useful
    Koti Reddy

  • Load content of folder located in /content/dam/

    Hi,
    I'm trying to load the entire content of folder "/content/dam/myFolder". Is it possible? I've tried this piece of Java code
    File folder = new File("/content/dam/myFolder/");
    File[] listOfFiles = folder.listFiles();
    if(listOfFiles == null){%>
         NULL<%
    }else{%>
        NOT NULL<%
    but I allways get the NULL message.
    Also if I try
    folder.exists();
    it returns false
    Thanks for any help.

    Hi,
    I don't think using the standard File API is a good way to access the repository.
    Instead you should use the repository API to find the Node for your path and its children. For assets you can also extend your code to use the DAM API to get actual asset functionality such as renditions.
    Hope this helps.
    Regards,
    Freek

  • BI content with folder structure in portal Content Area

    HI Dear Friends,
    I have  a requirement in my current project where i am integrating the BI reports with SAP EP.Iviews are associated with BI Reports.In the portal on clicking workset it should display folders in the portal content area with Icons instead of in Detail navigation .On click of the displayed folders it should display its sub content with Icons.
    I tried in all ways but later i came to know there there is a SAP BI business package which would come up with predifined iviews associated with BI. By importing this business package we can dispaly the  BI content in the portal in a folder format .
    I am using BI and EP 7.0 versions.
    Ratnakar

    Ratnakar,
       Let me understand your requirements, correct me if I understood it wrong. You need to display BI reports in Folder structure that is similar when you log on through BEx analyzer or WAD. If this is correct, then you need to upload the BI Role which contain all the required Folder structures and it BI Queries or BI Queries url assigned to that role.Once you upload this role on to portal , you will see folder structure on PCA.
    Example
    BI Reports  - Folder 1
      I--> FI reports  -- Subfolder 1
      I            I--> AP reports 1
      I--> CO reports  -- Subfolder 2
                   I--> Cost Report 1         
    Hope it helps,
    Cheers,
    Balaji

  • Finding contents of folder on a local page

    Im making a program that gets the contents of a folder, pickes out the image files and allows them to be viewed on a web page in an applet, i am trying to make it so that the person using it can easily change the images by just adding or removing images from the folder that is located in the same directory as it, the program is located at /myProgram.jar and the images are in /images/ this all worked fine using the following code in an applet that wasnt online (located on my computer)
    File f = new File(url.getFile());
    String[] str = f.list();but when i signed it, put it into an applet and poped it into my local web site, i got an error with the code above, it imports images that i have coded the location to fine but i cant get it to list all the files under a directory, is there any way to do this under an applet on a web page? I have looked around for a couple days for a topic that has a solution to this, but havent found one, so if you can either point me in the direction of one or show some code that would be great, thanks.

    Drag it to the desktop with the Option and Command keys held down; this creates an alias, not a duplicate. The duplicate is a one-shot capture, not a constantly updated reference.
    (56662)

  • Bookmark drag down list difficulty-folder contents overlay folder list

    Previous Firefox versions: Bookmark folders drag down in column list, contents of each folder appear in column to right of the folder list, similar to arrangement of an outline page with each subcategory tabbed over.
    New version: Contents of folders appear as I scroll down through the folder column, preventing me from seeing the next folder in column. E.G. As I scroll down past "Business" to get to my "Travel" folder, contents of business folder open on top of the main folder column preventing me from dragging down further to Travel.

    I do agree. Mine is not *perfectly* fixed neither. When the folder’s contents list is wide and contains subfolders, the cursor needs to go completely above or below those subfolder’s contents to be released from displaying it. I can readily imagine how yours is not practical.
    But mine is decent enough that I am going to live with it for now, hoping that the prior functionality (which is normal behavior IMO) is restored in an upcoming release.
    Trying to describe this gives me a newfound appreciation for those who practice the craft of technial writing.

  • CF scripts not consistently listing contents of folder

    Hello.
    I upload multiple types of files to the server. Sometimes
    they are folders, word docs, ppts, pdfs or xls files. There is a
    script that runs that is supposed to list everything that I have
    uploaded into a directory. The problem is, it does not work
    consistently. Sometimes it will display all files, subdirectories,
    files within, sometimes it will say that nothing is there. I am not
    sure why it will work with some files/folders, and won't with
    others. Some folders work great, some don't. It may be a
    permissions problem, I'm not sure...
    Here's an example - I have a folder and a word document in
    the "root" files directory. When viewing in the browser, it
    displays "No Files Found". Then if I move a ppt back a directory -
    to the root, all 3 items (word doc, folder and ppt) will then show
    in the browser. For some reason the ppt triggers everything to
    suddenly show. This "magical" ppt does not work for every directory
    though. Some items just won't show no matter what.
    Here's a sample script that lists the contents of the
    directory:
    <cfinclude template="../usercheck.cfm">
    <cfparam name="URL.module" default="">
    <cfparam name="URL.file" default="">
    <cfparam name="URL.action" default="">
    <HTML>
    <HEAD>
    <TITLE>Title</TITLE>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=iso-8859-1">
    <link href="../links.css" rel="stylesheet"
    type="text/css">
    <!-- End Preload Script -->
    <style type="text/css">
    <!--
    .style3 {color: #FFFFFF; font-weight: bold; }
    .style6 {font-size: 10px}
    -->
    </style>
    </HEAD>
    <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0
    MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();">
    <a href="/index.html"><img src="/Images/graphic.gif"
    width="169" height="84" border="0"></a>
    <br>
    <cfset pathn =
    "#getDirectoryFromPath(cgi.PATH_TRANSLATED)#files">
    <CFIF (URL.file IS NOT '')>
    <CFDIRECTORY ACTION="LIST"
    DIRECTORY="#pathn##urldecode(url.module)#"
    NAME="FileCheck"
    FILTER="#URL.file#">
    <cfif URL.action eq "Delete">
    <CFIF FileCheck.RecordCount GT 0>
    <cffile file="#pathn##urldecode(url.module)##URL.file#"
    action="delete">
    <cflocation
    url="module.cfm?module=#URLEncodedFormat(url.module)#">
    </CFIF>
    <cfelse>
    <CFIF FileCheck.RecordCount GT 0>
    <!--- <cfhttp
    method="Get"
    url="#getdirectoryfrompath(pathn)##URL.file#"
    path="#pathn#"
    file="#URL.file#"> --->
    <CFHEADER
    NAME="content-disposition"
    VALUE="attachment; filename=#URL.file#">
    <CFCONTENT type="application/unknown"
    file="#pathn##URLdecode(url.module)##URL.file#"
    DeleteFile="No"></CFCONTENT>
    </CFIF>
    </cfif>
    <cfelse>
    <CFDIRECTORY ACTION="LIST"
    DIRECTORY="#pathn##urldecode(url.module)#"
    NAME="dirlist">
    <table width="487" border="0" align="center">
    <tr bgcolor="#004B8D">
    <td width="479" height="36"><span
    class="style3"> Physician Modules
    </span></td>
    <td></td>
    </tr>
    <cfif #dirlist.recordcount# gt 2>
    <CFOUTPUT QUERY="dirlist">
    <CFIF type IS 'File'>
    <tr bordercolor="##D5EBFF" bgcolor="##D5EBFF">
    <td width="479" bordercolor="##D5EBFF" bgcolor="##F4FAFF"
    class="links">
    <span class="style6"><a
    href="#cgi.SCRIPT_NAME#?module=#URLEncodedFormat(url.module)#&file=#name#"> #left(name,le n(name)-4)#</a></span>
    </td>
    <td width="50" bgcolor="##FFFFFF">
    <cfswitch expression="#right(name,3)#">
    <cfcase value="xls">
    <cfset imagesrc="/Images/excel.gif">
    </cfcase>
    <cfcase value="pdf">
    <cfset imagesrc="/Images/pdf.gif">
    </cfcase>
    <cfcase value="doc">
    <cfset imagesrc="/Images/word.gif">
    </cfcase>
    <cfcase value="ppt">
    <cfset imagesrc="/Images/powerpoint.gif">
    </cfcase>
    <cfdefaultcase>
    <cfset imagesrc="/Images/unknown.gif">
    </cfdefaultcase>
    </cfswitch>
    <div align="center"><img src="#imagesrc#" width="31"
    height="27"></div>
    </td>
    </tr>
    <cfelseif type eq 'Dir'>
    <cfif ((name neq "." ) AND (name neq "..")) >
    <cfset tempname = #url.module# & "" & #name#>
    <tr bordercolor="##D5EBFF" bgcolor="##D5EBFF">
    <td bordercolor="##D5EBFF" bgcolor="##F4FAFF"
    class="links"><a
    href="#CGI.SCRIPT_NAME#?module=#URLEncodedformat(tempname)#">#name#</a></td>
    <td bgcolor="##FFFFFF"
    class="links">Directory</td>
    </tr>
    </cfif>
    </cfif>
    </cfoutput>
    <cfelse><!--- <cfif #dirlist.recordcount# lt
    2> --->
    <tr bordercolor="#D5EBFF" bgcolor="#D5EBFF">
    <td bordercolor="#D5EBFF" bgcolor="#F4FAFF"
    class="links">
    <span class="style6">No Files
    Found</a></span></td>
    <td bgcolor="#FFFFFF"> </td>
    </tr>
    </cfif>
    </table>
    </cfif>
    <table width="100%" border="0" cellpadding="0"
    cellspacing="0" class="links">
    <tr>
    <td height="50" align="center" valign="middle"
    class="links">
    <cfinclude template="../navmenu.cfm">
    </td>
    </tr>
    </table>
    </BODY>
    </HTML>
    Thanks for your help.

    You are not able to do this with CF directly.  It would be a function of the web server.
    You could move all documents other than .cfm into a folder outside of the web root, then use tags such as cfcontent to deliver those files programatically (as often happens when you download software off of a website now days).  However I suspect this isn't what you are looking for.  Just in case here is a quick example of how you may do the force download of document from outside root:  http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/force-file-download-27

  • Content Area & Folder URL's

    I use to be able to link directly to a content area or folder area by using the Folder Properties to copy the URL. Now, when I try to use this method it always takes me to my home page? I have users that want to link directly to one of their folders in a content area. Any ideas?
    Thanks,
    AG

    1 From the Navigator click on the required Content Area
    2 Click on the properties sheet icon
    3 Cut and paste the URL
    4 Copy the URL into an email
    5 Send the email
    6 Click on the link from the email
    7 The link does not go directly to the folder but the home page instead
    This used to work but doesn't anymore, I've tried this in another 309 instance and it works OK.

  • Missing files in BusinessObjects Enterprise 11.5/Web Content/bin folder?

    I am getting the following error when I try to start BusinessObjects Enterprise .NET Administration Launchpad.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: File or assembly name uitoolkitweb, or one of its dependencies, was not found.
    Source Error:
    Line 193:               <!--  BusinessObjects Enterprise Image Handler  -->
    Line 194:               <add verb="GET" path="EnterpriseImageHandler.aspx" type="CrystalDecisions.Enterprise.WebControls.EnterpriseImageHandler, CrystalDecisions.Enterprise.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    Line 195:               <add verb="" path=".bouitoolkit" type="com.businessobjects.encyclopedia.uitoolkit.web.ToolkitHttpHandler, uitoolkitweb"/>
    Line 196:          </httpHandlers>
    Line 197:          <!--  HTTP MODULES  -->
    It seems it can't find a file or set of files in ///C:/Program Files/Business Objects/BusinessObjects Enterprise 11.5/Web Content/bin. I looked in this folder and the only file there is WCA_Enterprise.dll.
    This all was working last week and I haven't run any updates so I'm not sure what happened to the files if, in fact, there were any to begin with.
    Is there a simple way to get these files back?
    Thanks,
    Art

    Hello Art,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Missing files in Web Content/bin folder

    I am getting the following error when I try to start BusinessObjects Enterprise .NET Administration Launchpad.
    +Configuration Error+
    +Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.+
    +Parser Error Message: File or assembly name uitoolkitweb, or one of its dependencies, was not found.+
    +Source Error:+
    +Line 193:               <!--  BusinessObjects Enterprise Image Handler  -->+
    +Line 194:               <add verb="GET" path="EnterpriseImageHandler.aspx" type="CrystalDecisions.Enterprise.WebControls.EnterpriseImageHandler, CrystalDecisions.Enterprise.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />+
    +Line 195:               <add verb="*" path="*.bouitoolkit" type="com.businessobjects.encyclopedia.uitoolkit.web.ToolkitHttpHandler, uitoolkitweb"/>+
    +Line 196:          </httpHandlers>+
    +Line 197:          <!--  HTTP MODULES  -->+
    It seems it can't find a file or set of files in ///C:/Program Files/Business Objects/BusinessObjects Enterprise 11.5/Web Content/bin. I looked in this folder and the only file there is WCA_Enterprise.dll.
    This all was working last week and I haven't run any updates so I'm not sure what happened to the files if, in fact, there were any to begin with.
    Is there a simple way to get these files back?
    Thanks,
    Art

    Hello Art,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Portal Content Copy Folder Error

    Hi,
    In Portal Content Admin, the folders <b>Key Account Manager</b> & <b>CRM</b> are provided by business package and located under <i>Content Provided by SAP -> specialist</i>.
    When these folders are copied to another folder for further customization, <b>Key Account Manager</b> is copied successfully but for <b>CRM</b>, following error message is shown:
    Copy: CRM
    Error
    Source object not found. It may have been deleted.
    Then, I tried to copy <b>CRM</b>'s subfolder. Small folders (packages, pages, roles, templates) completed successfuly but the complicated folders (iViews & Worksets) failed with the same error message.
    Although I can try to copy the sub-folders one by one, it is too tedious & error-prone.
    How can the <b>CRM</b> folder be copied completed?
    Regards,
    Tony

    The reason for the error is still unknown.
    By the way, with the help of Content Mirroring, this error is not an issue for me anymore. Using Content Mirroring instead of Copy & Paste is also suggested by SAP document: http://help.sap.com/saphelp_nw04s/helpdata/en/ed/fd25c7c14c4094a9fbb19851d79dd1/content.htm

  • How to replace a Smart object content with folder of JPGs

    Greetings!
    Sorry if that title is not clear. I have a cover design template (see example). The image is a transformed Smart Object. I want to streamline my workflow.
    Say I have a folder of jpgs, and need to replace the smart object of the template with the new cover jpg, then save for web as a JPG comp. Repeat.
    I already have a nice "scale layer to current canvas size" script from Michael L Hale. Which would be necessary in case the jpg is larger or smaller than the Smart object's content it will replace.
    Any thoughts if this could be done?
    Michael's resize script is here: http://forums.adobe.com/thread/1233856
    Thanks
    Maxi

    Remember in that other tread I wrote you would need to take aspect ratio into account if you don't want distortion. You do not want distortion placing in images.   You also do not want to place in all image in canvas size.  If your images vary in size you do not want to replace the contents of a smart object layer for the smart object associated transform to work correctly you need the replace the embedded object with an object with exactly the same size of the original embedded object.
    Also in that other thread I gave you code from one of my Photoshop Photo Collage Toolkit.  You seem to be creating a collage. You man want to look at my Photo Collage Toolkit.
    Templates are very easy to create for my Toolkit's scripts to work, You just need to follow four simple easy rules.
    The Four Rules:
    Size the photo collage templates for the print size you want - width, height and print DPI resolution.
    Photo collage templates must have a Photoshop background layer. The contents of this layer can be anything.
    Photo collage templates must have alpha channels named "Image 1", "Image 2", ... "Image n".
    Photo collage templates layers above the background layers must provide transparent areas to let the images that will be placed below them show through.
    So your template would be easy and look like this, Red rectangle outlines my scripts.
    You would then use one of the scripts like interactive popopulate select the template then hit create collage
    The script would the open the template copy it the go to full screen show you a cyan mask as to where the next image will be placed, And put you into an interactive select image dialog.
    Once you select the script will place in the image resize and position it the put you in an interactive transform so you can tweak the position and size. The Populated collage will remain open in Photoshop.
    Documentation and Examples

  • Parse contents of folder of txt files

    I tried to do this in Automator, but whatever I did didn't work:
    I have a folder with about 80 short text files (quotations, if you must know) and I wanted to make a spreadsheet or database where each cell/field was the contents of one of the text files.
    Is there some way to accomplish this without individually opening each .txt file, copying the contents, and then pasting into the appropriate spreadsheet cell ?

    This may be stupidly trivial.
    Assuming you want each quotation in a new row in the spreadsheet you can do this with a oneliner:
    cat *.txt > quotes.txt
    This will combine the contents of all .txt files in the current directory into a new file called quotes.txt (use cd to get to the appropriate directory first). Once there you can open the quotes.txt file in your spreadsheet application. Violà:
    open -a Microsoft\ Excel quotes.txt

  • How to copy contents of folder into new folder with Automator?

    What is the simplest, fastest Automator workflow to copy the contents of a folder into a new folder? And without using 3rd party actions.
    I have a template folder structure called .ProjectFolder (to keep it invisible) so I need to copy the contents of this folder into a new folder, preferably with the ability to name the new folder on the fly. I don't want to use 3rd party actions because this is something I then need to maintain. Thanks.

    957911 wrote:
    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    PierreI will call it a very Wrong design.
    It is a wrong Table Design. You are duplicating the data in table and not complying with the Database Normalization rules.
    How about Verifying if Column A & B are NULL before inserting and inserting another row and avoiding it in Triggers?
    If you are bent to achieve this, below code might be helpful. However, I would never go with this approach. If you would care about explaining the reason for going ahead with such a data model, people could suggest better alternative that might conform with Normalization rules.
    create or replace trigger trg_test_table
    after insert on test_table
    for each row
    declare
      pragma autonomous_transaction;
    begin
      if :new.col_a is null and :new.col_b is null then
        insert into test_table
        select 2, systimestamp, col_a, col_b
          from test_table
         where pk_col = (select max(pk_col) from test_table b where b.pk_col < :new.pk_col);
      end if;
      commit;
    end trg_test_table;Read SQL and PL/SQL FAQ and post the mentioned details.
    Do not forget to mention output from
    select * from v$version;

  • Make content area Folder Names within Portlets non-linkable fields

    We would like to only allow the administrator to be allowed link to content areas so as to maintain a consistent look and feel and not allow the user to leave Portal.

    Thanks for the info, however, turning off the header region also
    eliminates the "customize" feature -- which is something I would
    like my users to have. Also, I think you may be mistaken (or
    maybe I wasn't clear) about the approval icon. It does NOT
    appear when a folder is rendered through a portlet, regardless
    of folder ownership. It only appears when a folder is rendered
    as a page.
    I am looking forward to the next release.
    p.s. I see the new find feature has been added since my last
    post.
    John

Maybe you are looking for

  • Sparks when plugging external monitor in

    Slightly worried, just connected my Dell monitor via DVI to my macbook pro and noticed a small spark each time the adapter touched the port. This only happens when the display is powered. Should i be worried, is this normal? thanks.

  • I recently update my 4 year old mac book pro to Yosemite.  I am now getting a pixilated log inn scene from time to time.  What do I need to do?

    I recently update my 4 year old mac book pro to Yosemite. I am now getting a pixilated log inn scene from time to time. What do I need to do?

  • Creating users

    i am working on a banking system ,the system is already done but i am doing some modifications to it, but i have note that incase they want to create a new customer to the bank they does not create a real user to the database (for example like scott)

  • Envelope software

    Does anyone know of a good simple envelope software?  I will be just printing #10 and birthday card envelopes.  Or is there a way to address envelopes within my iMac?

  • Best Way to Hook up 5.1 surround sound card

    Hey Guys - What is the best way to hook up the X-Fi surround 5. external sound card... Toslink or 6 channel dirrect (the 3 cables on both ends) It seems when I do 6 channel direct, the volume doesnt go up as high... but when I use toslink the volume