Search found 306 matches

by gordon
Sun Dec 24, 2017 11:39 am
Forum: Non-BR Topics
Topic: Team Viewer 12
Replies: 2
Views: 12978

Team Viewer 12

Greetings and Blessed Christmas. It has come to my attention that Team Viewer has changed their policy regarding fees for commercial versions of their desktop sharing products. They are now charging by the month instead of a one time fee for each new version. First of all, they produce a superior pr...
by gordon
Thu Sep 28, 2017 4:38 pm
Forum: Announcements
Topic: 10,000 Foot Webinar
Replies: 0
Views: 19364

10,000 Foot Webinar

We are still expecting to do the 10,000 Foot Webinar this fall with the following agenda: Spring Conference Topical Preview ... Web Based User Interface Development Tools JQuery Bootstrap PCP Storm Metis Menu SBAdmin2 Data Tables Editor Form Validator How to setup HTTPS Best Learning Path for Each T...
by gordon
Wed Aug 02, 2017 5:37 am
Forum: Conferences
Topic: 10,000 Foot Webinar
Replies: 2
Views: 11192

Re: 10,000 Foot Webinar

Mikhail and I are preparing for the webinar. We are working out some final details concerning the web server and back-end tools that will be the topic of the webinar. We haven't set a date for it yet, but I would like to be ready by September or November at the latest. Then there will be quite a bit...
by gordon
Tue May 23, 2017 11:33 am
Forum: General Development
Topic: DIDX
Replies: 8
Views: 19133

Re: DIDX

I have added a section to the wiki MAT description entitled Sorting Multidimensional Arrays . It provides an example program that is instructive on how to sort "arrays of rows." The complicating factor is the need to keep each row intact when sorting on a specific key field. http://brwiki2...
by gordon
Mon May 22, 2017 9:35 pm
Forum: General Development
Topic: DIDX
Replies: 8
Views: 19133

Re: DIDX

I checked the code. Only one dimensional arrays are supported.

I removed the error code misstatement. And noted that limitation in the AIDX description on the wiki.
by gordon
Mon May 22, 2017 5:27 pm
Forum: General Development
Topic: DIDX
Replies: 8
Views: 19133

Re: DIDX

I am unaware of any documentation that states AIDX or DIDX work with multi-dimensional arrays. I would suggest that you establish a separate key array to use as a basis for your DIDX sort.
by gordon
Thu Mar 09, 2017 2:08 pm
Forum: General Development
Topic: searching brwiki in chrome
Replies: 2
Views: 11464

Re: searching brwiki in chrome

Also don't forget the quick links drop down menu in the upper left corner.
by gordon
Fri Jan 27, 2017 11:07 am
Forum: Advanced Concepts
Topic: TIMEOUT on HTTP Client
Replies: 5
Views: 15006

Re: TIMEOUT on HTTP Client

Exactly what was the error message or symptom.
by gordon
Fri Jan 27, 2017 9:01 am
Forum: Advanced Concepts
Topic: TIMEOUT on HTTP Client
Replies: 5
Views: 15006

Re: TIMEOUT on HTTP Client

https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT.html says the default for Curl is 0 which is to never time out.

Was your error message, "HTTP session terminated due to BR timeout?"

If so. try setting WAIT= in your open string.
by gordon
Tue Jan 24, 2017 10:38 pm
Forum: Announcements
Topic: Official BR ScreenIO Release
Replies: 1
Views: 13120

Re: Official BR ScreenIO Release

This announcement may be confusing to some current users of ScreenIO. Gabriel and I have tightened the relationship between BR and ScreenIO. In the process, to support future improvement of ScreenIO, we are starting to license ScreenIO along with BR just like we do ODBC and HTTP Server. Starting the...
by gordon
Wed Dec 21, 2016 8:23 am
Forum: General Development
Topic: line drawing with 4.X versions of BR
Replies: 7
Views: 18121

Re: line drawing with 4.X versions of BR

After reviewing the variants provided by ACS and CLS I have selected the attached renditions of drawline and drawsunk. Drawline is activated by GRAPHIC_LINEDRAW RAISED. This version provides a modern flat appearance instead of raised. Drawsunk is activated by GRAPHIC_LINEDRAW SUNKEN. It gives a dece...
by gordon
Fri Dec 16, 2016 12:05 am
Forum: General Development
Topic: line drawing with 4.X versions of BR
Replies: 7
Views: 18121

Re: line drawing with 4.X versions of BR

I 2012 I shut down the ADS automotive product (for the most part). However there are still some customers that I maintain under Business Rules Corp. They are slowly going away and I am not soliciting any new customers. That being said the application has been substantially converted to GUI but there...
by gordon
Mon Dec 12, 2016 8:03 pm
Forum: Announcements
Topic: Gordon
Replies: 1
Views: 12951

Re: Gordon

I have always heard good things about hip replacement surgery. So I wasn't concerned about the surgery. I was concerned that I would never return to the highly active lifestyle I enjoyed before the hip injury. I have seen now in retrospect that I should have put my leg in traction a few months when ...
by gordon
Mon Dec 12, 2016 7:44 pm
Forum: Using this forum
Topic: BR Forum Improvements
Replies: 1
Views: 18533

BR Forum Improvements

I have been frustrated by many search restrictions and things that seem not to work here, but upon investigation, I found settings that really opened things up. In particular, general search should not filter out any common search words, and Active Topics now works. Acess Active Topics via the drop ...
by gordon
Mon Dec 12, 2016 11:19 am
Forum: Advanced Concepts
Topic: Anybody written a JSON Parser?
Replies: 21
Views: 38774

Re: Anybody written a JSON Parser?

Here is a similar program describing how FNCOMPILE_JSON works: (also attached) 01000 ! Rep Compile 01020 dim KEYS$(2)*255,VALUES$(2)*255,MEMBERNAME$*50 01040 dim JSON$*30000 !Max allowed by fnparse_json 01060 library 'web_server': FNPARSE_JSON,FNCOMPILE_JSON 01080 ! 01100 ! Set This To List ( '[' - ...