At 12:38 PM 6/4/2008, patti jakusz wrote:
In Rbase for dos, you could record keystrokes in a script, assign a function key to the script and then play it back for doing repetitive tasks like, changing the attributes of a losta fields. Is there anything like this in Rbase for Windows?
Patti, In R:BASE 7.x or 8.x for Windows environment, you may define all your actions to change the attributes (properties) of multiple controls using the PROPERTY command and then execute that block of code as Custom EEP for a button or as Form Action. To do that, first you need to identify all controls to be involved, by assigning a "Component ID" to each of them. Then simply use the PROPERTY <CompID> controlproperty value command to change the attributes (properties) all at once. For complete details, examples, and ready to recycle templates for PROPERTY/GETPROPERTY command and more, refer to R:Docs 7.6. Very Best R:egards, Razzak.

