WE have Sharepoint 2010 standard edition. I also have Visual Studio 2010. Can I develop SP workflows and applications in Vis Studio with standard edition or is enterprise edition necessary for this?
Sam
You could have a "personal" network space(logical drive) assigned to each user. It would be available wherever the user might login. That is pretty much the extent of my knowledge on the subject. I would recommend one of the network forums for further details.
Sam
good point strongm. I used this in a situation where the pc's are brand new, freshly ghosted and haven't joined the domain yet so it hasn't caused any problems here
Sam
It will definitely change computer name.
here is how I used it
Dim oShell As New WshShell
strTmp = "C:\newsid.exe /a /n " & SNewName
oShell.Run strTmp, 0, True
Sam
Try turning the feature that is giving you trouble off and then after testing that is still off turn it back on. Sometime toggling the feature on and off will make it work properly.
Sam
...code that has worked for me. It is a rework of something I found here or on the else where. I added drag and drop capability. Hope this helps
'***************************************************************************
'****Ftp's whatever single file that has been dragged to the script...
Works for me as well. There is a second parameter in case you were unaware for number of sentences in each paragraph. =rand(10,2) will yield ten paragraphs with 2 sentences in each.
HTH,
Sam
For tsunami relief donations
If you want to delay sending of the mail use the DeferredDeliveryTime property of the mail item
Sub DelayMail()
Dim olApp As Outlook.Application
Dim olMail As Outlook.MailItem
Set olApp = New Outlook.Application
Set olMail = olApp.CreateItem(olMailItem)
'set send time...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.