Here's what I would do:
Find out how RBase "names" the type of control.  

If you don't know, bring up a form that you know has the control on it or 
create a dummy form with the control.
"browse all from sys_forms3 where #1 = <formname> "

Double-click at the sys_data column and you should see sections that start with 
"object".  Find the one that has your control on it.  The word following 
"object" is what you want to search for (ignore any numbers that follow the 
control name).

When I tested it, I looked for what a "push button" was.  Turns out it's called 
"RButton"
So then "browse all from sys_forms3 where #4 contains 'object RButton'

Karen
 
 

   From: [email protected] <[email protected]>On Behalf Of jan 
johansen
Sent: Wednesday, April 17, 2019 9:14 AM
To: [email protected]
Subject: [RBASE-L] - Form search    All,   Is there a way to search FORMS for a 
particular object i.e. Bit Button, Speed Button, etc?   Jan -- 
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 
[email protected].
For more options, visit https://groups.google.com/d/optout. -- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to