All:

I'm attempting to build an RBASE_FORM_ACTION library of frequently-used PROPERTY sets - reduced to single variables - for ampersanding wherever they're needed. Should speed things up and eliminate error and omission.

The required single quote characters are embedded using SET VAR vapos TEXT = ''''

--assemble ------------------------------------------------------------------------
SET VAR v502_button_pullEnter_ACTIVATE TEXT = +
('PROPERTY cid_pb_pullEnter ENABLED ' + .vapos + 'TRUE' + .vapos + (CHAR(013)) + + 'PROPERTY cid_pb_pullEnter COLOR ' + .vapos + 'WEBGOLD' + .vapos + (CHAR(013)) + + 'PROPERTY cid_pb_pullEnter SET_ACTIVE_CONTROL ' + .vapos + 'TRUE' + .vapos )

--test result --------------------------------------------
PAUSE 1 USING .v502_button_pullEnter_ACTIVATE +
OPTION MESSAGE_FONT_NAME courier new |MESSAGE_FONT_SIZE 12



--initialize buttons --------------------------
&v502_button_pullEnter_ACTIVATE
...


The individual statements work fine; and, at least the PAUSE construct looks right.

Any ideas on what I'm not seeing here?

Thanks, as ever, Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
+011 (909) 238-9012 m | rby...@safesectors.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/emc60281d8-3a28-4a3c-af4c-d59cef5dd374%405bac5577.com.

Reply via email to