I’m gonna guess that your Activate is the issue. I wouldn’t think that you 
could do multiple commands using a CR between in an ampersand command. Maybe if 
you put semicolons rather than CR?

Karen

Sent from my iPhone

> On May 31, 2023, at 5:02 PM, Bruce Chitiea <[email protected]> wrote:
> 
> 
> 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 | [email protected]  
> 
> 
> -- 
> 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].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/rbase-l/emc60281d8-3a28-4a3c-af4c-d59cef5dd374%405bac5577.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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/D48479C2-9ACF-4A63-B642-711AFA0A2A05%40cs.com.

Reply via email to