thanx 4 reply but i'm actually loging by Administrator
bahaa_sa5
Posts
-
SetOleLocation to CRAXDDRT.OleObject -
SetOleLocation to CRAXDDRT.OleObjectHi, Has anyone experienced this problem? i'm using vs.net c# & Report Designer component CRAXDDRT V XI 2 i've added an OleObject in the report page header section by the folowing line
OleObject PicObject = m_Report.Sections[SecNo].AddPictureObject(Application.StartupPath + "\\DefaultLogo.bmp", 0, 0)
it's added successfully but after that when i try to change the photo path (Graphic Location) by
PicObject.SetOleLocation("NewPath + "\\AnotherLogo.bmp");
the following error msg appears : 'Access is denied' I would appreciate your help ...
-
CrystalReport 11.5 with VisualStudio.net 2005hello every body, I've a problem in CrystalReport 11.5 with VisualStudio.net 2005 C#. i've installed the CrystalReport XI release2, service pack1 and hot fix, now i've been saw the CrystalReportViewer 11.5 in VisualStudio.net 2005 C# and i'm try to set the report source but there is an exception thrown to notify of ReportSource is write only!! can any one have an idea reply please Thanks:rose: Bahaa
-
focus rectangle [modified]i'm fear to disturb you, my button already has no text in spite of that "This rectangle appears around the text space in the middle of the button." as u said thanks for reply
-
focus rectangle [modified]hello, this may help if the button have a back color, but what can i do if the back color of the button is transparent? thank you
-
focus rectangle [modified]hi all, I'm using VS.net2005 C#, I've class inherited from System.Windows.Forms.Button named PanelButton and FlatStyle is Flat, in run time when the PanelButton foucsed there is a rectangle displayed in the middle of button, i want to hide this rectangle..is it possible? plz i need any one have an idea to help me. thank you -- modified at 5:11 Sunday 27th August, 2006
-
Need Help with Database Update using DataAdaptorWhat the OleDbException message say...?
-
Need Help with Database Update using DataAdaptortry the following code... DataRowView NewRow = DataSet.Tables[TableName].DefaultView.AddNew() NewRow[ColumnName] = ""; NewRow.EndEdit(); DataAdapter.Update(DataSet, TableName); bahaa
-
WinForms.ReportViewer DoubleClick eventHello, It's the first time to use Microsoft.Reporting.WinForms.ReportViewer , and i need some one expert to help me... I've created a win form using C# and added a ReportViewer control then i've designed a new report and set the LocalReport.DataSources, LocalReport.ReportEmbeddedResource and LocalReport.ReportPath. My problem is : after opening this report in run time successfully, i want to receive the DoubleClick event that occurred when double clicking on the FieldObject (TextBox), but this not happen when ! if you have an idea or sample to help me, plz reply or send to me at bahaa_sa5@hotmail.com thanks alot bahaa
-
Displaying Images into Crystal reportsi need help and clarification about : display images in crystal reports 8.5 by the physical path that saved in sql 2005database table , which must change record-by-record thanks for help
-
How to use my C# function in Crystal Report?I'm trying to use DLL created in visualC#.net2005 in Crystal Report ... How can i do that ? thanks for help bahaa
-
How to use my C# function in Crystal Report?I'm trying to use DLL created in visualC#.net2005 in Crystal Report ... How can i do that ? thanks for help bebo
-
control container design time problemHi, Has anyone experienced this problem? by VS2005 C#, i had made class library project contains custom control called "DynamicPanel" inherited from System.Windows.Forms.Panel, this "DynamicPanel" contains some child controls .. now in my WindowsApplicationProject --> Form1 i'm Draging "DynamicPanel" from the toolbox and all properties was found in PropertyGrid .. my problem is: i want to be able to access the properties of any of the child controls in "DynamicPanel" by selecting them ( by clicking on them ) in design time. how can i do that? I would appreciate your help ...
-
control container design time problemHi, Has anyone experienced this problem? by VS2005 C#, i had made class library project contains custom control called "DynamicPanel" inherited from System.Windows.Forms.Panel, this "DynamicPanel" contains some child controls .. now in my WindowsApplicationProject --> Form1 i'm Draging "DynamicPanel" from the toolbox and all properties was found in PropertyGrid .. but i want to be able to access the properties of any of the child controls in "DynamicPanel" by selecting them ( by clicking on them ) in design time. how can i do that? I would appreciate your help ... -- modified at 6:19 Sunday 19th February, 2006