Re: Looping a GOSUB

2021-06-09 Thread Johan Liebenberg
that it works, which is > never a good idea. > > I would also recommend Linux over Windows, but that's just a preference. > Things always seem to work better. > > So, what are you actually trying to do here? There are probably 20 > different ways if we know what you are doing

@USERx variables

2021-06-09 Thread Johan Liebenberg
As I am new to jBase but not new to multi-value, one of the things I cannot find is something available elsewhere in the form of @USER variables. These are global and vary useful for carrying data around the system for easy access no matter where you are, programs, functions, I-Types, triggers

Re: Looping a GOSUB

2021-06-10 Thread Johan Liebenberg
On Thursday, June 10, 2021 at 3:58:16 PM UTC+10 ji...@temporal-wave.com wrote: > On Wed, Jun 9, 2021 at 6:55 PM Johan Liebenberg wrote: > >> Thanks for the reply. >> Yes as I said, it works just fine on Linux. I am trying to send some data >> to another se

Re: @USERx variables

2021-06-09 Thread Johan Liebenberg
I mostly used @USER variables in Revelation/OpenInsight but also in Universe. Good idea Marcus, but never tried to implement that in I-types... But I am really happy to see that it is now available in jBASE 5.8. (insert happy emoji here) Any documentation available yet? Probably pushing my

Re: jacPGM

2021-05-21 Thread Johan Liebenberg
Thanks Mike, that makes sense :) On Friday, May 21, 2021 at 1:30:08 AM UTC+10 Johan Liebenberg wrote: > There are only a small number of programs like this. The rest of the > programs are cataloged but non of them appears in the MD. No info anywhere. > Thanks :) > > On Thursda

jacPGM

2021-05-20 Thread Johan Liebenberg
Can anybody tell me what jacPGM on line 1 of an entry in the MD files does? Thanks :) -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to jBASE@googlegroups.com To unsubscribe, send email to jbase-unsubscr...@googlegroups.com For more options, visit

Re: jacPGM

2021-05-20 Thread Johan Liebenberg
*Jim Idle* - Chat @ Spike > <https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=11dlno> [image: > 11dlno] > > On May 20, 2021 at 7:36 GMT, Johan Liebenberg wrote: > > Can anybody tell me what jacPGM on line 1 of an entry in the MD files does? > Thanks :) >

Re: Looping a GOSUB

2021-06-06 Thread Johan Liebenberg
:) On Friday, June 4, 2021 at 11:37:37 PM UTC+10 pfalson wrote: > What version of jBASE are you using? We support curl natively now > > > https://docs.zumasys.com/jbase/miscellaneous/jcurl/#additional-helper-functions > > Sent from my iPhone > > On Jun 4, 2021, at 5:29 AM,

Looping a GOSUB

2021-06-04 Thread Johan Liebenberg
Building a small batch file to run on a Window jBase server. Batch file executes a curl command build inside the jBase program. I 1st tried to EXECUTE the curl command CAPTURING RESULTS, but the remote server returns an error. I filtered all the illegal character out of the curl command just

jAgent Headers

2021-08-09 Thread Johan Liebenberg
Hi all, Is there a way to return raw data via WSEND? It seems to always include some default headers like Server, Cache-control, Connection etc.? I am trying to return a small PNG image but because of the default header information the browser displays an error not recognizing the PNG image