Click here to Skip to main content
15,885,757 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Adding my Blog RSS Feed to code project Pin
Thomas Cooper28-Sep-16 5:38
Thomas Cooper28-Sep-16 5:38 
QuestionVotes weight Pin
Nelek25-Sep-16 21:11
protectorNelek25-Sep-16 21:11 
AnswerRe: Votes weight Pin
Kornfeld Eliyahu Peter25-Sep-16 21:23
professionalKornfeld Eliyahu Peter25-Sep-16 21:23 
GeneralRe: Votes weight Pin
Pete O'Hanlon25-Sep-16 21:30
mvePete O'Hanlon25-Sep-16 21:30 
GeneralRe: Votes weight Pin
Kornfeld Eliyahu Peter25-Sep-16 22:51
professionalKornfeld Eliyahu Peter25-Sep-16 22:51 
GeneralRe: Votes weight Pin
Nelek25-Sep-16 23:28
protectorNelek25-Sep-16 23:28 
BugCan't comment... Pin
Kornfeld Eliyahu Peter24-Sep-16 8:28
professionalKornfeld Eliyahu Peter24-Sep-16 8:28 
SuggestionSmall addition to the Syntax highlighter Pin
OriginalGriff24-Sep-16 0:05
mveOriginalGriff24-Sep-16 0:05 
My answer to this question: http://www.codeproject.com/Questions/1131514/Get-debit-credit-and-balance-in-datagridview-Cshar[^] contains SQL2012+ code:
SQL
SELECT ID, ITEMS_REF_NO, CR, DR,
       SUM(CR - DR) OVER(ORDER BY ID
     ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) 
          AS BAL
FROM MyTable2

The same query in SSMS has additional highlighting for ROWS, UNBOUNDED PRECEDING, and the full CURRENT ROW
Be nice if the syntax highlighter added that as well.
Loooooow priority though - it doesn't affect anything in any significant way!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: Small addition to the Syntax highlighter Pin
Chris Maunder28-Sep-16 15:46
cofounderChris Maunder28-Sep-16 15:46 
QuestionArticle moderation... Pin
Wendelius23-Sep-16 3:48
mentorWendelius23-Sep-16 3:48 
AnswerRe: Article moderation... Pin
Richard Deeming23-Sep-16 3:54
mveRichard Deeming23-Sep-16 3:54 
GeneralRe: Article moderation... Pin
Wendelius23-Sep-16 8:46
mentorWendelius23-Sep-16 8:46 
GeneralRe: Article moderation... Pin
#realJSOP26-Sep-16 8:59
mve#realJSOP26-Sep-16 8:59 
AnswerRe: Article moderation... Pin
OriginalGriff23-Sep-16 3:56
mveOriginalGriff23-Sep-16 3:56 
SuggestionRe: Article moderation... Pin
Nelek23-Sep-16 10:11
protectorNelek23-Sep-16 10:11 
QuestionDebug script left in? Pin
OriginalGriff22-Sep-16 22:05
mveOriginalGriff22-Sep-16 22:05 
AnswerRe: Debug script left in? Pin
Richard MacCutchan22-Sep-16 22:20
mveRichard MacCutchan22-Sep-16 22:20 
GeneralRe: Debug script left in? Pin
OriginalGriff22-Sep-16 22:33
mveOriginalGriff22-Sep-16 22:33 
GeneralRe: Debug script left in? Pin
ZurdoDev23-Sep-16 2:00
professionalZurdoDev23-Sep-16 2:00 
GeneralRe: Debug script left in? Pin
OriginalGriff23-Sep-16 2:02
mveOriginalGriff23-Sep-16 2:02 
GeneralRe: Debug script left in? Pin
Foothill23-Sep-16 3:14
professionalFoothill23-Sep-16 3:14 
AnswerRe: Debug script left in? Pin
Afzaal Ahmad Zeeshan23-Sep-16 3:29
professionalAfzaal Ahmad Zeeshan23-Sep-16 3:29 
JokeRe: Debug script left in? Pin
CHill6023-Sep-16 4:13
mveCHill6023-Sep-16 4:13 
AnswerRe: Debug script left in? Pin
Chris Maunder23-Sep-16 6:38
cofounderChris Maunder23-Sep-16 6:38 
GeneralRe: Debug script left in? Pin
OriginalGriff23-Sep-16 7:59
mveOriginalGriff23-Sep-16 7:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredSolvedFixed

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.