بتاريخ: 14 أغسطس 200421 سنة comment_10985 السلام عليكم ,أود السؤال عن كيفية الكتابة في ال registry من خلال الفورم تقديم بلاغ
بتاريخ: 16 أغسطس 200421 سنة comment_11050 هذه اول مشاركة لي في هذا المنتدى الرائع بالنسبة للكتابة على registry فانه يوجد مجموعة من الاجراءات (builti-in function) تتبع الحزمة المسماه Win_Api_Environment يمكن ان تبحث عنها في المساعدة داخل الفورم وقد نقلت بعض المكتوب في المساعة في الفورم عن موضوع الكتابة على ال registry ارجو ان يكون مفيدا.DescriptionSets the value of a particular entry in the Registry. The path to the entry must already exist. This procedure can only be used to set String registry entries.SyntaxPROCEDURE Win_Api_Environment.Write_Registry(RegPath IN VARCHAR2, RegEntry IN VARCHAR2, RegValue IN VARCHAR2, RaiseExceptions IN BOOLEAN DEFAULT FALSE);ParametersRegPath The full path in the registry to the required value e.g HKEY_LOCAL_MACHINE\SOFTWARE\ORACLERegEntry Name of the variable to read e.g. ORACLE_HOMERegValue Value to setRaiseExceptions If TRUE, then if the requested variable cannot be set the exception NO_DATA_FOUND will be raised. تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.