At 05:04 PM 11/10/2008, Dan Goldberg wrote:
I forgot that you could put the same component id and apply properties to all of them.
Dan, Using R:BASE 7.6, C/S:I 7.6, Turbo V-8, and R:BASE eXtreme (v9.0) for Windows, you may also use database wild card symbol (% or *) anywhere for Component IDs to dynamically change the control property using the PROPERTY command. Example 01: PROPERTY FontControl% VISIBLE 'FALSE' RETURN Example 02: PROPERTY %ontControl VISIBLE 'FALSE' RETURN Example 03: PROPERTY %ontCon% VISIBLE 'FALSE' RETURN Very Best R:egards, Razzak.

