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 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 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 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

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

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 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

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

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 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 5, 2016 go to post

Thanks for explaining the original issue.


As for the Prompt thing, can you explain the advantages of that over what I had?  What is $$$MatchArrayMask? It's not in the documentation.

Scott Beeson · Feb 5, 2016 go to post

Looking at the docs and it says "Handles prompting for chui applications."

What is CHUI?

Scott Beeson · Feb 5, 2016 go to post

The sidebar already has a  list of "top" posts which I assume would be based on radioactivity as well.  It also has 2 other lists.  My personal preference would be if the main bulk of the page wasn't a giant list but more of a dashboard view.  Perhaps things like "6 new posts since your last visit" or "8 comments from friends", then you could click on each to list the relevant content.