Thursday, July 16, 2009

Re: [sharepointdiscussions] Re: Custom Edit Form for DocLib - How?

The other possible issue might be if you have a required field that is not
populated.

On Thu, Jul 16, 2009 at 1:15 PM, Peter Brunone <peter.brunone@gmail.com>wrote:

> Is "Require checkout for editing" still enabled?
>
>
> On Thu, Jul 16, 2009 at 12:37 PM, Dick Penny <d_penny@usa.net> wrote:
>
>> Perhaps I mis-spoke. It doen't actually BOMB. I am using a custom edit
>> form
>> because I do not want a user who is uploading a document to even see all
>> the
>> columns of meta-data which are optional.
>>
>> What happens is, when user hits "check-in" button, the "check-in" never
>> occurs. Therefore, any workflows we have on "create" always stay in the
>> "starting" mode.
>>
>> We even turned off "check in/out", yet after uploading, the item is in a
>> "checked-out" status. Very strange.
>>
>>
>> Dick Penny
>> 650-964-4593
>> d_penny@usa.net
>>
>>
>>
>


[Non-text portions of this message have been removed]

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/sharepointdiscussions/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/sharepointdiscussions/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:sharepointdiscussions-digest@yahoogroups.com
mailto:sharepointdiscussions-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
sharepointdiscussions-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Re: [sharepointdiscussions] Re: Replacing calendar End Time with New calculated end time

hi,

check the article hope this signifies solution.
http://akshaya-m.blogspot.com/2009/07/replacing-time-field.html

On Thu, Jul 16, 2009 at 2:33 PM, trufflebadgerpie <
trufflebadgerpie@yahoo.co.uk> wrote:

>
>
> Hi,
>
> I have already done something similar to this using SharePoint Designer
> Workflows. I had a list of timeslots (with start and end times) which I then
> added as a select list to my calendar appointments. My workflow made the
> appointment "snap" to the selected timeslot's start and end times.
>
> There is a function in SPD workflows which allows you to add a specified
> number of minutes, hours or days to a date, and another one which allows you
> to set the time portion of a date. I used a combination of these two
> functions. You can store these values in workflow variables during the
> workflow and then update the item at the end of the workflow when all
> calculations have been performed.
>
> BTW I did get looping problems when I added the workflow to be initiated on
> change of the item as the workflow was updating the item, and therefore
> initiating the workflow again, and so on...!
>
> Hope this helps!
>
> --- In sharepointdiscussions@yahoogroups.com<sharepointdiscussions%40yahoogroups.com>,
> Peter Brunone <peter.brunone@...> wrote:
> >
> > Oh, okay; so you're not talking about replacing the field itself, but
> rather
> > updating the value of the original end time field... correct?
> >
> >
> > On Wed, Jul 15, 2009 at 10:58 AM, Tom <tomsrig@...> wrote:
> >
> > > Hi, Peter,
> > > The normal SharePoint calendar, which has a start and end time field,
> in my
> > > application it has to insert a new calculated end time into the normal
> > > calendars end time.
> > >
> > > The effect of this is that the calendar events will now display the new
> > > durations.
> > >
> > > I'm not sure I made that clear, Peter.
> > >
> > >
> > >
> > >
> > >
> > > --- In sharepointdiscussions@yahoogroups.com<sharepointdiscussions%40yahoogroups.com>,
> Peter Brunone
> > > <peter.brunone@> wrote:
> > > >
> > > > What effect do you want it to have? It's not hard to change fields in
> > > > views, etc.
> > > >
> > > > Peter
> > > >
> > > > On Wed, Jul 15, 2009 at 9:36 AM, Tom <tomsrig@> wrote:
> > > >
> > > > > Hi, all,
> > > > >
> > > > > Situation: I have a regular calendar on my main page. I have added
> a
> > > > > Calculated field in the calendar list to represent a new "end
> time",
> > > dirived
> > > > > from another field configured as a number field that represents a
> "time
> > > > > offset". The calculated field works properly to come up with a new
> end
> > > time
> > > > > based on the formula I wrote in there.
> > > > >
> > > > > Requirement: I want to take that new "end time" and insert it into
> the
> > > > > regular calendars end time field, in effect - replacing it.
> > > > >
> > > > > Any clever way to do this? A workflow perhaps?, I don't have the
> skill
> > > yet
> > > > > to write custom code.
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>

--
Regards-
Akshaya..


[Non-text portions of this message have been removed]

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/sharepointdiscussions/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/sharepointdiscussions/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:sharepointdiscussions-digest@yahoogroups.com
mailto:sharepointdiscussions-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
sharepointdiscussions-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Re: [sharepointdiscussions] Re: Custom Edit Form for DocLib - How?

Is "Require checkout for editing" still enabled?

