الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

مساعدة : مشكله في عمل نداء للتقرير الموجود في الجاسبر

Featured Replies

بتاريخ:

شرح  كيفية عمل تقرير تاريخ بمدى

1-مثال 1/1/2017 الى 1/4/2017

2- تقرير شهر           مثلا  تقرير عن شهر (3)

3- تقرير  سنة          مثلا تقرير عن  سنة ( 2016)

 

ارجو المساعدة

 

بتاريخ:

يجب تعلم أداة تقرير أولاً

بتاريخ:

iReport 5.2.0

بتاريخ:

حسناً ما المشكلة؟

بتاريخ:

المشكله انو مابيجلب ليها التقرير الموجود في الجاسبر

بتاريخ:

المشكله انو مابيعمل ليها نداء لى التقرير الموجود في الجاسبر

بتاريخ:
  • كاتب الموضوع

    private RichInputText datestart;
    private RichInputText dateend;
    public rep126() {
        
    }

    public String action66() {
        Object Op = datestart.getValue();
        Object Op1 = dateend.getValue();
                Connection connect;
                try
                        {
                        
                        //Class.forName("com.mysql.jdbc.Driver");
                            Class.forName("oracle.jdbc.driver.OracleDriver");
                        connect = DriverManager.getConnection("jdbc:oracle:thin:@192.168.3.18:1521:spcdb","ha","ha");
                            
                            Map datestart = new HashMap();
                           datestart.put("datestart",Op);
                            Map dateend = new HashMap();
                            dateend.put("dateend",Op1);
                            
                            //JasperDesign reportDefinition = JRXmlLoader.load("C:/JDeveloper/mywork/Application13/ViewController/public_html/report3.jasper");
                            JasperReport jasperReport = JasperCompileManager.compileReport("C:/JDeveloper/mywork/report/report13.jrxml");
                            JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport,datestart,connect);
                            JasperExportManager.exportReportToPdfFile(jasperPrint,"C:/JDeveloper/mywork/report/report13.pdf");
                            

                            //JasperReport report =JasperCompileManager.compileReport(reportDefinition);
                          // JasperPrint print = JasperFillManager.fillReport(report,null,connect);
                        //System.out.println("Filling report...");
                        //JasperFillManager.fillReportToFile("C:/JDeveloper/mywork/Application13/ViewController/public_html/report3.jrxml", null, connect);
                            JasperViewer.viewReport(jasperPrint, false);
                        //System.out.println("Done!");

                        connect.close();
                        }
                        catch (JRException e)
                        {
                        e.printStackTrace();
                        }
                        catch (ClassNotFoundException e)
                        {
                        e.printStackTrace();
                        }
                        catch (SQLException e)
                        {
                        e.printStackTrace();
                        }
              

هذا الكود في jdevelper

where  MASTERS1."EXP_DATE" between  $P{datestart} and $P{dateend}

 

 

 

 

      

هذا هو كود ال        iReport 5.2.0

بتاريخ:
  • كاتب الموضوع

jdeveloper

بتاريخ:

هل يوجد exception؟

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.