الانتقال إلى المحتوى
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.

global problem

Featured Replies

بتاريخ:

بسم الله الرحمن الرحيم

استخدمت global variable عند التنقل بين forms
ثم استخدمت menus للانتقال بين forms
فعندما انتقل الى احد form تظهر هذة الرسالة

frm-40815:variable golbal.guser_id dose not exist

ولكن قمت بالدخول الى نفس هذا form بدون القوائم لايوجد مشكلة

بعض الاشخاص قال لي استخدم parameter بدل من golbal

ولكن انا لا اعرف كيف تستخدم رجوا المساعدة

بتاريخ:

السلام عليكم
:) :) :)

المشكلة انك حاولت ان تستخدم global variable بدون ان تعطى له قيمة ابتدائية

وللتغلب على هذا الامر استخدم DEFAULT_VALUE

Copies an indicated value to an indicated variable if the variable's current value is NULL. If the variable's current value is not NULL, DEFAULT_VALUE does nothing.

وهذا مثال

/*  

** Built-in:  DEFAULT_VALUE 
** Example:   Make sure a Global variable is defined by 
**           assigning some value to it with Default_Value 
*/ 
BEGIN 
 /* 
 ** Default the value of GLOBAL.Command_Indicator if it is 
 ** NULL or does not exist. 
 */ 
 Default_Value('***','global.command_indicator'); 
 /* 
 ** If the global variable equals the string we defaulted 
 ** it to above, then it must have not existed before 
 */ 
 IF :Global.Command_Indicator = '***' THEN 
   Message('You must call this screen from the Main Menu'); 
   RAISE Form_Trigger_Failure; 
 END IF; 
END; 

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

شكرا لك على الاستجابة جزاك الله كل خير

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

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

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

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

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

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.