بتاريخ: 22 يوليو 201411 سنة comment_253083 اعملت فورم لشاشه دخول ولما اعمل run للفورم لا تعمل الbuttons الموجوده في الفورم ....لماذا ؟....صوره الكود لكبسه الدخول موجود بالمرفقات تقديم بلاغ
بتاريخ: 22 يوليو 201411 سنة comment_253085 Property palrt of the button mouse navigation ..no تقديم بلاغ
بتاريخ: 22 يوليو 201411 سنة كاتب الموضوع comment_253090 thaaaaaaaaaaaaaaaaaaanks ya marwanبس هاي شو شغلها بالزبط ؟؟؟؟؟(mouse navigation) تقديم بلاغ
بتاريخ: 23 يوليو 201411 سنة comment_253101 السلام عليكم اخي الكريمبامكانك مراجعة هذا الرابطhttps://community.oracle.com/thread/2163549?tstart=0If a button is Mouse navigable and clicked with the mouse, the button "becomes" the item with the focus and therefore validation takes place on the item which was the current item before (Validation-triggers will fire). Also, navigation takes place and the navigation trigger fire. The WHEN-BUTTON-PRESSED-trigger will only fire when all these succeeds.If a button which is not Mouse navigable is clicked with the mouse, the WHEN-BUTTON-PRESSED-trigger will fire immediately, the currently focussed item will stay focusses, no navigation ro validation takes place.---------------------------------------Try this:1. Create a Button in a form.2. Select the Mouse Navigate property of the button in the Property Palette3. Press F1 to open Mouse Navigate Property helpBasically, this property controls the cursor navigation for the button. When 'YES', Forms will physically move the cursor to the button before triggering the When-Button-Pressed trigger (there is a visual cue that the cursor is on the button). When 'NO', Forms will not move the cursor to the button, but will simply trigger the When-Button-Pressed trigger and the input focus (cursor) will stay whereever it was before you clicked on the button.Typically, I have used this property when I have a When-Validate-Item trigger on a field and button that will perform an action on the item (or other items) and I don't want to a Validation event in a field to occur when I click on the button. The point is, I want to execute the code behind the button, but I don't want the cursor to move to the button, I want it to stay where it is. تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.