Change your field type from VARCHAR to NVARCHAR. NVARCHAR is the unicode definition and will accept double byte characters.
Never underestimate the power of human stupidity RAH
Why can't you find out for yourself? Look on Google. Read a book. I assume that you are in the IT development business or wish to be. If that IS the case you won't get very far if you ask everyone else to do your work for you. India I assume?
Thaer Hamael wrote:
you put a source of the report and the report shows all the details
A generic report that shows whatever data that you point to? That would require you to generate the RDL[^] at runtime. Happy Programming :)
I are Troll :suss:
I'm not exactly sure what you mean. Do you want to store the Date in a specific manner? If that's the case then check if SQL supports your date format. If not make a function that creates the date in the specified format. Or you could create a DateToString() method or the other way around. Any way you could use: dt = DateTime.Parse() and then check the month,year and day. Again I'm not sure what you want.
Thaer Hamael wrote:
Hi All I want to print the report using the Microsoft Report without showing the report on the screen (Print Direct When I Click On Button Name Print Report)
Are you waiting for our permission? If, then consider it given. Or are you too lazy to use google: MSDN - Walkthrough: Printing a Local Report without Preview[^]
All those who believe in psycho kinesis, raise my hand.
Some barcode scanners have the ability to add a delimiter character to the start or end of the string the read will return. You can then check for this delimiter character to see if it came from your reader.
Connect the printer to your computer and ensure all drivers are installed.
See this[^] article.
/ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
Thaer Hamael wrote:
How I Can Solve This Problem ??
Don't use Crystal Reports! :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
Interesting. Do you mean you don't need so many tabs? Cuz, first, when one tab is showing, the others are hiding; second, tab pages can be removed if not needed. ;)
I'm not rude I asked and one of them helped me to suspend The answer obtained by you I know it , but the line chosen not be true only if chose by the mouse Thanks :rose:
Thaer
You should look at using Internationalization. This will greatly cut down the work you need to do. This link[^] has a section on Arabic support. here[^]
using System.Diagnostics;
EventLog ApplicationEventLog = new System.Diagnostics.EventLog();
ApplicationEventLog.Source = "My application name here";
ApplicationEventLog.WriteEntry("My message here", EventLogEntryType.Error);
You should have a look at the docs for EventLog, you will see you can specify many more options. :)
2+2=5 for very large amounts of 2 (always loved that one hehe!)
Usage of this thing But not that good help I have all the solutions proposed, but did not change something We put that question to answer me one of them has been successful with the process and not to provide a teacher how to search Thanks Mr :rose:
Thaer
Oops typo i meant that yes thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
Ashfield wrote:
considered the blindingly obvious and asked Telerik?
That would just be too easy :rolleyes:
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham