15,749,184 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by super (Top 36 by date)
super
30-Mar-16 10:59am
View
Can you post the piece of code where you are handling it?
super
14-Mar-16 10:16am
View
Where are you facing issues? In reading or writing?
Are you able to see the values in screen?
super
29-Feb-16 9:36am
View
What error are you getting?
super
29-Feb-16 9:05am
View
Which table does mi and mo represent?
super
29-Feb-16 8:57am
View
What you mean by group?
super
26-Feb-16 6:35am
View
Not sure why is not happening.. Try the option you have your have mentioned in earlier
super
26-Feb-16 6:18am
View
You have to see if it works. Then its good..
What I was try to say was
------------
Declare @Pass int;
------------
@Pass = COUNT(case when [Result Approved by SSC] = 'Pass' then 1 end) as Results_Pass,
-----
@pass + @Fail + @NA as Total_declared,
super
26-Feb-16 5:24am
View
What is the variable type of the columns.
Try to use stored procedure with local variable defined and see?
super
26-Feb-16 5:04am
View
Try
Sum (Calculated Results_Pass + Calculated Results_Pass + Calculated Results_Pass )
Pls let me know what SQL version you are using...
Other option would be try with simple table and look.
super
26-Feb-16 4:50am
View
Are you using Stored Proc ?
Anyway now try either two options...
1. Use sum(Results_Pass)+ sum(Results_Fail)+ sum(Results_NA)
or
2. Calculated Results_Pass + Calculated Results_Pass + Calculated Results_Pass
super
26-Feb-16 4:19am
View
how about you try sum(sum(Results_Pass),sum(Results_Fail),sum(Results_NA)))
super
26-Feb-16 3:03am
View
Try either one thing and see if it works.
1. Replace Count by SUM
or
2. put "then 1 else 0 end"
super
31-Aug-15 8:35am
View
Can you please give more details about the scope of your question? What have you tried so far and be precise if you are face issue in any particular section.
This question too generic to help you in a useful manner
super
24-Aug-15 9:33am
View
Can you be please more specific? I am not able to understand what you want?
1. You want to create a new table with <OLD NAME> + <date>
2. What do you mean by all Code?
3. From where you get the date info?
super
14-Jul-15 8:56am
View
What happens when you use the above code?
super
15-Apr-15 7:52am
View
What is wrong with the orginal query? What results are you getting?
super
14-Apr-15 10:46am
View
You really need to understand that one same code for all platform means its no good in any one based on performance. If you want your apps to work in the best way in particular platform, then you need to cater to that target. Otherwise you will have very bloated apps which is medium at best in all platform.
super
24-Mar-15 4:16am
View
Can you be little more specific? What do you mean by merging? You want to combine all the source/header file or you want to work or rc file etc.?
super
18-Mar-15 8:50am
View
Can you put the sample of the code for better understanding. Generally if the debugging works then it means the execution should work.
Is it possible to define couple of global variables in the main funnction and see if the values changes in the workspace window?
What happens when you try to execute the function from the command prpmpt?
super
18-Mar-15 7:53am
View
What you are asking is a very broad solution. Let us know where you have encountered problem?. Was your image acquistion successful? did you face problem in the processing of the different image?
Please give a details explaination before attempting to ask for help
super
18-Mar-15 7:29am
View
Can you be more specific? Which function were you using and what do you mean by "doesnt execute"? Is the output wrong or skips the whole function?
super
18-Mar-15 5:14am
View
I am not sure how to help without any look at your code. But to my understanding MTMICRProcessCheck() is a API function which process only one document at the time. So you need to verify the calling function to see if MTMICRProcessCheck is called "n" number of times? Try to put n =2 and see if this function is called MTMICRProcessCheck() two times.
super
18-Mar-15 5:04am
View
Whats is the aim of your question? You want some explaination about the Secant algorithim? There are various links which explain in details.
Are you looking for a sample code in specific lnaguage. Anyway show some efforts before you ask for help
super
18-Mar-15 4:58am
View
There is a better way to ask the question. This is boderline rude
super
18-Mar-15 4:55am
View
Well, It would really help if you can tell what you have done and what issue you are facing? Text to Speech conversion is very broad area. Please let us know where you are facing the bottleneck
super
13-Feb-15 16:35pm
View
Are you looking for generic solution for nth row or just looking for 1,2,3 or 4th row.
Just remember that Database has no rows as such, the order of rows changes based on the selection and order criteria.
As OP mentioned, Rownumber() should solve it
super
6-Feb-15 9:46am
View
Can you little bit be more descriptive about your question? Do need help to identify the COM port via some code or something else?
super
3-Feb-15 8:49am
View
Deleted
How is this not a spam if you are also referring to lots of Links aoutside?
super
3-Feb-15 5:56am
View
Deleted
I really do not see the link to his own site. Which link are you referring to?
super
15-Nov-13 6:29am
View
You dont need to know what or why "i" does. He just wants to execute this method/function every one second
super
14-Nov-13 9:24am
View
Ok, whats the question?
You have given the problem statment and now what?
super
14-Nov-13 9:08am
View
IMHO even tax should not be in integer but later float
super
16-Aug-11 8:27am
View
I am not sure about question?
Can you clarify a little more about your need
super
20-Oct-10 7:15am
View
You want a code snippet or facing problem to capture the PretranslateMeesage() function.?
super
20-Oct-10 7:01am
View
Do you have any metrics with respect to speed?
I wanted to know, how fast is the execution and how much you desire?
super
14-Oct-10 7:38am
View
Please , can you be little more specifics?
I am not sure what mic is?
Show More