Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~6K People Reached
Favorite Forums
Member Avatar for fafi_ali

hello everyone i have a problem in writing in word document the proble is that i want to append a string after a table i made in that document but it overides it the code is:- [code=csharp]//Text to word file StringBuilder strBuilder = newStringBuilder(); strBuilder.Append("<h1 title='Header' align='Center'>Writing To Word Using …

Member Avatar for fafi_ali
0
1K
Member Avatar for fafi_ali

hi everyone i made crystal report then i saved it as a word document but i passed parameters to that report then an error occured after that the error is:- missing parameter values ok i tried to save it with 2 different codes but th same error shows up the …

Member Avatar for xianhatesyou
0
3K
Member Avatar for fafi_ali

hi everybody, do you know how to deploy crystal report? actually i took the exe only to the clients computer (as it's the first time i work on crystal report) but when i try to run it it thraws exception:- couldn't load file or assembly 'CrystalDecisions.CrystalReports.Engine,Version=10.5.3700.0,Culture=neutral,PublicKeyToken=692fea5521e1304'or one of it's dependencies.The …

Member Avatar for fafi_ali
0
104
Member Avatar for fafi_ali

Hello everybody, Is that posible to Add parameters to crystal report programmatically. [I]I mean adding not passing.[/I] Thanks.

Member Avatar for fafi_ali
0
824
Member Avatar for fafi_ali

hello everyone, i made crystal report i saved it as a word document but the arabic data saved in it are reversed can anybody help thanks alot

0
54
Member Avatar for fafi_ali

hellow everyone, i need to know any way to allowpaging in datagridview or datagrid in windowsformapplication any help would be appreciated:)

Member Avatar for fafi_ali
0
68
Member Avatar for fafi_ali

hi all in fact i made updating ,deleting,insertion in my datagridview normally before i made paging in it but after i made paging when it deletes or updates a record it doesn't execute some instructions related to filling the datagridview and when i try to update it removes the selected …

Member Avatar for fafi_ali
1
84
Member Avatar for ejazmusavi

HI all! in c# when i write a query to update there occurs an error "Syntex Error in UPDATE query" my code is as [LIST=1] [*]string query="UPDATE Employee_Table StartTime='"+txt_StartTime.Text+"',EndTime='"+txt_endTime.Text+"'where id="+txt_id.Text+";"; [/LIST] where Employee_Table is a table in Acces the field StartTime is of date/time data types and EndTime is also …

Member Avatar for arunkumars
0
1K