منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب
طلب مشروع تخزين في قاعدة بيانات - نسخة قابلة للطباعة

+- منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب (http://vb4arb.com/vb)
+-- قسم : قسم لغة الفيجوال بيسك VB.NET (http://vb4arb.com/vb/forumdisplay.php?fid=182)
+--- قسم : قسم اسئلة VB.NET (http://vb4arb.com/vb/forumdisplay.php?fid=183)
+--- الموضوع : طلب مشروع تخزين في قاعدة بيانات (/showthread.php?tid=7767)



طلب مشروع تخزين في قاعدة بيانات - خادم الدين - 27-02-13

طلب مشروع تخزين في قاعدة بيانات مع امكانية البحث

يعني اسجل البيانات بالترتيب واضغط حفظ يتم حفظها في قاعدة بيانات

كالاسم العنوان رقم التليفون

مع امكانية البحث بالاسم او بالعنوان او بالرقم

بارك الله فيكم


طلب مشروع تخزين في قاعدة بيانات - Sajad - 27-02-13

[COLOR="#800000"]السلام عليكم

اخي العزيز ابحث في المنتدى قبل طرح السؤال

انظر هذا الموضوعhttp://vb4arb.com/vb/showthread.php?2774-ADO-Net-Full-Sample للأخ ابو ايهاب

بالتوفيق ان شاءالله[/COLOR]



طلب مشروع تخزين في قاعدة بيانات - خادم الدين - 28-02-13

وعليكم السلام يا اخي المشروع كله اخطاء

ما المطلوب لفتح المشروع ؟


طلب مشروع تخزين في قاعدة بيانات - learning.net - 28-02-13

المشروع يعمل دون اخطاء
ماهى الاخطاء التى تظهر لك؟


طلب مشروع تخزين في قاعدة بيانات - خادم الدين - 28-02-13

Warning 1 Namespace or type specified in the Imports 'CrystalDecisions.CrystalReports.Engine' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 14 9 ADO.Net Full Sample
Warning 2 Namespace or type specified in the Imports 'CrystalDecisions.ReportSource' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 15 9 ADO.Net Full Sample
Warning 3 Namespace or type specified in the Imports 'CrystalDecisions.Shared' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 16 9 ADO.Net Full Sample
Error 4 Type 'ReportClass' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 22 14 ADO.Net Full Sample
Error 5 property 'ResourceName' cannot be declared 'Overrides' because it does not override a property in a base class. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 28 31 ADO.Net Full Sample
Error 6 property 'NewGenerator' cannot be declared 'Overrides' because it does not override a property in a base class. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 37 31 ADO.Net Full Sample
Error 7 property 'FullResourceName' cannot be declared 'Overrides' because it does not override a property in a base class. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 46 31 ADO.Net Full Sample
Error 8 Type 'CrystalDecisions.CrystalReports.Engine.Section' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 57 44 ADO.Net Full Sample
Error 9 'ReportDefinition' is not a member of 'ADO.Net_Full_Sample.CrystalReport1'. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 59 20 ADO.Net Full Sample
Error 10 Type 'CrystalDecisions.CrystalReports.Engine.Section' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 65 44 ADO.Net Full Sample
Error 11 'ReportDefinition' is not a member of 'ADO.Net_Full_Sample.CrystalReport1'. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 67 20 ADO.Net Full Sample
Error 12 Type 'CrystalDecisions.CrystalReports.Engine.Section' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 73 44 ADO.Net Full Sample
Error 13 'ReportDefinition' is not a member of 'ADO.Net_Full_Sample.CrystalReport1'. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 75 20 ADO.Net Full Sample
Error 14 Type 'CrystalDecisions.CrystalReports.Engine.Section' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 81 44 ADO.Net Full Sample
Error 15 'ReportDefinition' is not a member of 'ADO.Net_Full_Sample.CrystalReport1'. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 83 20 ADO.Net Full Sample
Error 16 Type 'CrystalDecisions.CrystalReports.Engine.Section' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 89 44 ADO.Net Full Sample
Error 17 'ReportDefinition' is not a member of 'ADO.Net_Full_Sample.CrystalReport1'. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 91 20 ADO.Net Full Sample
Error 18 Type 'CrystalDecisions.Shared.ExportOptions' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 96 48 ADO.Net Full Sample
Error 19 Type 'ICachedReport' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 99 16 ADO.Net Full Sample
Error 20 Type 'CrystalDecisions.ReportSource.ICachedReport' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 107 69 ADO.Net Full Sample
Error 21 Type 'CrystalDecisions.ReportSource.ICachedReport' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 118 74 ADO.Net Full Sample
Error 22 Type 'CrystalDecisions.ReportSource.ICachedReport' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 129 78 ADO.Net Full Sample
Error 23 'CachedReportConstants' is not declared. It may be inaccessible due to its protection level. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 131 20 ADO.Net Full Sample
Error 24 Type 'CrystalDecisions.CrystalReports.Engine.ReportDocument' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 138 51 ADO.Net Full Sample
Error 25 Type 'CrystalDecisions.ReportSource.ICachedReport' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 138 116 ADO.Net Full Sample
Error 26 'Site' is not a member of 'ADO.Net_Full_Sample.CrystalReport1'. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 140 9 ADO.Net Full Sample
Error 27 Type 'RequestContext' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 144 72 ADO.Net Full Sample
Error 28 Type 'CrystalDecisions.ReportSource.ICachedReport' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.vb 144 109 ADO.Net Full Sample
Error 29 Type 'Microsoft.Reporting.WinForms.ReportDataSource' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\Form1.Designer.vb 26 34 ADO.Net Full Sample
Error 30 Type 'Microsoft.Reporting.WinForms.ReportViewer' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\Form1.Designer.vb 51 32 ADO.Net Full Sample
Error 31 Type 'CrystalDecisions.Windows.Forms.CrystalReportViewer' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\Form1.Designer.vb 54 39 ADO.Net Full Sample
Error 32 Type 'CrystalDecisions.Windows.Forms.CrystalReportViewer' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\Form1.Designer.vb 869 47 ADO.Net Full Sample
Error 33 Type 'Microsoft.Reporting.WinForms.ReportViewer' is not defined. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\Form1.Designer.vb 906 40 ADO.Net Full Sample
Error 34 'SetDataSource' is not a member of 'ADO.Net_Full_Sample.CrystalReport1'. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\Form1.vb 735 9 ADO.Net Full Sample
Warning 35 Cannot find custom tool 'CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator' on this system. D:\s\6_01359873439\ADO.Net Full Sample\ADO.Net Full Sample\ADO.Net Full Sample\CrystalReport1.rpt ADO.Net Full Sample
Warning 36 The referenced component 'CrystalDecisions.CrystalReports.Engine' could not be found.
Warning 37 The referenced component 'CrystalDecisions.Enterprise.Framework' could not be found.
Warning 38 The referenced component 'CrystalDecisions.Enterprise.InfoStore' could not be found.
Warning 39 The referenced component 'CrystalDecisions.ReportSource' could not be found.
Warning 40 The referenced component 'CrystalDecisions.Shared' could not be found.
Warning 41 The referenced component 'CrystalDecisions.Windows.Forms' could not be found.
Warning 42 The referenced component 'Microsoft.ReportViewer.Common' could not be found.
Warning 43 The referenced component 'Microsoft.ReportViewer.WinForms' could not be found.


طلب مشروع تخزين في قاعدة بيانات - learning.net - 28-02-13

الواضح اخى الكريم ان المشكله عندك انك مش مثبت الكريستال ريبورت
عموما سوف اعدل لك المثال لكى يعمل عندك دون مشاكل ان شاء الله ... انتظرنى


طلب مشروع تخزين في قاعدة بيانات - learning.net - 28-02-13

ها هو المثال طبعاّ هذا بعد إذن اخى وحبيبى وحبيب الكل الاستاذ ابو ايهاب
انا مسحت منه اشياء ربما انت لن تحتاجها مثل التقارير والتعامل مع الوورد والاكسل وابقيت على الاشياء التى تحتاجها فقط

وعذراّ اذا كان به أخطاء لانى عدلته على استعجال

وبالتوفيق ان شاء الله