Set HTMLText and Get Effective HTMLText
Rick Harrison
harrison at all-auctions.com
Wed May 18 13:46:48 EDT 2022
Hi Paul,
Thanks for this. I’ll keep this in mind for the future.
I found that Bob’s simple suggestion of:
put URL VarURL into VarHTMLText
to work the best for me.
Thanks again!
Rick
> On May 18, 2022, at 1:38 PM, Paul Dupuis via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> Instead of:
>
> set the HTMLText of VarHTMLText to URL VarURL
>
> Use:
>
> set the HTMLText of the templateField to URL VarURL
>
> And instead of:
>
> get the effective HTMLText of VarHTMLText2
>
> Use:
>
> get the effective HTMLText of the templateField
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list