Mike Kadow · Jun 13, 2017 go to post

Perhaps I missed the post, but has any engineers weighed-in on the planning of Objects and SQL? 

Was SQL part of the mix from the start?

Mike Kadow · Jun 13, 2017 go to post

I started this post and I appreciate everyone who contributed.

However, I see that the phrase "Extent Query" used a number of times.

I must admit that I really do not know its meaning.

Will someone help me understand the meanings and ramifications of "Extent Query"?

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 · Aug 14, 2017 go to post

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

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