Search found 403 matches

by Gabriel
Fri Sep 07, 2018 1:30 pm
Forum: General Development
Topic: web services
Replies: 9
Views: 20347

Re: web services

Here's an example of a function I wrote that checks the price of the passed in Crypto Coin, as of the given Date, by calling a web service hosted by the website CryptoCompare. def library fnGetPrice(;CurrencyType$,AsOfDate,AsOfTime$,Exchange$,___,Connection,AsOfDate$,P,Market$) if ~len(CurrencyType$...
by Gabriel
Tue Jul 31, 2018 2:17 am
Forum: Announcements
Topic: New ScreenIO! New FileIO! Dates and other Fruits
Replies: 2
Views: 14392

Re: New ScreenIO! New FileIO! Dates and other Fruits

I have updated FileIO again, to resolve a small bug in the last version that broke non-mixed file layouts. (Thanks Mikhail for finding and reporting this bug). Because of the bug, you could no longer use the DataCrawler to view data files made of purely numeric or purely string fields. It is now fix...
by Gabriel
Tue Jul 24, 2018 3:59 pm
Forum: Announcements
Topic: New ScreenIO! New FileIO! Dates and other Fruits
Replies: 2
Views: 14392

New ScreenIO! New FileIO! Dates and other Fruits

ScreenIO and FileIO Update A new update for FileIO (v2.48) and ScreenIO (v91) has been released. You can download it from the SageAX website, or by using the following links directly: http://www.sageax.com/downloads/ScreenIO.zip http://www.sageax.com/downloads/FileIO.zip FileIO Update (Support for ...
by Gabriel
Thu Apr 26, 2018 10:43 am
Forum: Conferences
Topic: Conference Dinner on Thurs - need your input ASAP
Replies: 7
Views: 18035

Re: Conference Dinner on Thurs - need your input ASAP

LOL! I know how much you like Junk Food! They'll have em, but in New Orleans they make them out of Aligators and they call them cajun sausages, and they chop them up and put them in your soup or stew. Someone from New Orleans whom I met in Texas once told me the recipe for Jumbalaya. He said: "...
by Gabriel
Mon Apr 23, 2018 1:06 pm
Forum: Conferences
Topic: Conference Dinner on Thurs - need your input ASAP
Replies: 7
Views: 18035

Re: Conference Dinner on Thurs - need your input ASAP

There's a place called Buffa's that has really delicious new orleans food on their menu, though the version of their menu I found online is missing some things they serve. http://www.buffasrestaurant.com In particular I remember their Crawfish Etouffee was amazing. Also the place is highly recommend...
by Gabriel
Fri Apr 13, 2018 10:02 am
Forum: Conferences
Topic: Questions you want answered in the Big Easy
Replies: 2
Views: 11470

Re: Questions you want answered in the Big Easy

I want to know how to build a BR program that runs in a browser, and supports file uploads and downloads. My goal is to use this information to write a browser version of my accounting system allowing subcontractors to log their hours on their cellphones, take pictures of receipts in order to submit...
by Gabriel
Wed Mar 28, 2018 10:07 am
Forum: Conferences
Topic: Pre Conference Webinar
Replies: 20
Views: 38403

Re: Pre Conference Webinar

Laura and I got right in (pending one short connection issue that was a problem with our internet on our end).

The link shouldn't say anything about admin.google.com.

The link we clicked on was for meet.google.com

Gabriel
by Gabriel
Tue Mar 27, 2018 10:02 am
Forum: Conferences
Topic: BRG 2018 Conference - presenters wanted
Replies: 6
Views: 16044

Re: BRG 2018 Conference - presenters wanted

I think I have a few things to share, primarily new features in FileIO and ScreenIO.

Depending on how the webinar goes I may also have a phone/web program written in BR by then to show. But then again 4 weeks is not that far away so I'll see what I can come up with.

Gabriel
by Gabriel
Tue Mar 27, 2018 10:00 am
Forum: Conferences
Topic: Pre Conference Webinar
Replies: 20
Views: 38403

Re: Pre Conference Webinar

Sorry, I just realized its during lunch. I'll be there.
by Gabriel
Tue Mar 27, 2018 9:58 am
Forum: Conferences
Topic: Pre Conference Webinar
Replies: 20
Views: 38403

Re: Pre Conference Webinar

Can the webinar be after business hours? I'm on site with a customer this week.

Gabriel
by Gabriel
Thu Jan 18, 2018 12:05 pm
Forum: General Development
Topic: leading colons
Replies: 4
Views: 13940

Re: leading colons

What was confusing is that on non-CS mode, the ":" is automatically added for you whenever the path you're specifying is not in one of your drive statements. Whereas BR can't do that in CS because there are no client side drive statements, since the client could be anywhere over the intern...
by Gabriel
Thu Jan 18, 2018 11:09 am
Forum: General Development
Topic: leading colons
Replies: 4
Views: 13940

Re: leading colons

"@:" means a client path. "@::" means a client path starting from the root. "" means a server side path. ":" means a server side path starting from the root. All four of those work in non-client server mode. The extra ":" has been around for years. I...
by Gabriel
Wed Jan 17, 2018 8:27 am
Forum: Conferences
Topic: 2018 BRG conference - who knows New Orleans?
Replies: 1
Views: 10064

Re: 2018 BRG conference - who knows New Orleans?

There are many really wonderful Restaurants in New Orleans. I'll find out the names of some of the best ones, so I can make some proper recommendations. Also, the New Orleans Jazz Festival is happening while we are in town there. That will be wonderful to see. There will be jazz music all over the c...
by Gabriel
Thu Oct 19, 2017 11:10 am
Forum: General Development
Topic: KOREAN WON
Replies: 5
Views: 15521

Re: KOREAN WON

Nope, NWP was added in 4.0 I believe, or possible 4.1. It was further improved in 4.2.

3.9 did not have NWP.

Gabriel
by Gabriel
Thu Oct 19, 2017 10:36 am
Forum: General Development
Topic: KOREAN WON
Replies: 5
Views: 15521

Re: KOREAN WON

In 3.91 you don't have access to NWP which will make this a little more difficult. So in that case the answer depends on what kind of printer you're trying to use. Is it a Dot Matrix or an HP laser printer? If its an HP compatible laser printer then you'll be looking for the PCL code to express the ...