Mike Kadow · Nov 9, 2018 go to post

I would like to see more features, if possible I would like the option of using Microsoft Word as an editor.

Just export a blank document, invoke Word and then import it, I don't see much difficulty in that,

but then again, I won't be doing it.

I would not get rid of the anchor, nor insert a special character, nor the smileys,  nor background color, nor the font.

Mike Kadow · Apr 9, 2018 go to post

Hey all, stupid mistake of the day or week

I did not have my output window open!

Word to the wise.

Thank you Robert for your help, you deserve a raise.

Mike Kadow · Apr 9, 2018 go to post

I upgraded my instance to 2017.2.

Still, I get nothing from Find In Files

I guess it is time to contact the Support Center.

Mike Kadow · Apr 9, 2018 go to post

Robert, I did as you said, I even restarted Studio, and still not output.

Mike Kadow · Feb 12, 2018 go to post

Robert,

Congratulations!

All my best to you and the other Moderators!

Mike Kadow · Feb 5, 2018 go to post

Evgeny,

Thank you, and it is my 3rd book.

I would rather be programming but currently, the field seems barren.

Maybe it is time to start beating the bushes.

Evgeny, you have written some, haven't you?

Mike Kadow · Jan 15, 2018 go to post

Ok, I realize I am not being clear, often I say things before I think them through.

When I being up I/S documentation, I can select the Class Reference option.

From Studio I can look up classes that are in the Class Reference Option.

I tried to do the same thing in Atelier, and was unable to find the command to browse through all the Classes I see in the Class Reference Option. That, is what I am trying to do. I hope that is clear.

Mike Kadow · Jan 15, 2018 go to post

John, maybe I was asking two separate things.

When I bring up I/S  documentation, there is an option to go to Class Reference.

When I select that option I can see all Classes in the InterSystems database, that is what I am really wanting to do.

I put the comment in about Samples as an after thought, not really thinking it does not apply to the other question.

Mike Kadow · Dec 2, 2017 go to post

I am sorry, I started to look around on the other Help options and I found my answer. 

Mike Kadow · Nov 16, 2017 go to post

Thank you everybody for your suggestions.

I did Google this error and the consensus seemed to be it was a firewall issue.

I disabled my firewall and the installation was successful, although it seemed very slow.

Mike Kadow · Nov 15, 2017 go to post

Just to say, that the Relevant Articles added to my post have little to do with my post,

I wonder where they come from?

Mike Kadow · Nov 15, 2017 go to post

Thanks John, I appreciate your answer.

I have been through the documentation you gave.

I guess what I want, I will have to put together myself.

Mike Kadow · Nov 9, 2017 go to post

On a side note, the attached Relevant Articles seem to have nothing to do with the subject of my query.

Mike Kadow · Nov 6, 2017 go to post

Humm, just noticed that the (so called) relevant articles really have nothing to do with my question.

Mike Kadow · Nov 6, 2017 go to post

Thank you both for your answer.

Unfortunately, I cannot click on or acknowledge both answers, what a shame, it would be nice to have that capability.

Mike Kadow · Oct 5, 2017 go to post

Evgeny,

Thank you for your post.

However, I still do not understand the difference between Groups and Tags, they seem like saying the same thing in different ways.

Mike Kadow · Sep 3, 2017 go to post

I read through all the documentation concerning master passwords, however, I am far from understanding this stuff.

Thank you for the link, I think frown

Mike Kadow · Aug 22, 2017 go to post

Alexander,

Thank you, I would have never guess, all it said is "Workbench Users Guide."

May I appeal to the documentation gods to clarify this point?

Mike Kadow · Aug 14, 2017 go to post

Thank you every body, with sdk 64 bit and JAVA_HOME variable created it works!

Mike Kadow · Aug 10, 2017 go to post

Robert, I do accept your answer.

I wrote my book to give answers simply, for myself and others.

I have trouble understanding things, I am not intuitive and it take my longer to "get it"

I appreciate your comment about my book.

Mike Kadow · Aug 9, 2017 go to post

Thank you, and why couldn't the InterSystem documentation just say that?

Mike Kadow · Aug 7, 2017 go to post

%Status or %Library.Status provides a number of useful capabilities.

Following is documentation from the %Library.Status Class.

The %Status data type class is used to represent an error status code.

Many of the methods provided by the Caché Class Library return error status information using the %Status data type. The include file, %occStatus.INC, contains several macro definitions that are useful in testing the value of an error code in %Status format.

These macros include:

  • $$$ISOK(status:%Status) returns true (1) if the status code status does not represent an error condition.
  • $$$ISERR(status:%Status) returns true (1) if the status code status represents an error condition.

You can get a more detailed description of an error by using the system-provided DecomposeStatus^%apiOBJ(status:%Status,&err,flag) routine.

This routine takes a status code and returns an array of error strings.

For example: 

Set status=obj.%Save() If $$$ISERR(status) Do DecomposeStatus^%apiOBJ(status,.err,"-d") For i=1:1:err Write err(i),! 

A method returning a %Status code representing an error will throw an exception in a client Visual Basic (ActiveX) or Java application.

Mike Kadow · Jul 19, 2017 go to post

What is a dedicated playlist?

Also, are the video available on a plain hyperlink?

I don't use the Telegramm Channel nor Twitter.

Mike Kadow · Jul 12, 2017 go to post

I wish to thank Eduard and Daniel for your comments on this post. Although I almost regret asking my question. It will take me awhile to understand everything that was said.

And that brings me to another point, why does asking a simple question, like getting all the Manys' in a relationship have to be so complicated?

Ok, how about  a simpler question, why isn't ExtentFunc documented in the InterSystems Documentation?

The people who create the documentation, listen up!! Or maybe not, your documentation is too complicated and cumbersome as it is.