Thursday, February 24, 2022

Tip of the Day: Simulate Mouse Double Click and Right Click in Forms
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.4.20222 or higher
Sections......: Forms
Keywords......: PROPERTY, Double Click, Right Click, EEP, Pup-up Menu

Did you know that you can simulate a mouse double click and a mouse right click in forms?

New PROPERTY command parameters were implemented to simulate a mouse double click and a mouse right click for form controls.

The syntax may be used to fire the control' appropriate EEP (On Double Click/On Right Click), as well as to display pop-up menu items in List View controls.

-- Simulates a double click for the Customer Name field
   PROPERTY CustomerName MAKEDBLCLICK ' '

-- Simulates a right click for the Customer List View
  PROPERTY CustomerList MAKERIGHTCLICK ' '

The last parameter will accept any value for the PROPERTY command.

The MAKEDBLCLICK and MAKERIGHTCLICK properties are similar to the MAKECLICK property, which specifies to fire the "On Click" EEP for button controls, simulating a mouse click.

Very Best R:egards,

Razzak.

R:BASE Technologies, Inc.
https://www.rbase.com


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1M9FOt-1nGvJX2sDf-006OAD%40mrelay.perfora.net.

Reply via email to