15,995,397 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 C++ questions
View Javascript questions
View Visual Basic questions
View .NET 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 rnbergren (Top 10 by date)
rnbergren
23-Aug-22 10:22am
View
The reference you point to in stack overflow will force the user authentication. If they don't have a PIN setup as their primary authentication it will go to userID and password. I believe anyway. I don't have a PIN setup.
rnbergren
1-Jul-22 10:59am
View
you might start by downloading and playing with system internals and process explorer and watch and search for the process that happens when you click there. But as Pete already said. We kind of need more information.
rnbergren
27-Jun-22 11:19am
View
your right. I frequently get that wrong. I am sorry
rnbergren
8-Apr-22 13:12pm
View
Need a bit more about your current environment. But PowerBI and Tableau are options. Also since you already went down the Report Viewer Crystal Report path you might check out BIDS (SSRS) since you are using old technology. To be honest there are more solutions that you can imagine. It is more a case of finding the solution that fits for your environment (or at least where you plan on going)
rnbergren
8-Apr-22 13:08pm
View
In addition to what Griff mentions. I might add that I would approach this as not one SQL statement but would probably use some Temp tables to sub select and then select out of. But that is only how I would approach the question.
What are you seeing that you are not expecting? I dont' have any clue without seeing your output data.
rnbergren
10-Jul-18 9:41am
View
PS, I have googled extensively all the solutions I come across say the above code should work.
rnbergren
29-Jun-17 11:06am
View
sorry the solution box is open and I didn't read closely.
rnbergren
29-Jun-17 11:06am
View
it bombs on this line
Hide Copy Code
var aa1 = from i in aa.Elements(strper + "pc:Person")
select i;
rnbergren
22-Jun-11 8:32am
View
Deleted
Reason for my vote of 5
I learned something new today
rnbergren
22-Jun-11 8:31am
View
Deleted
do not forget the period or dot at the end of the command. "explorer ."
Show More