odiseh

669
reputation
149 views

Registered User

name odiseh
member for 10 months
seen 22 hours ago
website
location
age
I am a Software Developer.I'm familiar with VB.NET , C#, T-SQL, SQL SERVER , ASP.NET and also VB6.0.
1d
asked looking for a simple but complete sample for SSIS or a tutorial
Dec
17
asked Do we put business rules in business use case diagram?
Dec
15
comment Learning OOP well…
many thanks to you dreftymac
Dec
15
asked System use case Vs. Business use case
Nov
30
asked How to display a picture in crystal reports 8.5 dynamically?
Nov
26
comment Using stored procedure in crystal report 8.5?
Oh, finally found it....:) 1- as you kindly said, there is not need to fill a recordset after adding a SP to the report at design time. 2 - if a for each loop, using a select statement we choose every parameter and assign its value. 3 - we need to use SetLogOnInfo method Craig, Thank you very much 3 -
Nov
25
revised How to pass stored procedure parameter values from vb6 application to show a report (made by crystal reports 8.5)?
added 1650 characters in body
Nov
25
asked How to pass stored procedure parameter values from vb6 application to show a report (made by crystal reports 8.5)?
Nov
25
comment Using stored procedure in crystal report 8.5?
Craig, As I said I have added the report to VB6 project and did what you had said (3 lines above) but still I can not show it. Now I have 3 questions: 1 - Do I need to fill a recordset as the data source of the report at runtime? 2 - How I can send parameters to the stored procedure in order to show the report? 3- What about the message: "The server has not yet been opened" ?
Nov
24
comment Using stored procedure in crystal report 8.5?
how to bounty it?
Nov
24
asked Using stored procedure in crystal report 8.5?
Nov
24
comment How to feeding Crystal Report 8.5 parameters from VB6.0 Application?
Heather, Thank you but I still have some problem while executing my report. let's explain it : I have made a new report using Crystal Reports 8.5 (report1) which uses a stored procedure for its data source. The stored procedure has 2 input parameters (@p1 and @p2) and when I enter some test data for @p1 and @p2, every thing is all right. Then, I added the report1 in visual basic 6.0 IDE and added a new form (form1) and a crystal report viewer control on form1. Now please help me: I wanna to show the report1. What codes exactly should I use ?
Nov
24
comment How to feeding Crystal Report 8.5 parameters from VB6.0 Application?
Thank you for your comment....Yes I load the report in a Crystal report viewer control inside a VB6....
Nov
23
asked How to feeding Crystal Report 8.5 parameters from VB6.0 Application?
Nov
18
comment How To use a stored procedure in a crystal reports 8.5?
Thank you , Excellent, but still there is another problem: when I make a new connection using "OLEDB", I can see tables and stored procedures but can not add it to the report, I mean, Add button is disabled....what's wrong with it?
Nov
15
asked How To use a stored procedure in a crystal reports 8.5?
Oct
18
comment How to get schema of our table without filling its DataTable before calling NewRow method?
Thank you very much
Oct
18
comment Why can’t I connect to Team Foundation Server ?
Thank you for remembering it...
Oct
18
asked How to get schema of our table without filling its DataTable before calling NewRow method?
Oct
12
asked In what situations is the prepare method of a SqlCommand object useful?
Oct
12
comment Why my computer opens Crytal Reports 8.5 file within about 20 seconds?
thank you. I'll try it.
Oct
8
comment Relationship between Assembly and Namespace in .NET framework?
So, you say that: NO, IT'S NOT POSSIBLE TO HAVE A CLASS IN MORE THAN ONE ASSEMBLY. BUT IT'S POSSIBLE TO HAVE A CLASS IN MORE THAN ONE FILE WITHIN ONE ASSEMBLE. THANK YOU EVERY BODY
Oct
5
asked Relationship between Assembly and Namespace in .NET framework?
Oct
5
answered Why can’t I connect to Team Foundation Server ?
Oct
4
asked Why can’t I connect to Team Foundation Server ?
Sep
26
asked Working with Time portion of a DateTime Column in SQL Server2008
Sep
13
asked How to Store “Nested groups of checkboxes” ?
Sep
9
asked How to design a masterpage for a website? Is there any template?
Sep
7
comment How to fix: Fonts corrupt when I export a crystal report 8.5 to PDF?
its Tahoma.....
Sep
6
asked How to fix: Fonts corrupt when I export a crystal report 8.5 to PDF?
Sep
6
comment Why my computer opens Crytal Reports 8.5 file within about 20 seconds?
Thank you for your attention, well as you have pointed out, I changed the default printer of my computer from a network printer (p1320) to a local and then try to open that file. Now It seems that there is no delay when opening it. The report file is a local file saved on my computer and before changing the printer, all report files opened within 20 seconds. Well How can I fix this delay when I publish my project?
Sep
5
asked Why my computer opens Crytal Reports 8.5 file within about 20 seconds?
Sep
5
comment How to Work with checkboxes in VsFlexGrid in vb6.0?
First. Thank you. Second, i found that when I click on a column and mark its checkbox surprisingly, it's value is "-1" and when I unmark it, value becomes "0" Third, Why did you use DoEvents in your code? and why at that special line?
Sep
3
asked How to Work with checkboxes in VsFlexGrid in vb6.0?
Sep
2
comment Why creating a new Crystal Report object in VB6 takes a long time?
I did what you said and created a simple Crystal report with a file containing it's viewer. But as I had said before, when it goes to create a new report object, takes long time.
Sep
1
asked Why creating a new Crystal Report object in VB6 takes a long time?
Sep
1
asked What does [STAThread] do ?
Sep
1
comment Object Serialization and Deserialization?
Thanks alot for all your answers, I put other question here as a comment: Reading your answers, so when it should be helpful using serialization in a application that uses DB?
Sep
1
revised Object Serialization and Deserialization?
added 4 characters in body
Sep
1
asked Object Serialization and Deserialization?
Sep
1
comment In c# , when sending a parameter to a method, when should we use “ref” and when “out” and when without any of them?
Thank you......
Aug
30
answered Get object from Formview with javascript
Aug
30
comment How to handle null for a allow-null datetime field (DB) in our program?
Mark, Thanks a lot.
Aug
29
comment How to handle null for a allow-null datetime field (DB) in our program?
solved it via using System.Convert.ToDateTime.
Aug
29
comment How to handle null for a allow-null datetime field (DB) in our program?
Oh found it Thank you.
Aug
29
comment customvalidator servervalidate parameters description
I did, but there was no complete description like Mehrdad's. Any way thanks for your attention on putting the first answer!
Aug
29
comment How to handle null for a allow-null datetime field (DB) in our program?
I can not cast object (a column of DataRow) to DateTime .
Aug
29
asked How to handle null for a allow-null datetime field (DB) in our program?
Aug
29
asked customvalidator servervalidate parameters description
Aug
29
asked asp.net validation: how to compare values of 2 controls on the form and using some functions like substring,…