Arto Alatalo · Apr 26, 2020 go to post

Nice! To me it is pretty surprising that the compiler is smart enough to see the difference.

Arto Alatalo · Mar 27, 2020 go to post

Yes, now I can import it. But controls Direct View and the filter do not exist. And as just a side note, everything related to Ensable fails to compile on my Cache.

Arto Alatalo · Mar 27, 2020 go to post

Would be nice to have a way to extend Portal with custom pages. This way colleagues need not to learn and store links to the pages. 

Arto Alatalo · Mar 27, 2020 go to post

Can you say what min Cache version is supported? My Cache 217.2 fails to parse the xml.

Arto Alatalo · Mar 27, 2020 go to post

>you develop this view by yourself

yes, that's clear. But what is "ad-hoc portal page"? A way to extent Management Portal with custom pages?

Arto Alatalo · Mar 27, 2020 go to post

I've huge globals, so this way doesn't work for me.

>to estimate the age of ^%G take a look to copyright

oh ye :)

Arto Alatalo · Mar 27, 2020 go to post

Thanks,  I'm aware of Search Mask functionality.

>... if you have some idea of the last subscript ...

That's the point: very often when viewing a global on production server via Portal, you just want to see a few latest records, not starting to search for last subscripts.

Arto Alatalo · Feb 8, 2020 go to post

David, thanks for sharing your work.

Does your system work reliable and your approach can be taken into real use? What about performance? I have same intentions: to use Grafana directly with Cache.

Arto Alatalo · Jan 30, 2020 go to post

Edit: answered by Robert Cemper above.

Let's say the type is string and ExtentSize is 1000. Why second query needs temp file? I don't see why condition 'equal to' should be executed in different way than 'greater than'. 

Arto Alatalo · Nov 3, 2019 go to post

No, it is not about breakpoints.  With no breakpoints set, the debugger will just exit without any error messages and with two lines printed into Output window:

Das Programm wurde beendet.
Ziel hat den Debugger beendet

But now, with one particular database, I'm getting popup window with "#error 6704 Kein Anbinden möglich'
which I never seen for > 10 years of using the debugger.

Arto Alatalo · Nov 3, 2019 go to post

Ok, thanks for the response. 

We have been using the debugger for many years so we are pretty sure how to use it.

Arto Alatalo · Aug 21, 2019 go to post

This way involves copying of the data but thanks, can be useful in some cases

Arto Alatalo · Aug 21, 2019 go to post

Nice, thanks. But it seems that this way will work only if the global has an ID as first index. 

Arto Alatalo · Jun 6, 2019 go to post

Robert, does it mean every time I have two processes accessing a table, I have to insert in this way? Or is is only about some certain scenarios?

Arto Alatalo · Jun 3, 2019 go to post

What about Cache? Hopefully all generic enhancements are being added also to Cache.

Arto Alatalo · Mar 7, 2019 go to post

JavaScript as raw text strings? In my opinion, can not be really used in any serious project.

Arto Alatalo · Feb 23, 2019 go to post

OK. To kbase of this issue: in my case, this class were imported many-many times into the namespace without issues.  So, it is definitely not about the first creation.

Arto Alatalo · Feb 23, 2019 go to post

Thanks, I'm aware of deleteexten qualifier.

Regarding to "should never": to me, reasonable way to solve unexpected issue is:

  • spend fair amount of time trying to solve the problem alone bothering no one except Google.
  • ask your colleagues who knows your context and can look on your monitor.
  • approach Community with a clear question hoping some one seen this problem before.
  • start composing materials the support needs for the investigations and prepared for waiting for the answer.
Arto Alatalo · Feb 22, 2019 go to post

Thank you for the answer. 

DeleteExtentDefinition had only temporary effect: no errors on first compilation, but the same error on second one. 

What fixed the problem is deletion of whole ^rINDEXEXT global  and Rebuild All. 

That 'happens typically' in your answer sounds alarming. From your experience, what factors can cause this problem?