15,740,731 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 DanielBrownAU (Top 24 by date)
DanielBrownAU
20-Jun-19 1:52am
View
remove the
tc.
before
Microsoft.
Also please take a look at https://docs.microsoft.com/en-us/previous-versions/sql/synchronization/sync-framework-2.0/bb726194(v%3Dsql.105)
DanielBrownAU
18-May-17 0:23am
View
I have flopped over to a RichTextField, all fine and dandy getting the underline happening. Thanks for that.
Any pointers or tips on how to treat the added text as a single object to prevent user manipulation or it? (adding/removing letters or deleting the entire term set).
Thanks again.
-DB
DanielBrownAU
17-May-17 2:29am
View
Thanks Griff, that may be the pointer I needed. Will give it a crack and see what falls out of the compiler.
Thanks for the input, much appreciated.
Cheers,
DB
DanielBrownAU
30-Mar-16 2:13am
View
Looks like someone has had this issue too:
clr20r3 crystal report
[
^
]
It is worth googling the error you are getting to see if other people have encounted it.
DanielBrownAU
11-Jan-16 23:13pm
View
OK, So you have a working example of merging two documents.
What have you done to only export the differences, have you tried anything to get the result you are after?
DanielBrownAU
11-Jan-16 19:04pm
View
What did you try? What problem did you encounter?
DanielBrownAU
5-Jan-16 17:56pm
View
As the other poster and I have stated, without seeing the code, we can offer no hope of fixing the problem you having.
What have you tried to do? What problem are you experiencing? Or do you just want us to do it for you? (Which we will not).
I hope this is clear.
DanielBrownAU
4-Jan-16 17:42pm
View
What problem are you actually having?
What is the above cvode doing/not doing as per your expections?
DanielBrownAU
4-Jan-16 17:39pm
View
You could create a calendar view and then use jquery to colour code the items based on category/content type/etc.
What have you tried already?
DanielBrownAU
4-Jan-16 17:39pm
View
What have you done, what have you tried, what is the problem you are encountering?
You need to atleast try something and show us the code.
DanielBrownAU
22-Dec-15 18:19pm
View
It sounds like you have a server side event handler on the controls or the runat="server" tag on them.
Can you post up your code?
Thanks
DanielBrownAU
15-Dec-15 22:16pm
View
Withtout the actual config.xml there is no one I can pinpoint the error.
Its telling you the error, the file and its contents is invalid.
-DB
DanielBrownAU
15-Dec-15 17:52pm
View
Any luck?
DanielBrownAU
15-Dec-15 17:51pm
View
What path are you using for the filename/its location?
DanielBrownAU
13-Dec-15 18:16pm
View
How are you syncing files between the two?
DanielBrownAU
13-Dec-15 18:13pm
View
Another way around this is to create a calculated field whiches replaces the * with "-", and then use that to filter. Not clean but can work.
DanielBrownAU
9-Dec-15 17:01pm
View
I beleive so yes, but its been awhile since I used thoese API's
DanielBrownAU
9-Dec-15 17:00pm
View
You can just give them read only permission
DanielBrownAU
9-Dec-15 0:17am
View
I assume thats the requirement you need to complete.
Its pretty stock standard stuff in terms of what to do.
1. Create a WCF Service
2. Create a Visual Web Part
3. Consume WCF in the Web Part, either server or client side.
The WCF can either be part of SharePoint, or seperate. There is no magic, just standard WCF and .NET
DanielBrownAU
8-Dec-15 18:29pm
View
"We want to be able to sync files from a document list, or any other type of list to each local users PC when they login."
What is the point of this? - Why bother having SharePoint if your using local folders still? SharePoint is a web based product, your users can goto a URL to access the files and site.
Why not use document versioning in SharePoint out of the box?
DanielBrownAU
8-Dec-15 18:26pm
View
A helpful tip to try and track it down is to attach and the the debugger, step thru the code and look at what is going on and what the variables are.
This will allow you to inspect what going on.
Give a man a fish vs teach a man to fish....
DanielBrownAU
2-Dec-15 17:47pm
View
What in SharePoint are you using the username for? to filter a view? CAML Query? etc? Can you show where you are using it and the code for it?
Thanks
DanielBrownAU
2-Dec-15 1:08am
View
Do you have the lyrics in text format?
DanielBrownAU
26-Nov-15 1:18am
View
See your other questions - http://www.codeproject.com/Questions/1056555/How-to-login-into-Lync-with-Share-Point?arn=0
Show More