Scott Beeson · Feb 8, 2016 go to post

Got it!

Variable scoping determines when a variable is “visible” to a program. In Caché ObjectScript, there are two sets of rules for variable scoping:
 -  The standard (and newer) scoping mechanism, which is based on procedure blocks. This is the preferred mechanism for new applications and is the default used by the Caché Studio. Within a procedure block, all non-% variables are private variables.


 set %tstVar = "Green"

Scott Beeson · Feb 9, 2016 go to post

Thanks for the input.

Ignoring what I posted above, if you were going to write an implementation script that took input and modified some registry values, what would you use?

Scott Beeson · Feb 11, 2016 go to post

If that's the case then I think "Top Posts" should be renamed to "Featured Posts" or something similar.

Scott Beeson · Feb 11, 2016 go to post

Thank you David.  Would it be preferred, or is it even possible, to reference ^%SYS("SystemMode") directly somehow?

Scott Beeson · Feb 11, 2016 go to post

Good to know it's fixed in a newer version.  I'll do my best to ignore it! :)

Scott Beeson · Feb 12, 2016 go to post

I think those are both good things, except that the editor should be the full WYSIWYG editor.

Scott Beeson · Feb 12, 2016 go to post

Click the "Source" button on the full editor and you can insert the tag.

Also, removing working functionality becomes a good thing when a site is bloated and the functionality is redundant or unnecessary.  :)

Scott Beeson · Feb 12, 2016 go to post

Awesome! But I have a problem.

    SELECT * FROM %Dictionary.PropertyDefinition

    WHERE parent = 'HS.IHE.ATNA.Repository.Aggregation'

This returns 11 results, but that table has 41 columns.

Scott Beeson · Feb 16, 2016 go to post

Knowing what's in the Criteria field, I assume you are right that it's a length issue.  I don't have the ability to change this on the Cache side, so do you know how I can improve my query to get around these errors?

Scott Beeson · Feb 16, 2016 go to post

I appreciate you taking the time to respond and clarify but I really need to be able to do this via SQL syntax.

Scott Beeson · Feb 24, 2016 go to post

Thanks for the updates!   I think the changes to the editor are a nice compromise.  I still don't think the dropdown to choose plain text is necessary, but at least it's not too intrusive anymore.

Please put breadcrumbs high on your priority list.  I really miss easily being able to navigate back to the forum/group/comminity list I was viewing.

Scott Beeson · Feb 24, 2016 go to post

The original post talked about accounting for "number of votes a post received".  How is this reflected in these numbers?

Scott Beeson · Feb 24, 2016 go to post

Interesting, thanks for the clarification.  For what it's worth I think I like the "Disable/Enable rich-text" toggle better than the dropdown.

Scott Beeson · Feb 24, 2016 go to post

It seems to retain the setting for me.  I'm using Chrome Version 48.0.2564.116 m (64-bit)