Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1003875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:02:42+00:00 2026-05-16T08:02:42+00:00

I am running WSS3.0 and have a custom list which contains versioning on a

  • 0

I am running WSS3.0 and have a custom list which contains versioning on a couple of fields. When I click on an item and I view the item page I see the history of all the fields which I have made changes to. This works fine as expected.

I have also created a page using Microsoft Office Sharepoint Designer and using a DataFormWebPart I have created a page that shows all the items in the list in a list view, I have also changed the XSL node of the DFWP to display the datain a way that my client wants.

The issue that I have is, it is only showing the latest version of the item record e.g. some of the fields are blank as the client did not update those fields the last time that the item was saved. I can fully understand why it is not showing these previous versions of the item but is there anyway that I can change an option in the webpart that will return that last non blank version of the field?

If this is not possible does anybody know if it is possible to change the edit page for the item so that it defaults certain fields to have the previous value of the field.

Many thanks for you ideas in advance

Jonathan

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:02:42+00:00Added an answer on May 16, 2026 at 8:02 am

    I eventually was able to add the following jQuery code at the bottom of the page (using Sharepoint Designer). You will also need to add a link at the top of the page to include a link to the jQuery code (or you can install it as a feature).

    <script>
    jQuery.fn.GetLastUpdate = function () { 
      $updates = this.parent().next().clone();
      $("nobr", $updates).remove();
      $("a", $updates).remove();
      $("br", $updates).remove();
      $lastUpdate = $updates.text().split("(): ")[1]; //.find("a").replaceWith("##++##").text();
      this.text($lastUpdate);
      return $lastUpdate;
    }
    
    $("[title='CONTROL_TITLE']").GetLastUpdate();
    </script>
    

    Then you just have to replace the CONTROL_TITLE with the title of the text box that you want to auto fill.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Running zookeeper 3.3.3. I have a znode that I am just trying to list,
Running a gwtp-sample-basic-spring app in Eclipse, I see the welcome page, but after some
WSS 3.0 List Service I am running GetListItems() on a Picture Library (name Pictures)
Running into a problem. I have a table defined to hold the values of
I have built a few custom applications that run on WSS 3 using the
We have been running WSS 3.0 for our intranet. We are going to be
Running Python, I have an image and some data calculated for different ROIs (regions
Running tomcat, i have this folder hierarchy: - manager/ - ROOT/ - doc -
Running MS SqlServer from ASP.NET I have a visitors table with no unique key.
Running ActiveMQ 5.4.0. I have a group of users that subscribe and publish to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.