No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Unanswered0VotesVBA code to copy data from a userform into a specific row on a wirkshee
I need to use the data from a userform to a specific row within a workbook, but am unable to figure out the code. when i look to the web i can only find code for locating the next clear row. the row i ...2 Replies | 28 Views | Created by Haroldg2 - 8 hours 5 minutes ago | Last reply by shoshe - a few seconds ago -
Unanswered0VotesDates in Access SQL
I have a query in an Access 2010 database. If I add the Where clause below, I get no rows. Without that clause I can see that the datetime field Level_date is populated with simple dates, ... -
Unanswered0VotesSharePoint 2013 -"Sign in as a different user" does not appear even after adding the control on welcome.ascx
I added following code to my Welcome.ascx (under controlTemplates in 15 hive ), I do not see the "Sign in as a different user" link. I have a custom master page. Is that stopping my control ...3 Replies | 49 Views | Created by MonicaT - 1 hour 5 minutes ago | Last reply by Trevor Seward - a few seconds ago -
Unanswered0VotesError establishing a database connection - WordPress using Azure MS SQL
I had been creating a development site for client at this URL - http://knowvera.azurewebsites.net/, all was working fine until today. Now I have and error Error establishing a ... -
Unanswered0VotesRecords not deleted data is read only
There are some instances where I cannot delete records in a SQL 2008 Table linked in Access 2007. I have tried numerous configurations (both in table configuration and the linking process) ...19 Replies | 312 Views | Created by BKreft - Monday, November 18, 2013 10:01 PM | Last reply by Van Dinh - 4 minutes ago -
Unanswered0VotesHow to save a webpart as template in Sharepoint 2013 foundation
I created a webpart (picture library) which I would like to use in other pages of my Sharepoint 2013 foundation site. I can't see any button to download the webpart or to add it to a webpart library. ...3 Replies | 32 Views | Created by hhh2009 - 36 minutes ago | Last reply by Trevor Seward - 5 minutes ago -
Unanswered0VotesProblem applying web template
We've recently upgraded from SharePoint 2010 to 2013. We created a new site under the 2013 environment then created a template from it. When we try to apply that template to a new site we get the ...6 Replies | 72 Views | Created by Bill Humphrey - 22 hours 23 minutes ago | Last reply by DimitriAyrapetov - 5 minutes ago -
Unanswered0VotesAccess Database Engine 2007 and 2010 can't read Excel .xls files after opening them and saving them with Excel 2013
Hi, We use Access Database Engine 2007 and 2010 for reading Excel (97-2003) .xls. But after oppening the files with Excel 2013, and saving them again in the same format (97-2003 ...11 Replies | 151 Views | Created by Iván Márquez - Friday, November 22, 2013 7:02 PM | Last reply by Iván Márquez - 6 minutes ago -
Unanswered0VotesAccess 2013 Read/Write Connection on 365
Have web tables all set up on 365 account. Have set the connection management to Read/Write. But I can't figure out how to link to them from a desktop Access app. From ...3 Replies | 69 Views | Created by msdnPublicIdentity - Tuesday, December 03, 2013 11:32 PM | Last reply by Albert D. Kallal - 6 minutes ago -
Unanswered0VotesSecurity Issue within Sharepoint 2010
I am experiencing an odd security issue I have a Revenue subsite which has limited access. Valid Users can access the documents and the list but cannot access an aspx page in the ...1 Replies | 15 Views | Created by CoutinhoR - 10 minutes ago | Last reply by Trevor Seward - 7 minutes ago -
Proposed0VotesHow to differenciate between the Update messate that gets triggered from Deactivate button vs the one from Save button on a custom field!
Hi, I have a custom entity which has a custom field (lets call it MyField). I want the following behavior: If user clicks on Save and ...2 Replies | 56 Views | Created by captainsina - 4 hours 46 minutes ago | Last reply by Andrii Butenko - 8 minutes ago -
Unanswered0VotesAccessing SitePoint blog from my IIS site
Greetings - I am brand new of Office365 and, specific to this question, SharePoint. I'd like to leverage a SharePoint site (the blog component) as a blog engine so that posts authored in the ... -
Unanswered0VotesCheck Device Memory
I am trying to determine if the user has either 4GB or 2GB of memory as I want to set different limits based on the system memory. Also is there a way to determine if the Device is ARM x86 or x64? -
Unanswered0Votesthis pointer and why is it used
month = mn; // are equivalent (*this).month = mn; } Why does the following code use the "this" pointer, ...8 Replies | 41 Views | Created by Jeffs_Programs - 2 hours 35 minutes ago | Last reply by Brian Muth - 12 minutes ago -
Unanswered0VotesExcel Document Level project - Clone an existing shape ?
Illustrations->Shapes and then run a custom command from the Ribbon and the command would iterate through these inserted shapes and would clone them at appropriate cell ...2 Replies | 41 Views | Created by ABW8 - 4 hours 49 minutes ago | Last reply by ABW8 - 13 minutes ago -
Unanswered0VotesUsing CurrentPrincipal.IsInRole in SharePonit
First off, this refers to SSRS, but I'm pretty sure the underlying issue is with how my code works on the SharePoint server. I'm using the following code in an SSRS report to check ...5 Replies | 108 Views | Created by Henry Winkler - Kleinfelder - Tuesday, December 03, 2013 6:22 PM | Last reply by DimitriAyrapetov - 14 minutes ago -
Answered0VotesRestore-SPSite Errors: I want to restore same site collection multiple times.
We have created a single web app to be used for hosting all of our intranet sites using the Host Named architecture. The plan was to backup a site collection we have in our dev environment and ...9 Replies | 78 Views | Created by zeetwoeight - Tuesday, December 03, 2013 7:20 PM | Last reply by zeetwoeight - 14 minutes ago -
Unanswered0VotesWorkflow Action - Send Email to Multiple Recipients from Another List
Hi there, I have a customer list with multiple users in there. I also have another asset list and have created a workflow to send an email when an asset's warranty is due ... -
Unanswered0VotesFor each loop is not supported in <entity>_filter method?
Hi,the following code is written in My <entity>_filter method. if (Application.User.HasPermission(Permissions.CanUpdateIssueStatus)) ...2 Replies | 35 Views | Created by wanghu - 10 hours 39 minutes ago | Last reply by wanghu - 15 minutes ago -
Unanswered0VotesCopyAsync to copy SQLite Db file doesnot work
Hi All, I have Windows 8 native app developed in javascript as presentation layer and Windows Runtime component deveoped in C# .The problem arises when I try to copy the file from ...4 Replies | 33 Views | Created by Syama Sasi - 20 hours 50 minutes ago | Last reply by Rob Caplan [MSFT] - 16 minutes ago - Items 1 to 20 of 2239087 Next âº
