No announcements
-
0 VotesSSMS Cannot execute as database principal (Microsoft SQL Server, Error: 15517)
Hello, I have an .mdf file that I tried to attach in SSMS. I am using (LocalDB)\MSSQLLocalDB (SQL Server 12.0.2569) The attach process seems to have completed ...Unanswered | 3 Replies | 50 Views | Created by Geol4549 - 7 hours 20 minutes ago | Last reply by Vishe - 14 minutes ago -
4 VotesDirectX LoaderLock
I found a C Sharp Pacman game, downloaded and converted to VB NET - It uses DirectX for audio and when the form starts I get this: LoaderLock was ...Unanswered | 20 Replies | 122 Views | Created by Devon_Nullman - Saturday, December 31, 2016 11:42 PM | Last reply by Devon_Nullman - 16 minutes ago -
0 VotesHow to do data binding from within XAML?
I'm going through a Channel 9 tutorial on learning how to write UWP apps. Its a tutorial by Bob Tabor for absolute beginners. (Carl Franklin recommended it recently on Dot Net Rocks.) I've written ...Unanswered | 1 Replies | 14 Views | Created by Doctor-Who - 1 hour 17 minutes ago | Last reply by Ken Tucker - 17 minutes ago -
0 VotesC# code contract: how to check associativity
Hi, I'm trying to encode associativity of a binary operation as Code contract. Below is my atempt so far. What would be a sensible way to do it ... -
0 VotesVisual Basic Program in Task Scheduler
I am writing a program in Visual Basic which does some file copy and conversions. Any errors will be logged on to a .txt file.This job needs to run in the Task Scheduler. Can ...Unanswered | 2 Replies | 52 Views | Created by RNDN - 11 hours 54 minutes ago | Last reply by RNDN - 21 minutes ago -
0 VotesVBA code: I recorded my macro code to sort & insert blank row. I now need help to put subtotals on column I:L on each blank raw.
Sub insertRows() Dim mySector As String Dim myDay As String Dim myRange As Long Dim counter As ...Unanswered | 1 Replies | 29 Views | Created by alberttigere - 20 hours 50 minutes ago | Last reply by Deepak Panchal10 - 26 minutes ago -
0 VotesCan we talk about namespace? C# 'Reverse' does not exist. CS0234 FIX!
I believe I just inadvertently discovered the importance of separating or linking program files (whichever). Some backstory: Whist learning about Arrays from Bob Tabor ...Discussion | 2 Replies | 40 Views | Created by Babbx - 6 hours 17 minutes ago | Last reply by Babbx - 28 minutes ago -
0 VotesHow to add new assignment in a sub-project of a Master Project Plan in MSP VBA
Hi, I have written the following sample code to add a new assignment for the resource with id 1 to the current active task: Sub ... -
0 VotesIssues Converting Microsoft Word Documents To Pdf
I am trying to convert Microsoft Word Documents to PDF and having some issues during testing. At the moment I am converting about 5 documents and then deleting the converted PDFs and running the ... -
0 VotesTrouble Installing Visual Studio Community 2017 RC
I've tried several times to install Visual Studio Community 2017 RC several times without success. I also uninstalled and re-installed, as well as the "repair" option a few times. ...Unanswered | 4 Replies | 48 Views | Created by chinx.bugs - 14 hours 3 minutes ago | Last reply by chinx.bugs - 34 minutes ago -
0 VotesUsing Label As Basic Calculator
-1 Then Dim selected As String = ComboBox2.Items(ComboBox2.SelectedIndex).ToString() If Not String.IsNullOrWhiteSpace(selected) Then ...Unanswered | 4 Replies | 75 Views | Created by William Dishon - 15 hours 46 minutes ago | Last reply by Frank L. Smith - 36 minutes ago -
0 VotesUnable to get property 'then' of undefined or null reference
Hello everyone, I have an error happens at Xrm.Page.data.save(saveOptions).then(successCallback, ...Answered | 1 Replies | 89 Views | Created by Wa'el - Tuesday, November 08, 2016 3:00 AM | Last reply by Wa'el - 59 minutes ago -
0 VotesPass User Business Unit as a parameters to SSRS from CRM
Hello Everyone, I have a critical problem with SSRS report. I have a report that have to show some user data based on user business unit. I used all recommended techniques to get ... -
0 VotesHow to gain file name in Windows Explorer
Hi, I work with the windows explorer using ShellExecute(ViewWindow, "open", szFolder1, nullptr, nullptr, ...Answered | 11 Replies | 315 Views | Created by C.H.Chi - Sunday, December 04, 2016 7:33 PM | Last reply by RLWA32 - 1 hour 1 minutes ago -
0 VotesMigration Data from ORACLE to SQL SERVER
Hi everyone, I've Oracle database 10g on windows 2003 server worked in old desktop applications need to convert and migration to SQL SERVER 2012 using wizard and VS.net ...Unanswered | 3 Replies | 76 Views | Created by Abdulhakim Mohamed elrhumi - Saturday, December 31, 2016 2:00 PM | Last reply by Abdulhakim Mohamed elrhumi - 1 hour 2 minutes ago -
0 Votessheet save with suggested name
hello all i am using below VBA for extracting sheet, i need amendment in it that this is saving all sheets with sheet 1 (name) but i want my name which i want suggest i ...Proposed | 2 Replies | 82 Views | Created by Nabeel Gondal - Friday, December 30, 2016 8:31 AM | Last reply by Deepak Panchal10 - 1 hour 20 minutes ago -
1 VotesWhat does triggerBody() return?
What does triggerBody() return? The left example works and converts the plaintext to json, but the right example gives an error: Unable to process template language expressions in action ...Answered | 2 Replies | 37 Views | Created by SSISJoost - Saturday, December 31, 2016 4:34 PM | Last reply by SSISJoost - 1 hour 28 minutes ago -
0 VotesQuestion on case statment not subtracting
Could someone please tell me why this case statement does not subtract as expected? For some reason, if rev.calc_rate is not null it adds rev.revenue_amount and (rev.revenue_amount * ...Unanswered | 1 Replies | 36 Views | Created by Duckkiller53 - 1 hour 37 minutes ago | Last reply by Hilary Cotter - 1 hour 31 minutes ago -
1 Votes_sntprintf behavior changed in VS 2015 from VS 2010
Hi, The value of result in below piece of code used to be 9 in Visual studio 2010 but now it's returning -1 in visual studio ...Unanswered | 26 Replies | 216 Views | Created by Ashwinkumar Metpalli - Thursday, December 29, 2016 1:21 PM | Last reply by David Lowndes - 1 hour 35 minutes ago -
1 VotesUsing Function Keys in Application for opening or closing some forms or doing something special tasks
I want assign some function keys to some special actions. For example I would like by pressing F1 in any part of my application the Help form opens or I would like by pressing the F2 key, the main ...Answered | 6 Replies | 67 Views | Created by kvaziri - Saturday, December 31, 2016 9:57 PM | Last reply by Imb-hb - 1 hour 35 minutes ago - Items 1 to 20 of 2755723 Next ›
No announcements
