× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I have eagerly read them Jon, thank you. I unfortunately have some
customers that lag behind significantly in Version/Release, and even in
supported VRM behind on PTF groups. (the don't fix what ain't broke crowd)

So I need two versions of the software, one for more progressive shops and
one for those less up to date.



--
Jim Oberholtzer
Chief Technical Architect
Agile Technology Architects


On Thu, Oct 14, 2021 at 9:32 AM Jon Paris <jon.paris@xxxxxxxxxxxxxx> wrote:

Build the JSON with DATA-GEN Jim along with YAJLDTAGEN much easier than
futzing with constants etc. Plus if some strings a potentially lengthy
you'll create a lot of extra traffic carting blanks around.

I've written several articles on this check out
authory.com/jonparisandsusangantner/ <
http://authory.com/jonparisandsusangantner/>


Jon Paris

On Oct 14, 2021, at 3:04 PM, Jim Oberholtzer <
midrangel@xxxxxxxxxxxxxxxxx> wrote:

In example of how to use QtemWrStout Scott Klement builds the following:

jsonName = %scanrpl( '"': '\"': row.name );
jsonDate = %char( %date( row.date: *iso ): *iso );
data = %char(LBRACE) + CRLF
+ ' "invno": "' + row.inv + '",' + CRLF
+ ' "date": "' + jsonDate + '",' + CRLF
+ ' "name": "' + %trim(jsonName) + '",' + CRLF
+ ' "amount": "' + %char(row.amount) + '",' + CRLF
+ ' "weight": "' + %char(row.weight) + '"' + CRLF
+ %char(RBRACE);
QtmhWrStout(data: %len(data): err);

Simple enough, but can the "data" variable be a data structure instead.
The idea being that all the constants are defined in the data structure
and
then to fill in the actual data the only need would be to be assigned
from
a database read or input variable.

--
Jim Oberholtzer
Chief Technical Architect
Agile Technology Architects
--



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.