Re: c_objects and dates

2016-08-17 Thread Lee Hinde
ey;$dateStr) > > $key:="current_date" > > OB SET($object;$key;Current date(*)) > $dateStr:=OB Get($object;$key) > $date:=OB Get($object;$key;Is date) > > > > On Tue, Aug 16, 2016 at 5:46 PM, Lee Hinde <leehi...@gmail.com> wrote: > > > Paste

Re: The database cannot be published.

2016-08-17 Thread Lee Hinde
I had apache running on port 80. I turned that off and had 4d run from 80 and all is well. > On Aug 17, 2016, at 10:58 AM, Lee Hinde <leehi...@gmail.com> wrote: > > In this case I’m using my Developer Pro license, which inlaces the Web > server.. > > It just launc

c_objects and dates

2016-08-16 Thread Lee Hinde
Paste this in your v15 scratch method and run it.: *C_OBJECT*($object) *C_DATE*($date) *C_TEXT*($key) $key:="current_date" *OB SET*($object;$key;*Current date*(*)) $date:=*OB Get*($object;$key) $date:=*OB Get*($object;$key;Is date)

Sierra 10.12.3

2017-01-23 Thread Lee Hinde
Sierra was just updated. I have a client who is running a v14 system and has already started updating to Sierra (and isn't reporting any problems.). There have been quite a few threads on the topic and I don't have an overall sense of the issues. Is there a canonical list of concerns about

LISTBOX INSERT COLUMN not getting data

2017-01-27 Thread Lee Hinde
I’m trying to populate a listbox. After building a bunch of generically named arrays, I pass them all in. I’m getting headers, but no data. The list box get arrays command at the bottom reflects what I intend to happen, but the data isn’t showing up Something simple, I assume, that you all

Re: LISTBOX INSERT COLUMN not getting data

2017-01-27 Thread Lee Hinde
y. If any of the columns have no > data, you will get a selection of no records. > > The number of rows shown will equal the shortest row of data in any column. > > Paul Ringsmuth > 515 Aberdeen Dr > Waite Park, MN 56387 > 320-223-2747 > pringsm...@charter.net > > > &g

Re: LISTBOX INSERT COLUMN not getting data

2017-01-28 Thread Lee Hinde
In my case I am flattening out c_objectc/fields. By definition I don’t know how many keys will be in whatever I’m finding. So I have to pre-declare my best guess + 10 to have them ready. I think. There isn’t a way to do this in real time, is there? > On Jan 28, 2017, at 8:41 AM, Arnaud de

Re: LISTBOX INSERT COLUMN not getting data

2017-01-28 Thread Lee Hinde
Cool. Thanks. > On Jan 28, 2017, at 10:33 AM, John DeSoi <de...@pgedit.com> wrote: > > Yes, you can declare a 2D array of each type and then just allocate listbox > columns as needed from the 2D arrays. > > John DeSoi, Ph.D. > > > >> On Jan

Re: Missing Pict

2017-01-25 Thread Lee Hinde
lse ALERT("The picture library is empty.") End if The routine runs without errors, but OK is 0 after CONVERT PICTURE and nothing gets updated. I’m wondering if anyone has a suggestion. On Thu, Aug 4, 2016 at 4:55 PM, Lee Hinde <leehi...@gmail.com <mailto:leehi...@gma

Re: Missing Pict

2017-01-25 Thread Lee Hinde
://www.coolutils.com/online/PICT-to-JPG > > > > On Wed, 25 Jan 2017 12:42:29 -0700, Tom Dillon wrote: >> Lee Hinde wrote: >> >>> The routine runs without errors, but OK is 0 after CONVERT PICTURE and >>> nothing gets updated. >>> >>> I'm wonderin

More Fun with Objects

2017-01-18 Thread Lee Hinde
This is part and parcel of all the discussion about how objects are special, and may have been explicitly discussed, but I just tested this: *C_OBJECT*($test_object) *OB SET*($test_object;"an";"object") *Test_Object*($test_object) // put a trace point here And Test_Object is:

Re: Website development path

2017-01-17 Thread Lee Hinde
Kieth; those recommendations touch on different aspects of the project: front-end, back-end and web server. If you want to serve data from 4d, you're going to need a 4d developer, regardless. Even if it's to migrate the data to a new system. AJAX is still in favor. On Tue, Jan 17, 2017 at

Re: How to halt execution, to avoid Quit 4D

2017-01-17 Thread Lee Hinde
I just updated the license with the 2017 license and I still can't get in. It's behaving like a compiled system. I get an error alert without edit/trace option. On Tue, Jan 17, 2017 at 12:40 PM, Lee Hinde <leehi...@gmail.com> wrote: > Rghhht. I remember that, but I am license

Re: How to halt execution, to avoid Quit 4D

2017-01-17 Thread Lee Hinde
Is there any other reason the debugger would be blocked from coming up? Now I'm having the problem with an old v13 database. I know it's an interpreted database (no compiled choice in the open dialog). On Tue, Jan 10, 2017 at 3:55 PM, Timothy Penner wrote: > > Yes this is the

Re: How to halt execution, to avoid Quit 4D

2017-01-18 Thread Lee Hinde
On Jan 17, 2017, at 7:40 PM, Lee Hinde wrote: > > > I just updated the license with the 2017 license and I still can't get > in. > > It's behaving like a compiled system. I get an error alert without > > edit/trace option. > > Hard to tell what is causing the error withou

Re: How to halt execution, to avoid Quit 4D

2017-01-18 Thread Lee Hinde
On Wed, Jan 18, 2017 at 1:56 AM, Koen Van Hooreweghe wrote: > Sorry for jumping in late. > Maybe there is a default user set in the Structure Settings. Which is not > the Administrator or Designer. > Hold the shift key (I think, cannot verify at this moment) upon

Design Environment Jankyness in 15.2 Mac

2016-09-06 Thread Lee Hinde
I saw some comment recently about speed issues in the design environment, but I can't find it now. Scrolling property lists and moving around in the layout editor is painful. Is this just the way it is, or is there something I need to turn on or off?

Re: 4D PHP and Zend Optimiser

2016-09-06 Thread Lee Hinde
I didn’t follow the previous conversation because I don’t know anything about DLLs, but if you’re talking about this: https://postcodes.io/docs, you can do that all with native 4D, you don’t need PHP. > On Sep 6, 2016, at 12:28 AM, Douglas Cryer wrote: > > Hello

Re: Design Environment Jankyness in 15.2 Mac

2016-09-06 Thread Lee Hinde
o high, > the main message of the log is that there was a crash, which you already > know. > > there are no further "treasures" to be found in that file. (this is my > opinion) > > > 2016/09/07 8:07、Lee Hinde <leehi...@gmail.com> のメール: > > Rel

Re: Design Environment Jankyness in 15.2 Mac

2016-09-06 Thread Lee Hinde
Get Info on 4D and click the checkbox to Open In Low Resolution > > 2. Regress to v13 (pre Retina) > > 3. Upgrade to new 64-bit Developer > > > > > On Sep 6, 2016, at 4:01 PM, Lee Hinde <leehi...@gmail.com> wrote: > > > > Scrolling property lists and moving a

Trapping for 'not a valid object'

2016-09-01 Thread Lee Hinde
I think the answer is an On Err Call, but... If I do something like: JSON Parse($response;Is object) Is there some way to trap if the response isn't a valid json object? ** 4D Internet Users Group (4D iNUG) FAQ:

Re: Trapping for 'not a valid object'

2016-09-01 Thread Lee Hinde
On Thu, Sep 1, 2016 at 10:57 AM, Keisuke Miyako wrote: > //you parsed rubbish > I think that's the name of my next business. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html

Re: Trapping for 'not a valid object'

2016-09-01 Thread Lee Hinde
Thanks Tim; that's great. As a side note, it's interesting that I frequently get html responses to error pages from apis that would otherwise return json. Like many of us, they assume everything will work. On Thu, Sep 1, 2016 at 11:03 AM, Timothy Penner wrote: > Hi Lee, > > I

Re: Trapping for 'not a valid object'

2016-09-01 Thread Lee Hinde
I realized I'm looking for try/except... Never mind. On Thu, Sep 1, 2016 at 10:39 AM, Lee Hinde <leehi...@gmail.com> wrote: > I think the answer is an On Err Call, but... > > If I do something like: JSON Parse($response;Is object) > > Is there some way to trap if the r

Re: Upgrading 2004 to v15

2016-08-30 Thread Lee Hinde
No, but you can quickly search the database for specific objects. Command/Control-Shift-F > On Aug 30, 2016, at 4:03 PM, Doug Hall wrote: > > Before I waste more of your time, I'm going to need to dive into the > upgrade manuals and do some further preening of my code,

Re: A bit off, Dynamic DNS

2016-09-29 Thread Lee Hinde
I just discovered ngrok and went looking to see if it'd been discussed here. Tom Swenson, of course, ahead of me by two years... I'm using it for a project that's integrating Stripe. On Fri, Oct 10, 2014 at 12:51 PM, Thomas M Swenson wrote: > if it's just for testing or

Output lists

2016-09-16 Thread Lee Hinde
What fonts do you like for output forms, on a Mac? Helvetica is looking real stale. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options:

Re: Reading MS Word documents

2016-10-28 Thread Lee Hinde
On Thu, Oct 8, 2015 at 9:14 AM, Jeremy Roussak wrote: > Is there a way to extract the text from simple Word documents, in .docx > format? I’m not bothered whether or not styles are preserved. > > Jeremy > > > Jeremy Roussak > j...@mac.com > > > This thread was resolved with a

Re: Automatic Variable Assignment and Web Get Variables - Bad usage of pointer or pointer to an unknown variable

2016-11-09 Thread Lee Hinde
On Wed, Nov 9, 2016 at 12:37 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > I do NO web work so take this idea with that in mind > > Instead of : > On Wed, 9 Nov 2016 19:58:16 +, Mike McCall wrote: > > Else > > $p:=Get pointer(arr_Web_Field_Name{$i})

Re: Automatic Variable Assignment and Web Get Variables - Bad usage of pointer or pointer to an unknown variable

2016-11-09 Thread Lee Hinde
Justin Leavens did a summit presentation that showed c_objects were much faster than arrays for searching. Might be worth a test. On Wed, Nov 9, 2016 at 12:47 PM, Mike McCall wrote: > Thanks so much Chip for the suggestion, > > That thought also crossed my mind but

Re: Automatic Variable Assignment and Web Get Variables - Bad usage of pointer or pointer to an unknown variable

2016-11-09 Thread Lee Hinde
t; Thanks Lee, > > Unfortunately, I'm not familiar with c_objects and how they might work in my > case. Would it be possible to give me a brief example that I could then adapt > and test. > > Thanks again, > > Mike > > -Original Message- > From: 4D_T

Parsing unnamed parameters from urls

2016-10-17 Thread Lee Hinde
I'm working on an api server and needed a way to grab parameters from the url by their placement. i.e., from "/api/people/uuid/" I want the table name and the uuid. If I received /api/?table=people=uuid then 4D's Web Get Variables would work just fine. So, I came up with this (cribbed from

Re: Parsing unnamed parameters from urls

2016-10-18 Thread Lee Hinde
d slash" > > instead of \\w which can match word breaks other than a forward slash? > > > 2016/10/18 10:00、Lee Hinde <leehi...@gmail.com> のメール: > > > > $match:="/api/(\\w+)/(\\w+)/" > > > > 宮古 啓介 > セールス・エンジニア > > 株式会社フ

4D Snippets for Visual Studio Code

2016-11-28 Thread Lee Hinde
I've been using Visual Studio Code as my editor of choice for things like editing 4D web pages. It's lighter and faster loading then something more involved, like WebStorm, but more IDE-like than a pure text editor like BBEdit. Plus, FREE! As is my wont, I've

Fwd: HTTPS failure to POST - Server Unreachable error

2016-11-16 Thread Lee Hinde
Assuming ‘htpps' is a typo in the email and not your code, I think it’s problematic that you’re targeting an ip address and not a named address. But I’m guessing. > Begin forwarded message: > > From: Donald Koffman > Subject: HTTPS failure to POST - Server Unreachable

Re: How to use Process Tags with c-objects?

2016-10-30 Thread Lee Hinde
re: var obj = $4DHTML(JSON Stringify(whatever)); Say what? What's that $syntax? 2016-10-30 15:53 GMT-07:00 Keisuke Miyako : > > > var obj = $4DHTML(JSON Stringify(whatever)); > > or > > var obj = ; > > > >

Re: How to use Process Tags with c-objects?

2016-10-30 Thread Lee Hinde
Ah, R release. Thanks! > On Oct 30, 2016, at 7:15 PM, Keisuke Miyako <keisuke.miy...@4d.com> wrote: > > "Alternative syntax for 4DTEXT, 4DHTML, 4DEVAL" > > http://doc.4d.com/4Dv15R5/4D/15-R5/4D-Transformation-Tags.300-2936578.en.html > > since 15R4 &

Re: Reading MS Word documents

2016-10-28 Thread Lee Hinde
Thanks! I’ll check it out. > On Oct 28, 2016, at 1:34 PM, Peter Mew <peterm3...@gmail.com> wrote: > > Try "Pandoc" and LEP > it will transcode almost any text format to any other text format > > -pm > > On Fri, Oct 28, 2016 at 8:33 PM, Lee Hinde <lee

Re: Problems installing 4D PrivilegeHelperTool

2016-11-04 Thread Lee Hinde
rite privs for the > current (installation) user, then try running the installer again. > > On Fri, 4 Nov 2016 10:32:53 -0700, Lee Hinde wrote: > > On a new Mac, v15.2, I get the prompt to install the PrivilegeHelperTool > > (one word) and it fails. Console log shows: > &

Re: HTML Tag Mismatch Finder!

2016-10-16 Thread Lee Hinde
Like Lutz says, you're going to have a hard time trying to find issues with the 4D tags because they're seen as comments. When i've got something mismatched in a large file, I validate the displayed page, i.e, load the page (as best you can) in the browser, get the source and validate that.

Re: How to resize PNG images for button icons

2016-10-12 Thread Lee Hinde
On Wed, Oct 12, 2016 at 8:41 AM, Kirk Brooks wrote: > A few years ago I started using a set of icon images for buttons. It looks > nice and gives my apps a cohesive look. That set came with a series of > sizes (18x18, 24x24, 32x32, 64x64, 128x128). Those different sizes

Re: How to resize PNG images for button icons

2016-10-12 Thread Lee Hinde
g, prev.png, > etc. and there are dirs with the size. So I can access them as: > > icons/24/cancel.png > > Is that what you mean? > > On Wed, Oct 12, 2016 at 9:27 AM, Lee Hinde <leehi...@gmail.com> wrote: > >> On Wed, Oct 12, 2016 at 8:41 AM, Kirk Brooks <lists.k...@gmail.

Re: Query editor in v15

2016-12-09 Thread Lee Hinde
On Fri, Dec 9, 2016 at 2:02 AM, Paul Lovejoy wrote: > > Does anyone else let your users access the standard editor? If so, how > have you dealt with the transition from v12/v13 queries to v14/v15, or am I > alone? I just apologize and say it's not my fault. The change

Re: v13.5/6 on OSX 10.11 el capitan

2016-12-09 Thread Lee Hinde
I have one client on 13 who I'm sure is running El Capitan. I develop on it (rarely) and I'm still on El Capitan. On Fri, Dec 9, 2016 at 10:15 AM, wrote: > Tim, > > Thanks! > > I have the cert matrixes for both v13.5/6 and v15.3. > > But I wanted to know if someone was

MacOS 10.12.2 released.

2016-12-13 Thread Lee Hinde
Could you brave pioneers report on compatibility, going back to v13? ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options:

Re: What is your preferred way to inspect object contents ?

2016-12-12 Thread Lee Hinde
On Mon, Dec 12, 2016 at 8:59 AM, Peter Jakobsson wrote: > Hi > > Title says it all. > > The 4D debugger is superb for inspecting objects - I love the way you can > drill into them and vertically list the properties of sub-objects even. > > But if you have to display the

Re: 4D Object Fields in ODBC

2016-12-07 Thread Lee Hinde
:-) > On Dec 7, 2016, at 2:54 PM, Arnaud de Montard wrote: > > >> Le 7 déc. 2016 à 18:22, Timothy Penner a écrit : >> >> The star rating system has 4 options: >> 1 = Bad  >> 2 = Average  >> 3 = Good  >> 4 = Excellent  > > I'd prefer

Re: Query editor in v15

2016-12-09 Thread Lee Hinde
een using it for 30 > years. Whatever, I'm adapting. > > On Fri, Dec 9, 2016 at 10:50 AM, Lee Hinde <leehi...@gmail.com> wrote: >> >> I.e., I'm not clear what itch got scratched with that change. > > > -- > Kirk Brooks > San Francisco, CA >

Re: Is there a (complete) Upgrade Manual for v16?

2017-01-10 Thread Lee Hinde
I don’t run R releases…. That said, I’m glad that the conversion to v16 manual has links to all the intermediate integer release updates. I’ve been doing a lot of big jump updates recently. > On Jan 10, 2017, at 12:46 PM, Dave Nasralla wrote: > > At

Re: How to halt execution, to avoid Quit 4D

2017-01-10 Thread Lee Hinde
> On Jan 10, 2017, at 3:46 PM, Doug Hall wrote: > > I have an alert box that declares a certain plugin is not properly > licensed. The very next command is Quit 4D. In a former version of 4D, I > could hold down ++, and then click the alert button, > and it would

Re: Alternative syntax for 4DTEXT, 4DHTML, 4DEVAL

2016-11-29 Thread Lee Hinde
> On Nov 29, 2016, at 9:52 AM, Dennis, Neil wrote: > >> I needed to build an html table and the seconds syntax >> $4DTEXT(var) was pretty good when the 1st was painful. > > So to confirm $4DTEXT(var) is the same as if you are using > 15R4 or later? > > > Neil > >

Re: v14 on macOS Sierra?

2016-12-05 Thread Lee Hinde
As the original question was about v14, are there plans for a v14 update that deals with this? > On Dec 5, 2016, at 10:19 AM, Timothy Penner wrote: > > > Also, try the latest 15.x nightly build please, they have additional sierra > fixes. > The latest 15.x nightly build

Re: v14 on macOS Sierra?

2016-12-05 Thread Lee Hinde
Why? I thought the support policy was for the current and the current -1 versions. > On Dec 5, 2016, at 11:33 AM, Gerald Balzer > wrote: > > I don’t expect 4D to certify any V14 for sierra. Neither do I expect any > further V14 update. To my knowledge, V14 has

Re: iNUG List "From" Change

2017-02-17 Thread Lee Hinde via 4D_Tech
Whatever you did fixed the issue. Thanks! https://www.dropbox.com/s/22eh2ueu3umf186/Screen%20Shot%202017-02-17%20at%2010.57.30%20AM.png?dl=0 > On Feb 17, 2017, at 9:43 AM, Timothy Penner wrote: > > In outlook the from address shows up like this: > http://imgur.com/a/logbQ > >

Re: Old doesn't work with object fields

2017-02-22 Thread Lee Hinde via 4D_Tech
4D unpacks it the same each time? > On Feb 22, 2017, at 10:03 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > If ((JSON Stringify($fieldPtr->))#(JSON Stringify(Old($fieldPtr-> > > Seems really inefficient, but it works.

Re: LEP and Python Script

2017-02-15 Thread Lee Hinde via 4D_Tech
Sorry Cannon, ignore that, it’s incomplete and inaccurate. (other than that…) > On Feb 15, 2017, at 12:05 PM, Lee Hinde <leehi...@gmail.com> wrote: > > That isn’t setup to return a value (it just prints it to the console) and > it’s not setup to take an argument. >> On F

Re: DDOS Attack simulator

2017-03-24 Thread Lee Hinde via 4D_Tech
Totally appropriate, IMHO. The problem is the test. When the problem is the problem, look at that. I’m guessing for 98% of websites powered by 4D, a DDOS is highly unlikely. > On Mar 24, 2017, at 3:17 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi Steve, > Isn't that just

Re: Web server: All page links appear as visited after update

2017-03-23 Thread Lee Hinde via 4D_Tech
Yea, what Justin said. A typo in the url or wrote: > I have 4D web server render a page. The page contains a date picker the > user can use to pick a date. When they do the page makes a call back to 4D > where the requested data are found and returned to the page as TEXT > (stringified JSON).

Larry Sharpe

2017-03-15 Thread Lee Hinde via 4D_Tech
Larry passed away last week.. Obit here: http://www.mtdemocrat.com/obituaries/larry-sharpe/ ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html

Re: Question about passing JSON to 4D

2017-04-04 Thread Lee Hinde via 4D_Tech
WEB GET HTTP BODY($body) http://doc.4d.com/4Dv15/4D/15.4/WEB-GET-HTTP-BODY.301-3275031.en.html > On Apr 4, 2017, at 5:16 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi folks, > > I need a little guidance here. I have a web form (in a browser) that is > submitting data to

[Off] Saying goodby to Larry Sharpe

2017-04-10 Thread Lee Hinde via 4D_Tech
Larry’s family held a send-off/wake/goodby dinner in Larry’s honor on Saturday night in Pacific Grove, CA. The 4D connection was honored with Larry’s 4D cap getting a place on the memories table. Among the things I never knew (or had forgotten) was that Larry was a track star in school. One

Re: Replacing - OAuth.bundle

2017-04-11 Thread Lee Hinde via 4D_Tech
On Tue, Apr 11, 2017 at 9:49 AM, Clive Wilson via 4D_Tech < 4d_tech@lists.4d.com> wrote: > My question is not strictly 4D, but I really need help on this. > How do you convert downloaded (from GITHub) into "xxx.bundle" files that > I can replace the old "OAuth.bundle" with. > Or, where can I get

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
gt; Sent from my iPhone > >> On Apr 20, 2017, at 2:52 PM, Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> >> wrote: >> >> I got bit last night with this code: >> >> *C_BOOLEAN*(*$1*) >> >> >> *If *(*$1*) >> >> *EXECUTE

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
> That is EXACTLY why. > > Thanks, > Walt Nelson (Seattle) > New stuff coming! > www.foundationshell.com <http://www.foundationshell.com/> > w...@foundationshell.com <mailto:w...@foundationshell.com> > >> On Apr 20, 2017, at 11:52 AM, Lee Hinde via 4D_Tech

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
mage: http://]about.me/waynestewart > <http://about.me/waynestewart> > > > On 21 April 2017 at 09:55, Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> > wrote: > >> Is that a historical thing? I’m in v15 on this database now and it seems >>

Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
I got bit last night with this code: *C_BOOLEAN*(*$1*) *If *(*$1*) *EXECUTE FORMULA*("OBJECT SET ENABLED(FND_IO_OKBUTTON_I;True)") *Else * *EXECUTE FORMULA*("OBJECT SET ENABLED(FND_IO_OKBUTTON_I;False") *End if *//Ok to save On the second Execute Formula, there's a missing close

Re: question about setting select tab in v15.4

2017-04-19 Thread Lee Hinde via 4D_Tech
Of course! :-) Thanks. > On Apr 19, 2017, at 4:22 PM, Douglas von Roeder via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Lee: > > SELECT LIST ITEMS BY POSITION(*;"PROPOSAL_Tab_L";1) > > > > > > -- > Douglas von Roeder > 949-33

Re: [ANN]: v2.0 of 4D v14/v15 Code Analysis Component Released

2017-03-12 Thread Lee Hinde via 4D_Tech
Thanks very much for this tool. On Tue, Mar 7, 2017 at 8:14 PM, Dani Beaubien via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I have released v2.0 of the CodeAnalysis component. Please take a look at > the release notes below for more detail. > > MY COMMITMENT - ALWAYS WILL BE FREE >

Re: 4D Compiler

2017-04-06 Thread Lee Hinde via 4D_Tech
On Apr 6, 2017, at 3:09 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I wonder whatever happened to the original 4D Compiler writer David Hemmo? > David’s at Apple now. > When he wrote 4D Compiler back in 1990 I thought he was a programming god... So did ACIUS, given the

Re: Minute of Silence for the "Altura Toolbox"

2017-04-17 Thread Lee Hinde via 4D_Tech
If I had young children I’d read this to them at bedtime tonight. > On Apr 17, 2017, at 3:04 PM, Peter Jakobsson via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > > Being something of a “4D fossil” myself as one of our more celebrated peers > once put it, I couldn’t help raising an eyebrow at

Re: Top Menu Vs Sidebar (Web Applications)

2017-04-18 Thread Lee Hinde via 4D_Tech
IMHO, it’s chef’s choice. There are no standard, as far as I can tell. In my case, I do global links up top (but links, not menus) and then site-location specific things on the side. I.e, I use both. > On Apr 18, 2017, at 3:42 PM, Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I

Re: Why does 4D have uppercase UUIDs?

2017-04-24 Thread Lee Hinde via 4D_Tech
python -c 'import uuid; print uuid.uuid4()' returns: 8f1dad2d-2eec-4da7-b484-63a7e7549824 Not that that’s canonical, just offering another sample. > On Apr 23, 2017, at 10:03 PM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I wasn't aware of the argument that they should

Re: How to show / hide all on Property List in v16?

2017-08-14 Thread Lee Hinde via 4D_Tech
I never collapse/expand the sections… > On Aug 14, 2017, at 2:04 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Um - does this mean no one else is seeing this behavior? ** 4D Internet Users Group (4D iNUG)

Re: Wiki software: Confluence

2017-07-13 Thread Lee Hinde via 4D_Tech
What do you like? On Thu, Jul 13, 2017 at 6:22 AM, Jeffrey Kain via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Jira sucks. > > -- > Jeffrey Kain > jeffrey.k...@gmail.com > > > On Jul 13, 2017, at 5:26 AM, David Adams via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > ...Wow, thanks for all of

Re: Wiki software: Confluence

2017-07-13 Thread Lee Hinde via 4D_Tech
Of course you are. I don’t mind Jira too much, but it’s horrible for customers. And I wasn’t happy making a career out of learning how to customize the customer view. > On Jul 13, 2017, at 2:31 PM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > We're in the process of writing

Re: Thinking through object/text fields: Findings summarized, advice solicited

2017-07-17 Thread Lee Hinde via 4D_Tech
On Mon, Jul 17, 2017 at 5:40 AM, David Adams via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > My biggest problem with PostgreSQL is the relative lack of nice front-end > tools. My beloved SequelPro for MySQL has long hinted at a PostgreSQL > version, but it doesn't seem to be there yet. For MySQL

Re: version of openssl in 15.4 mac

2017-07-17 Thread Lee Hinde via 4D_Tech
Thanks Tim. > On Jul 17, 2017, at 11:06 AM, Timothy Penner wrote: > > v15.3 had an update: > http://download.4d.com/Documents/Products_Documentation/LastVersions/Line_15/VIntl/4D_v15_3_ReleaseNotes_US.pdf > > Library Update > Open SSL: Upgrade to version 1.0.2j > > -Tim > >

version of openssl in 15.4 mac

2017-07-17 Thread Lee Hinde via 4D_Tech
I read somewhere that the openssl version got bumped in version 15.4. But I can't find where. I did find this: http://kb.4d.com/assetid=76175 : Tech Tip: How to Find the Version of OpenSSL used in 4D with this: - Windows 1. Locate the folder containing 4D.exe or 4D Server.exe

Re: Object field storage: Questions and alternatives

2017-07-11 Thread Lee Hinde via 4D_Tech
On Tue, Jul 11, 2017 at 3:10 AM, David Adams via 4D_Tech < 4d_tech@lists.4d.com> wrote: > * Use a header object that describes the 'columns' and then use compact > JSON arrays for the data. Rob Laveaux reminded me about this option some > months back and it's a really decent compromise. > That

Collections in v16R4

2017-07-18 Thread Lee Hinde via 4D_Tech
This is fascinating: http://blog.4d.com/new-type-of-variable-collections/ 1. "Arrays" of random data types. 2. Elements are accessed with [] not {}. E.g MyCollection[8] 3. The first element starts at zero. 4. They have an associated method - length. MyCollection.length 5.

Re: QR code

2017-04-26 Thread Lee Hinde via 4D_Tech
I’m using https://www.hmplugins.com/en/hmBarcode/Features-133.html in production. > On Apr 26, 2017, at 1:23 AM, Paul Lovejoy via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi, > > I spent some time on the partner section looking

Re: WEB SEND FILE - Duplicate HTML

2017-08-09 Thread Lee Hinde via 4D_Tech
> On Aug 9, 2017, at 2:10 PM, Matthew Bollwitt via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I know I’ve seen this before but I can’t remember how I resolved it. When I > send a file out using WEB SEND FILE command, the page comes out as intended, > but part of the HTML file gets duplicated

Method Header Strategies

2017-08-09 Thread Lee Hinde via 4D_Tech
From the conversation about converting images we saw this method header: If (True) If (False) Begin SQL /* Name: UTIL_ConvertPICTs Path: UTIL_ConvertPICTs Purpose: Convert all PICT formatted images in the Picture Libraray to .PNG images

Re: Method Header Strategies

2017-08-09 Thread Lee Hinde via 4D_Tech
The ‘false’ doesn’t cover the whole header. > On Aug 9, 2017, at 5:35 PM, Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > that's what I thought at first but then the "False" block already does that > job. > >> 2017/08/10 7:58、Guy Algot via 4D_Tech <4d_tech@lists.4d.com> のメール:

Re: 4D and Git Connection

2017-08-22 Thread Lee Hinde via 4D_Tech
When are you doing your commits? With each method? Daily? Neil suggested he was looking for incremental commits. Which seems ‘noisy’. > On Aug 22, 2017, at 9:00 AM, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I have done this. I used Macros to run methods that would commit

Re: Web serving on OS X Server

2017-06-09 Thread Lee Hinde via 4D_Tech
Thanks Ron and Jim for the great help. On Fri, Jun 9, 2017 at 3:05 PM, James Crate via 4D_Tech < 4d_tech@lists.4d.com> wrote: > The easy way is to set up a webapp plist, and then just turn on that > webapp for the appropriate domain (website). > > Here’s a sample plist. You should be able to

Re: Is it possible to do a search in the file system from 4D

2017-05-16 Thread Lee Hinde via 4D_Tech
I’d second that. I just tried it in the command line on a folder with 5,144 (nested) files and with almost 1,400 results the response was near instant. So, I tried this in 15.4 and Mac 10.12.5. Basically stripping the convert path stuff because I was passing in the full path and those commands

Re: Exodus utilities live?

2017-06-03 Thread Lee Hinde via 4D_Tech
Hi; I vote for Github. Keisuke Miyako has made it work for him. And, thanks for looking for ways to share code. On Jun 3, 2017, at 9:08 AM, Bob Finnerty via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Hi David, > > Thanks for asking about my old components - good timing. All my components >

Web serving on OS X Server

2017-06-09 Thread Lee Hinde via 4D_Tech
I've setup apache as a front end to 4D on 'regular' macs without issue. But now I need to do it on a Mac running the Server software and I'm not clear where/how to configure that and my google fu is failing me. Has anyone done that and can you point to directions? I'd settle for having 4D serve

Re: Web serving on OS X Server

2017-06-09 Thread Lee Hinde via 4D_Tech
Correct, I need other parts of OS X Server on this computer. > On Jun 9, 2017, at 11:54 AM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > OS X server is OS X with a server application. > > On Fri, 9 Jun 2017 11:14:02 -0700, Lee Hinde via 4D_Tech wrote: >> I've

Re: Web serving on OS X Server

2017-06-09 Thread Lee Hinde via 4D_Tech
> > Ive not setup apache - but what I was trying to get to is.. > whatever you have done in the past for apache (and maybe I mis-read > your question), just do that, the 'server' part should not make > anything change. > > > On Fri, 9 Jun 2017 12:03:05 -0700, Lee Hinde via

Re: Web serving on OS X Server

2017-06-09 Thread Lee Hinde via 4D_Tech
Hi John; Thanks for the links! I'm punting for now and found this to just turn off the Apple Apache httpd instances: https://discussions.apple.com/thread/7247358?tstart=0 This has 4D doing all the serving, which i'm not keen on, especially with this app which is graphic intensive. I'm

Re: PostgreSQL SELECT... RETURNING ID

2017-09-21 Thread Lee Hinde via 4D_Tech
I haven't used the Postgres plug-in, but the MySQL plugin has: *MySQL Get Last Insert Row ID* just for that purpose. Is there an equivalent? On Thu, Sep 21, 2017 at 7:37 AM, Jeffrey Kain via 4D_Tech < 4d_tech@lists.4d.com> wrote: > We're using the Pluggers PostgreSQL plug-in, and trying to

Re: Subrecords with subrecords

2017-10-13 Thread Lee Hinde via 4D_Tech
it in an execute' rings a bell and I'll start with that. Thanks! On Fri, Oct 13, 2017 at 8:50 AM, Tim Nevels via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > On Oct 13, 2017, at 9:20 AM, Lee Hinde wrote: > > > > New client with a database to update to v16. It's currently running

Re: Subrecords with subrecords

2017-10-13 Thread Lee Hinde via 4D_Tech
Interesting idea. Thanks. > On Oct 13, 2017, at 11:13 AM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Get pointers to sub_subtable_fields > array pointer(<>Sub_sub_Field_Pointers;number_of_Sub_sub_Table_Fields) > > execute >

Re: Subrecords with subrecords

2017-10-13 Thread Lee Hinde via 4D_Tech
The delimiter is a single quote: Execute formula("x_text:=[table]subtable1’subtable2'fieldname") All this talk of dot notation has confused you. :-) > On Oct 13, 2017, at 11:13 AM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Kirk : > yes. > if I remember the subtable syntax

Re: Drag & Drop challenge - developer wanted

2017-08-30 Thread Lee Hinde via 4D_Tech
p enabled. > I put this code in the from method: > If (Form event=On Drag Over) > TRACE > End if > > it does not fire when dragging mail from either my email client, don't > worry you don't use it :), nor from Apple Mail.app > The Green + does appear though... > > O

Re: Drag & Drop challenge - developer wanted

2017-08-30 Thread Lee Hinde via 4D_Tech
Daniel. How did you solve this problem? On Tue, Jan 6, 2015 at 8:47 AM, Daniel N. Solenthaler < dan...@solenthaler.com> wrote: > Hi all, > > I am looking for a developer who is able to provide a solution for one or > all of the following requirements: > > a) Direct Drag & Drop (not via Desktop)

Re: 4D dot releases versus R releases - a metaphor

2017-09-07 Thread Lee Hinde via 4D_Tech
Not to drill too deeply, but no new features != no new changes. 16.2 for instance updates the Xerces engine, which apparently changed the case sensitivity of existing XML commands. And I think the company line is that R releases (the non-beta ones) are customer ready. But generally, yes, the

Re: 4D Client/Remote as Web Server - One more item

2017-08-21 Thread Lee Hinde via 4D_Tech
Does WEB SET ROOT FOLDER help with the folder location? And, could you put the web folder inside the resources folder, which is kept current

  1   2   >