On Thu, Jul 16, 2009 at 12:37 PM, Dick Penny <d_penny@usa.net> wrote:

> Perhaps I mis-spoke. It doen't actually BOMB. I am using a custom edit form
> because I do not want a user who is uploading a document to even see all
> the
> columns of meta-data which are optional.
>
> What happens is, when user hits "check-in" button, the "check-in" never
> occurs. Therefore, any workflows we have on "create" always stay in the
> "starting" mode.
>
> We even turned off "check in/out", yet after uploading, the item is in a
> "checked-out" status. Very strange.
>
>
> Dick Penny
> 650-964-4593
> d_penny@usa.net
>
>
>


[Non-text portions of this message have been removed]

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/sharepointdiscussions/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/sharepointdiscussions/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:sharepointdiscussions-digest@yahoogroups.com
mailto:sharepointdiscussions-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
sharepointdiscussions-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

[sharepointdiscussions] How can I turn off OCS Presence in SharePoint 2003?

We have Microsoft Office Communicator recently installed and working great with our SharePoint 2007 portals. We have a SharePoint 2003 portal where on a particular document library folder, we can't drill down to the documents. If the user exits the Office Cummunicator client they can browse the documents. In trying to troubleshoot this I'm wondering if there is a way to turn off Presence on the SharePoint 2003 server.
This document library may have some custom code written around it but we don't know what.

Thanks.

Kevin

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/sharepointdiscussions/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/sharepointdiscussions/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:sharepointdiscussions-digest@yahoogroups.com
mailto:sharepointdiscussions-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
sharepointdiscussions-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

RE: [sharepointdiscussions] Re: date & time stamp in standard view doesn't match explorer view

Thank you Knox

From: sharepointdiscussions@yahoogroups.com
[mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of knoxcameron
Sent: Wednesday, July 15, 2009 9:47 PM
To: sharepointdiscussions@yahoogroups.com
Subject: [sharepointdiscussions] Re: date & time stamp in standard view
doesn't match explorer view

Hi Liz

Yes, I think I have seen this, back in the SharePoint 2001 days.

I think the fix was to press Ctrl F5 to force a full refresh of the
view. The issue was caching-related.

HTH
Knox

--- In sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> , "Liz.Pumilia"
<liz.pumilia@...> wrote:
>
> Bump, bump...
>
>
>
> Anyone please
>
>
>
> From: sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com>
> [mailto:sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> ] On Behalf Of
Liz.Pumilia
> Sent: Friday, July 10, 2009 3:24 PM
> To: sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com>
> Subject: [sharepointdiscussions] date & time stamp in standard view
> doesn't match explorer view
>
>
>
>
>
>
>
>
> Hello all,
>
> I have a puzzling issue on our MOSS 2007 sp1 server. I have a site
> collection that has a subsite with approximately 40 excel documents in
a
> document library. When looking at the standard view of the document
> library it shows a date of 7/10:2007 2:47 PM. When I open the same
> document library in explorer view it shows a date of 7/9/2007 1:35 pm.
> This version is at least 5 versions old as shown in the version
history.
> I have not been able to get the explorer view to match the standard
> view, I have done a refresh, modified the data, and nothing.
>
> Has anyone seen this before? How can I correct this?
>
> Liz Pumilia
>

DISCLAIMER:
This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to which they are addressed. This communication may contain material protected by privilege. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please reply back to sender advising that you have received the e-mail in error.


[Non-text portions of this message have been removed]

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/sharepointdiscussions/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/sharepointdiscussions/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:sharepointdiscussions-digest@yahoogroups.com
mailto:sharepointdiscussions-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
sharepointdiscussions-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

[sharepointdiscussions] Re: Custom Edit Form for DocLib - How?

Perhaps I mis-spoke. It doen't actually BOMB. I am using a custom edit form
because I do not want a user who is uploading a document to even see all the
columns of meta-data which are optional.

What happens is, when user hits "check-in" button, the "check-in" never
occurs. Therefore, any workflows we have on "create" always stay in the
"starting" mode.

We even turned off "check in/out", yet after uploading, the item is in a
"checked-out" status. Very strange.


Dick Penny
650-964-4593
d_penny@usa.net


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/sharepointdiscussions/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/sharepointdiscussions/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:sharepointdiscussions-digest@yahoogroups.com
mailto:sharepointdiscussions-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
sharepointdiscussions-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

[sharepointdiscussions] Search keywords

Good morning everyone!

It's time for yet another question:

Is there any way to do a bulk import or upload of keywords that does not involve any custom code?

Thanks!

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/sharepointdiscussions/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/sharepointdiscussions/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:sharepointdiscussions-digest@yahoogroups.com
mailto:sharepointdiscussions-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
sharepointdiscussions-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/