Publishing pages

I am new at Iweb. How do I publish to my ISP more than just my welcome page. It is the only one highlighted in the side bar when I click publish. And only highlighting each page individually works. I want to highlight all pages and publish. Is there a trick?
The publishing says all pages are published but only the welcome page appears.  I hid or deleted the navigation bar at top of every page. Is that a problem?

If you hid the navigation you will not be able to get to the other published pages. You need to replace it with a text or image based one...
http://www.iwebformusicians.com/iWeb/Navigation.html
To test your site you can publish it to a local folder and then open this to see if the other pages are present. Open the website folder and double click the individual html files to launch them in the browser.
"I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Similar Messages

  • How to get all previous versions page contents of a publishing page using SharePoint Client Object Model 2010

    How to get all previous versions page contents and other field values of a publishing page using SharePoint Client Object Model 2010?
    Thanks,
    Osmita

    Hi Osmita,
    Greetings.
    Here are the links that helps you. It has code attached to it.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/a0d2ab40-99ba-4368-8505-1dc559ef6469/get-content-of-previous-version-of-page-sharepoint-2010?forum=sharepointgeneralprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/faaf419f-997e-4150-9911-48cc375c3b46/how-to-get-previous-published-versions-of-publishing-pages-in-sharepoint-2010?forum=sharepointdevelopmentprevious
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Unable to Check In Publishing Page

    I am running into an issue with a custom page layout that I have created.  On this page layout I have a publishing html field, publishing image field, and a publishing summary links field.  The problem is when I check-in the publishing page
    as a draft the content in the publishing HTML fields does NOT save and redirects me to the root page in that web.
    I then checked the SharePoint ULS logs and found the following error.
    Time: 09/03/2010 11:47:20:18
    Process: w3wp.exe (0x1248)
    TID: 0x0C5C
    Area: CMS
    Category: Publishing Cache
    EventID: 98ee
    Level: High
    Description: Trying to store a checked out item (/EN-US/MEDICALPRODUCTS/PAGES/646.ASPX) in the object cache.  This may be because the checked out user is accessing the page, or it could be that the SharePoint system account has the item
    checked out.  To improve performance, you should set the portalsuperuseraccount property on the web application.  See the documentation for more information.
    I have tried to find more answers on the web but have been unsuccessful so far.  Has anybody seen this error before or got any possible ideas to try?  Thanks in advance for any help.
    Craig

    I am getting this same error in SharePoint Server 2013 when creating new publishing pages with a custom Page Layout created using Design Manager.  The page uses a custom Content Type isth a required column of "News Type" which I suspect is at the root. 
    The workaround is to Check In the newly Created page before adding any content, then check it out again.  why you cannot check it in after adding any more information than the Name is a mystery.
    David McKenzie

  • Cannot publish Webpart - "Invalid SPlistItem. The SPListItem provided is not compatible with a Publishing Page"

    Hello All,
    I have seen this error message discussed in other posts on the forums here but the solution of deactivating and reactivating server publishing/infrastructure are not working for me. In fact I encountered additional errors when reactivating publishing at
    the site level. Powershell was necessary to reactivate site level server publishing.
    Here is detail of the error I get when attempting to publish:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 18/11/2014 08:59:05
    Event time (UTC): 18/11/2014 08:59:05
    Event ID: e2e43649e2164e399fe0aa85892a002c
    Event sequence: 165799
    Event occurrence: 17
    Event detail code: 0
    Application information:
    Application domain: /LM/W3SVC/1827921427/ROOT-1-130607489469090399
    Trust level: WSS_Custom
    Application Virtual Path: /
    Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\portal.cooperstc.com443\
    Machine name: CTCSP2
    Process information:
    Process ID: 7392
    Process name: w3wp.exe
    Account name: COOPERS\svcSPPortalAppPool
    Exception information:
    Exception type: ArgumentException
    Exception message: Invalid SPListItem. The SPListItem provided is not compatible with a Publishing Page.
    Request information:
    Request URL: https://portal.cooperstc.com:443/CLG/Student/Videos/Pages/Test101.aspx
    Request path: /CLG/Student/Videos/Pages/Test101.aspx
    User host address: 10.33.50.119
    User: COOPERS\yangro
    Is authenticated: True
    Authentication Type: Negotiate
    Thread account name: COOPERS\svcSPPortalAppPool
    Thread information:
    Thread ID: 41
    Thread account name: COOPERS\svcSPPortalAppPool
    Is impersonating: False
    Stack trace:    at Microsoft.SharePoint.Publishing.PublishingPage.GetPublishingPage(SPListItem sourceListItem)
    at Microsoft.SharePoint.Publishing.Internal.WebControls.PublishingPageStateControl.RaisePostBackEventForPageRouting(String eventArgument, SPRibbonCommandHandler control, RaisePostBackEventDelegate raisePostBackEventDelegate)
    at Microsoft.SharePoint.Publishing.Internal.WebControls.PublishingPageSaveAndStopEditHandler.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    DeActive and then ReActivate Sharepoint Site Publishing Infrastructure feature at both Site And Web level Scope.
    To Deactivate at web level, Open SharePoint Site. Click on Site Actions -> Site Settings, then click on Manage site features and then Deactivate Publishing Infrastructure feature.
    Similarly you can deactivate at site level, Open SharePoint Site. Click on Site Actions -> Site Settings, then Site collection administration and then go to Site collection features. there deactivate Publishing Infrastructure feature.
    To Reactivate again the feature, follow the above steps.
    http://www.c-sharpcorner.com/Blogs/15338/invalid-splistitem-the-splistitem-provided-is-not-compatibl.aspx
    1.The simple thing is to try deactivate and reactive the publishing features both at site collection and site level.
    2. If the above doesn't work then proceed to below PowerShell script.
     $site = Get-SPSite "http://www.mysites/  "
    $web = $site.openweb()
     $correctId = $web.Lists["Pages"].ID $web.AllProperties["__PagesListId"] = $correctId.ToString()
    $Web.AllProperties["__PublishingFeatureActivated"]="True" 
    $web.Update()
    3. The key point is PublishingFeatureActivated bag which has to be true .
    http://webcache.googleusercontent.com/search?q=cache:5xpx-C9kKgsJ:nagendra-gunaga.blogspot.com/2013/11/the-splistitem-provided-is-not.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • Copy a publishing page from one Web Application to another

    can we copy a publishing page from one web application to another. 
    If we download a copy from pages library of one web application and upload it to another library of other Web application.
    Once uploaded it came up with an error "This page is not using a valid page layout.  To correct the problem, edit page settings and select a valid page layout.".

    It seems like the page layout is missing in target location. Check similar thread below to solve the issue
    http://social.msdn.microsoft.com/Forums/en-US/99c24657-0297-4a5c-8600-467bb6ea57d6/this-page-is-not-using-a-valid-page-layout-to-correct-the-problem-edit?forum=sharepointdevelopmentprevious
    shipoint.com/2014/03/28/fixing-this-page-is-not-using-a-valid-page-layout-to-correct-the-problem-edit-page-settings-and-select-a-valid-page-layout-error-in-sharepoint-2010/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Rich Text Editor functionality for a DIV tag in a publishing page in SharePoint online

    Hi,
    We are having a requirement where we need RTE behavior of SharePoint 2013 Rich Html Field for a custom DIV. The scenario goes like this:
    1. I have a publishing page
    2. I dropped the content editor web part and to that content editor web part I will point to an HTML file that needs to be rendered in that content editor web part
    3. I have one DIV in the above mentioned HTML files and I want that div to be editable and I need to RTE options for that DIV.
    How to accomplish the above behavior?

    Hi,
    According to your post, my understanding is that you wanted to create html rich text editor for a DIV tag in a publishing page in SharePoint online.
    You can create your own Rich Text Editor.
    Here are some great blogs for your reference:
    An Example to Use HTML Rich Text Editor
    Example: Using the Editor's instance
    Rich Text Editor control in SharePoint 2010
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to place a WebPart in Publishing Page Content

    Hi,
    when you use a publishing page you are able through the ribbon to add existing webparts into the content of the publishing page.
    I would like to add programmatically a webpart into the content of the publishing page. I couldnt find anyting to that question on the web.
    Can someone help?
    regards
    yavuz
    Regards
    Yavuz
    www.ybog.net | Field notes on software development and technology

    Try below:
    http://sharepoint2010mind.blogspot.in/2012/06/add-webpart-programmatically-publishing.html
    http://sharepoint.stackexchange.com/questions/86026/add-programmatically-custom-web-part-to-page-without-web-part-zone
    PublishingWeb pWeb = PublishingWeb.GetPublishingWeb(web);
    string pageName = "NewPage.aspx";
    PageLayout[] pageLayouts = pWeb.GetAvailablePageLayouts();
    PageLayout newPage = pageLayouts[0]; //Body only type of page layout
    PublishingPageCollection pages = pWeb.GetPublishingPages();
    PublishingPage nPage = pages.Add(pageName, newPage);
    nPage.Update();using (SPSite site = new SPSite("http://win2008/sites/publishing"))
    SPWeb web = site.RootWeb;
    SPFile page = web.GetFile("Pages/Lipsum.aspx");
    page.CheckOut();
    using (SPLimitedWebPartManager wpmgr = page.GetLimitedWebPartManager(PersonalizationScope.Shared))
    Guid storageKey = Guid.NewGuid();
    string wpId = String.Format("g_{0}", storageKey.ToString().Replace('-', '_'));
    XmlElement p = new XmlDocument().CreateElement("p");
    p.InnerText = "Hello World";
    ContentEditorWebPart cewp = new ContentEditorWebPart
    Content = p,
    ID = wpId
    wpmgr.AddWebPart(cewp, "wpz", 0);
    string marker = String.Format(CultureInfo.InvariantCulture, "<div class=\"ms-rtestate-read ms-rte-wpbox\" contentEditable=\"false\"><div class=\"ms-rtestate-read {0}\" id=\"div_{0}\"></div><div style='display:none' id=\"vid_{0}\"></div></div>", new object[] { storageKey.ToString("D") });
    SPListItem item = page.Item;
    string content = item["PublishingPageContent"] as string;
    item["PublishingPageContent"] = content.Replace("|", marker);
    item.Update();
    page.CheckIn(String.Empty);
    http://sharepoint.stackexchange.com/questions/86026/add-programmatically-custom-web-part-to-page-without-web-part-zone
    http://www.zeemanj.net/?p=291

  • Creating publishing page in specific folder and with custom page layout using JSOM

    Hi!
    I have a site collection under my root, in which I have a page library with a folder inside. I want to create a publishing page inside the folder using JSOM. The API provides the following information on the three possible ways of how you can create a publishing
    page.
    PublishingPageInformation with all defaults.
    PublishingPageInformation.Name and PublishingPageInformation.PageLayoutListItem.
    PublishingPageInformation.Name, PublishingPageInformation.PageLayoutListItem and PublishingPageInformation.Folder.
    Source - SP.Publishing.PublishingPageInformation Properties (sp.publishing)
    Since I want to create the page in a specific folder in the page library, I have to go for the last option.
    I have a function call chain that look as follows:
    getLanguageID(webUrl, languageID)
    .then(function(resolveVal) {
    language = resolveVal;
    return checkPageExist();
    .then(getEditorialNewsFolderJSOM)
    .then(getAssociatedPageLayoutListItem)
    .then(addPublishingPage)
    The first two methods, 
    getEditorialNewsFolderJSOM
    getAssociatedPageLayoutListItem
    fetches the required data as SP.Folder- and SP.ListItem-objects.
    The problem occurs when
    addPublishingPage
    is called. This method, in turns calls this function. 
    var pageInfo = new SP.Publishing.PublishingPageInformation();
    pageInfo.set_name(publishPage.title);
    pageInfo.set_pageLayoutListItem(pageLayoutListItem);
    pageInfo.set_folder(editorialNewsFolder);
    pageCreationContext.newPage = pubWeb.addPublishingPage(pageInfo);
    clientContext.load(pageCreationContext.newPage);
    clientContext.executeQueryAsync(function() {
    publishPage.isPageCheckOut = true;
    resolve();
    }, function(error) {
    reject(precio.intranet.resource.errCreateContent_addPublishPage);
    The error happens when this function is called with the page information object.
    SP.Publishing.PublishingWeb.addPublishingPage(pageInformation)
    Error:
    Cannot read property '$2t_0' of undefined
    and it happens in SP.Runtime.js.
    I've tried this
    sample code from the MSDN-team, and added the pagelayout and folder properties, but it renders the same error.
    Creating a page directly in the page library with a blank SP.PublishingPageInformation object works perfectly fine!
    What could possibly be wrong? The error isn't something that I can debug myself since it happens in SP.Runtime.js, and the documentation for this is very sparse!
    Any help on how to resolve this issue would be helpful!

    Hi Vinay,
    This may be useful:
    https://blogs.oracle.com/jdevotnharvest/entry/remote_task_flow_vs_wsrp

  • Help with Links to my book/publisher page from ibook to ibookstore

    My question : What is the correct way to get links to specific ibooks and publisher pages and on the iBookstore - as I have had trouble with mine.
    Many of the iBooks and ePubs samples (Dorling Kindersly for example) that I've downloaded from the iBookstore have a button at the back which takes you to the page for the book itself where you can purchase the complete book.
    Similarly on the books themselves they have links to their publisher pages.
    • Firstly, I can't work out how to link to a book which hasn't been published yet - So at the back of my samples I put a button next which links to my 'Publishers Page' (see below)
    • Secondly, I can't work out how to make a proper publisher page  - if there is such a thing - the only way I've managed is to add the publishers name as an 'Author' to the book itest, searching for the authour in linkmaker, then linking to that page:
    https://itunes.apple.com/gb/artist/elizabeth-beecher-publishing/id537956085?mt=1 1&uo=4
    The main issue is that on my clients (newer) ipad some of the links behave differently... some only take to search page.
    What I am currently doing:
    • Finding the links by going to http://itunes.apple.com/linkmaker/ then searching for the name of my publisher, where I get to link to the 'artists page' then as all my publications will list the publisher as an Author, when in the new sample they visit this link it should take them to the page with all our publications on, including the one that they have just downloaded a sample of.

    Apple has recently introduced 'short links'. That document requires a developer account to access, but this may be of interest:
    there is a known issue (r.7414684) where itunes.apple.com links to your company's page do not open the App Store from within your app, giving an error instead; these links include "viewArtist" or "/artist/" in the URL, for example,

  • MOSS: Cannot set "Modified", "Modified By", "Created" and "Created by" fields in the publishing pages list without changing version?

    Hello everyone,
    I've got the task to programmatically import data to a moss web by add publishing pages to the pages-library with enabled moderation and major/minor-versioning.
    This is not really difficult but the main issue is to set the values for the fields "Created", "Created by", "Modified" and "Modified by".
    Also this is not relly difficult. By setting the internal field-properties "Author" for Created by and "Editor" for Modified by there values are set.
    But the main problem now is, that I have to approve the publish page. After that, the value of the "Modified"-Field is change to the current datetime which is not acceptable.
    If I redo an updating of the listitem, the file-version is increased to 1.1 which is also not acceptable. I do this by .UpdateOverwriteVersion(), which MSDN says of that it doesn't increase the version but indeed it does.
    Following an example code of my approach:
    using (SPSite spSite = new SPSite(SiteCollectionURL))
    using (SPWeb spWeb = spSite.OpenWeb())
    PublishingWeb publishingWeb = PublishingWeb.GetPublishingWeb(spWeb);
    PageLayout[] layouts = publishingWeb.GetAvailablePageLayouts(<Guid of my pageLayout>);
    if (layouts != null && layouts.Length > 0)
    PageLayout layout = layouts[0];
    PublishingPage newPage;
    // add new publishing page
    newPage = publishingWeb.GetPublishingPages(0).Add("test.aspx", layout);
    newPage.Title = "testpage";
    newPage.ListItem[SPBuiltInFieldId.Comments] = "test comment";
    newPage.Update();
    newPage.CheckIn("Checked in programmatically");
    SPListItem tmpListItem = publishingWeb.PagesList.GetItemById(newPage.ListItem.ID);
    string creationDate = "2009-11-05T22:35:10Z";
    string modifyDate = "2009-11-06T22:35:10Z";
    tmpListItem["Author"] = "1;#User 1";
    tmpListItem["Editor"] = "2;#User 2";
    tmpListItem["Created"] = creationDate;
    tmpListItem["Modified"] = modifyDate;
    tmpListItem.UpdateOverwriteVersion();
    // data is now alright set, now approve
    tmpListItem.File.Approve("Approve test");
    // publishingpage is now approved but modified-date has changed, try to reset data
    SPListItem updItem = spWeb.GetList(spWeb.Url + "/Pages").GetItemById(tmpListItem.ID);
    updItem["Author"] = "1;#User 1";
    updItem["Editor"] = "2;#User 2";
    updItem["Created"] = creationDate;
    updItem["Modified"] = modifyDate;
    tmpListItem.UpdateOverwriteVersion();
    // now all four values are correct but now version is 1.1 and approval status 'draft' again
    Also updating the listitem by ProcessBatchData doesn't do it becaue I couldn't successfully update the author/editor-fields.
    Do you have any working ideas or hints for me?
    Greetings from Germany,
    LoneSurvivor

    I think iv cracked it...
    Coppied straight from my code so the variable names dont match but the principal is there...
    $dstfile.ListItemAllFields["Author"] = ($author.ID.ToString() + ";#" + $author.LoginName)
    $dstfile.ListItemAllFields["Editor"] = ($modifier.ID.ToString() + ";#" + $modifier.LoginName)
    $dstfile.ListItemAllFields["Created"] = $srcfile.TimeCreated.ToLocalTime()
    $dstfile.ListItemAllFields["Modified"] = $last.ToLocalTime()
    # changes to editor have to be done by Update or UpdateOverwriteVersion
    $dstfile.ListItemAllFields.UpdateOverwriteVersion()
    if ($file.Level -eq "Published") {
    # publish not needed and overwrites 'Editor' so dont use
    # $dstfile.Publish($file.CheckInComment)
    # use .Approve() which updates the major minor versions too
    $dstfile.Approve($file.CheckInComment)
    # approve changes the dates so correct here
    $dstfile.ListItemAllFields["Created"] = $srcfile.TimeCreated.ToLocalTime()
    $dstfile.ListItemAllFields["Modified"] = $last.ToLocalTime()
    $dstfile.ListItemAllFields.SystemUpdate()

  • Creating new publishing page and viewing Properties throwing exeption

    Hi,
    I am creating new OOB publishing page using “Article Page” layout.
    Please note Versioning and approval enabled on this “Pages” library. Also there is no workflow attached to this.
    Steps I am following:
    Goto Pages library.
    Create new Article page from add new item
    After that select that item and click on “View Properties” button from top ribbon. please not I have not checkedin page yet. It’s throwing exception as below.
     System.ArgumentException: Item does not exist. It may have been deleted by another user.   
    at Microsoft.SharePoint.SPList.GetItemById(String strId, Int32 id, String strRootFolder, Boolean cacheRowsetAndId, String strViewFields, Boolean bDatesInUtc, Boolean bExpandQuery)    
    at Microsoft.SharePoint.SPList.GetItemById(String strId, Int32 id, String strRootFolder, Boolean cacheRowsetAndId, String strViewFields, Boolean bDatesInUtc)    
    at Microsoft.SharePoint.Publishing.CachedListItem.FetchAllFields()    
    at Microsoft.SharePoint.Publishing.CachedListItem.GetFieldContents(String index, Boolean refetchIfFieldNotFound)    
    at Microsoft.SharePoint.Publishing.WebControls.SummaryLinkFieldControl.CreateChildControls()    
    at System.Web.UI.Control.EnsureChildControls()    
    at Microsoft.SharePoint.We...              
    896a6c9c-e172-e000-b2f5-76c261783eb4
    however same steps followed in our DEV environment and seems ok. only this issue with our another environments.
    Also once I check in page and then goto "View Properties" then it's working.
    Thanks in advance! Br,KS

    Do you have any workflow on the publishing library?  The error you mention I've seen sometimes when uses have created workflows that reference custom columns which are then deleted or removed.
    Additionally, if a user has insufficient permissions to start an attached workflow, this error can also be encountered.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Why is my publishing page blank?

    I have a Macbook Pro (Leopard) and have just created a website and cannot publish it, cause the publishing page is white - empty - blank? Why is that?

    Hi Roddy,
    Thank you for your reply! Usually in my other mac I use the iweb FTP server to upload my other website and everything works great. But in this case, I have just solved it ... I re-installed the i-life '09 ...
    Thanks again ...
    Christina

  • BUG: Layers that are turned off show up in published pages

    Layers that have visibility turned off in the timeline still show up in the published page.
    Also, these layers didn't have keyframes, which means they stayed on the entire time once they were instantiated.
    This makes it NOT appear within the program, but DOES appear when publishing. Was driving me crazy, and should be considred a program bug, since turning off visibility should be both in the software and the published page.
    - Ian

    Hi,
    Thanks for the quick response.
    I can't send a link at the moment, but it should be reproduceable by creating a layer on the timeline, clicking the EYE icon to unset Element Visibility, then publishing or previewing. The element will still be visible on the preview and the published page.
    I would expect the behavior of all layers that had visibility turned off to not be visible in the published page or preview.

  • How to Publish Pages to WebServer from DreamWeaver

    How to Publish Pages to Webserver from Dreamweaver.. Please
    Advice..
    Kinda forget :(
    Or shall i use FTP software, which one is good?

    Which part of the F1 Help files are you not following?
    Really. It's all
    right there under FTP.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "owaisrauf" <[email protected]> wrote in
    message
    news:ek1npn$pbc$[email protected]..
    > Can you explain me how to do it..
    > I have gone to SITE and then Manage Sites, and then
    clicked New.
    > And put FTP information of the Server.
    > But how shall i transfer files.
    > PLease explain in detail i will appreciate it
    >

  • Page Layout - Publishing page url

    I have three social tags in page layout , I'm using design manager
    I need to get current publishing page in the page layout
    <a href=https://www.facebook.com/sharer/sharer.php?u=??? target="_blank">
    Share on Facebook
    </a>
    Thanks

    The easiest solution would be to build the href using JavaScript. Then you could get the URL of the current page using the location.href JavaScript property.
    w: http://blog.mastykarz.nl | t:
    @waldekm | c: http://www.mavention.com

  • Editing published pages

    I failed to notice a mistake until after I published the page to my .Mac site.Is there any easy way a newbie can edit a published page?
    thanks in advance.

    I went back to iWeb and corrected the mistake and clicked on publish.Voila!Done.Too easy even for me.

Maybe you are looking for

  • OC4J Application Server - InstantiationException

    Error : java.lang.InstantiationException: Error initializing ejb-modules: message-destination-mapping tag with missing 'location' attribute HI All, Hope someone can help me with the following error. I've got a ear file which deploys 100% correct, and

  • Substituting a set of AD groups in NTFS permissions for another across multiple folders

    Okay, here's a good one. On a file server at one of our branch offices we have a set of folders that have permissions set for a particular set of groups in AD. For the purposes of this question the name of that office is "Sparta." We are setting up a

  • After updating software on Nano 1G it now freezes or reboots at random!

    I updated the software on my Nano 1G through iTunes, and now it crashes or reboots constantly! I can reproduce every time by just skipping tracks. Usually it takes less than 10 or 15 tracks for the Nano to either reboot itself or freeze. Manually reb

  • Dynamic Actions in Custom Infotype

    Hi, We have a requirement where we need to default the field values from Infotype IT0001, IT0315, IT0041 to custom infotype 9030 which has similar fields. I am trying with the below code in dynamic actions 9030                            04        1 

  • Problem in Matrix control

    Hi,    When i develope a add on form i used  the matrix control to capture more data. <b>I can't edit the matrix contol in run mode.</b> How to add the new record thru Matrix. If not what is the alternate way. My requirement is to Enter the purchase