الانتقال إلى المحتوى
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- تعريف Forms + Report Path in the Registry.
post-73694-0-37424300-1329898560_thumb.png

2- تعديل ملف Env الموجود في المسار : D:\DevSuiteHome_1\forms\server
قارن بين الملف الموجود لديك والملف التالي، وأضف الـ Paths المطلوبة:


# $Id: default.env 14-apr-2005.13:22:43 pkuhn Exp $
# default.env - default Forms environment file, Windows version
#
# This file is used to set the Forms runtime environment parameters.  
# If a parameter is not defined here, the value in the Windows registry
# will be used. If no value is found in the registry, the value used will
# be that defined in the environment in which the servlet engine (OC4J
# or JServ) was started.
#
# NOTES
# 1/ The Forms installation process should replace all occurrences of
#	<percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
#	setting, and all occurrences of <percent>O_JDK_HOME<percent> with
#	the location of the JDK (usually $ORACLE_HOME/jdk).  
#	Please make these changes manually if not.
# 2/ Some of the variables below may need to be changed to suite your needs.
#	Please refer to the Forms documentation for details.
#
ORACLE_HOME=D:\DevSuiteHome_1

 #
 # Search path for Forms applications (.fmx files, PL/SQL libraries)
 # If you need to include more than one directory, they should be semi-colon
 # separated (e.g. c:\test\dir1;c:\test\dir2)
 #
 FORMS_PATH=D:\DevSuiteHome_1\forms;D:\DevSuiteHome_1\forms\webutil;D:\Sys\Forms;D:\Sys\General

 # webutil config file path
 WEBUTIL_CONFIG=D:\DevSuiteHome_1\forms\server\webutil.cfg

 # Disable/remove this variable if end-users need access to the query-where
 # functionality which potentially allows them to enter arbitrary SQL
 # statements when in enter-query mode.
 FORMS_RESTRICT_ENTER_QUERY=TRUE

 #
 # The PATH setting is required in order to pick up the JVM (jvm.dll).
 # The Forms runtime executable and dll's are assumed to be in
 # D:\DevSuiteHome_1\bin if they are not in the PATH.
 # In addition, if you are running Graphics applications, you will need
 # to append the following to the path (where <Graphics Oracle Home> should
 # be replaced with the actual location of your Graphics 6i oracle_home):
 #
 # ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
 #

 PATH=D:\DevSuiteHome_1\jdk\bin;D:\DevSuiteHome_1\jdk\jre\bin\classic;D:\DevSuiteHome_1\jdk\jre\bin;D:\DevSuiteHome_1\jlib;D:\DevSuiteHome_1\jre\1.4.2\bin\client;D:\DevSuiteHome_1\jre\1.4.2\bin;D:\DevSuiteHome_1\jdk\jre\bin\client
 #
 # Settings for Graphics
 # -------------------------------
 # NOTE: These settings are only needed if Graphics applications
 # are called from Forms applications. In addition, you will need to
 # modify the PATH variable above as described above.
 #

#
# Please uncomment the following and put the correct 6i
# oracle_home value to use Graphics applications.
#
#ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>

#
# Search path for Graphics applications
#
#GRAPHICS60_PATH=

 #
 # Settings for Forms tracing and logging
 # -----------------------------------------------
 # Note: This entry has to be uncommented to enable tracing and
 # logging.

#FORMS_TRACE_PATH=<FORMS_ORACLE_HOME>\forms\server
 

 #
 # System settings
 # ---------------
 # You should not normally need to modify these settings
 #
 FORMS=D:\DevSuiteHome_1\forms

 #
 # Java class path
 #   This is required for the Forms debugger
 #   You can append your own Java code here)
 # frmsrv.jar, repository.jar and ldapjclnt10.jar are required for
 # the password expiry feature to work(#2213140).
 #
 CLASSPATH=D:\DevSuiteHome_1\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;D:\DevSuiteHome_1\jlib\repository.jar;D:\DevSuiteHome_1\jlib\ldapjclnt10.jar;D:\DevSuiteHome_1\jlib\debugger.jar;D:\DevSuiteHome_1\jlib\ewt3.jar;D:\DevSuiteHome_1\jlib\share.jar;D:\DevSuiteHome_1\jlib\utj.jar;D:\DevSuiteHome_1\jlib\zrclient.jar;D:\DevSuiteHome_1\reports\jlib\rwrun.jar;D:\DevSuiteHome_1\forms\java\frmwebutil.jar;D:\DevSuiteHome_1\forms\java\icons.jar;D:\DevSuiteHome_1\jlib\zrclient.jar;D:\DevSuiteHome_1\reports\jlib\rwrun.jar;D:\DevSuiteHome_1\forms\java\jacob.jar;D:\DevSuiteHome_1\forms\java\frmall.jar;D:\DevSuiteHome_1\jdk\jre\lib\rt.jar
#local=sale
FORMS_PATH=C:\WINDOWS\Fonts;D:\Sys\GENERAL;D:\Sys\forms;D:\Sys\GENERAL\icons
REPORTS_PATH=C:\WINDOWS\Fonts;D:\Sys\GENERAL;D:\Sys\Reports

FORMS_MMAP=TRUE



3- في الملف Formwebs أضف Config ليتم من خلالها استدعاء البرنامج الخاص بك، مثلا:


[My_Apps]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
form=Sale_Log.fmx
userid=sale/sale@saledev
width=100%
height=100%
separateFrame=True
splashScreen=no
background=
lookAndFeel=Oracle
colorScheme=blue
logo=no
codebase=/forms/java
imageBase=CodeBase
archive_jini=frmall_jinit.jar;icons.jar; mail.jar; activation.jar ;SendMail.jar;chat.jar
archive=frmall.jar; icons.jar; laf_902.jar; laf_1012.jar; laf_10123.jar; laf_11112.jar; dynamicmenu.jar; Calculator.jar;mail.jar; activation.jar ;SendMail.jar;chat.jar
baseHTMLJInitiator=basejpi.htm
jpi_mimetype=application/x-java-applet;version=1.6
jpi_classid=clsid:CAFEEFAC-0016-0000-0021-ABCDEFFEDCBA
workingDirectory=D:\Sys_Dev
envFile=saledev.env



ويجب التغيير حسب متطلبات البرنامج لديك مثلا اسم الداتا بيز و اسم شاشة الدخول واسم ملف env....الخ.

4- ويتم إستدعاء البرنامج من خلال لينك يتم تحديد فيه إسم السيرفر والـ Config التي تم تعريفها في ملف Formsweb.

http://Server_Name.com:8889/forms/frmservlet?config=My_Apps



بالتوفيق.

post-73694-0-37424300-1329898560_thumb.png

بتاريخ:

شكرا جزيلا وجزاك الله خير على هده المعلومات

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

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

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

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

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

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.