method call chain and collection.indexOf

2019-01-14 Thread David Ringsmuth via 4D_Tech
For debugging I like method call chains. Now in v17 with collections, they are easy. Collection.push(current method name) // method here! $TrashThis_t:=Collection.pop() I found while using the call chain collection that the collection.indexof(“Value”) does compile, but it does not work,

Re: AWS Experts - Need a little help

2019-01-14 Thread Spencer Hinsdale via 4D_Tech
did you edit Security Groups to add 4D ports 19812 to 19814? > On Jan 14, 2019, at 2:15 PM, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Spencer, thanks for the tip. > > Yes, I'm using the public IP address > (Same address that I use to connect via RDC) > > No workie! > > ;-(

RE: AWS Experts - Need a little help

2019-01-14 Thread Randy Engle via 4D_Tech
Spencer, thanks for the tip. Yes, I'm using the public IP address (Same address that I use to connect via RDC) No workie! ;-( Randy Engle Check that you are using the public ip displayed on the desktop not on server admin window... 

Re: AWS Experts - Need a little help

2019-01-14 Thread Spencer Hinsdale via 4D_Tech
Check that you are using the public ip displayed on the desktop not on server admin window... On 1/14/19, 1:01 PM, "4D_Tech on behalf of Randy Engle via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: I'm testing an app on AWS (LightSail Account)

AWS Experts - Need a little help

2019-01-14 Thread Randy Engle via 4D_Tech
I'm testing an app on AWS (LightSail Account) I've got a very lightweight app running on 4D Server (v17) Windows running on an instance of AWS. I'm not able to connect 4D Client (from my location) to the 4D Server on AWS I've setup all of the standard firewall items, TCP/UDP, etc, Including

Socket Communication

2019-01-14 Thread Stephen J. Orth via 4D_Tech
Has anyone utilized sockets as a form of communication between 4D Server and a browser? If so, I'm curious what options we have available, either inside or outside of 4D. Thanks! Steve * Stephen J. Orth

Special Presentation: Kentika’s API for efficient electronic document management in 4D, presented by Alexandre Bernard, PhD.

2019-01-14 Thread Donna GALLIS via 4D_Tech
Hello everyone! In conjunction with Brent Raymond and the 4D Method User Group, I would like to invite everyone to tune in on January 16 @ 12:00 noon CST for a very special topic on Kentika’s API for efficient electronic document management in 4D, presented by Alexandre Bernard, PhD. Here

Re: 4D Write Pro license question

2019-01-14 Thread Kirk Brooks via 4D_Tech
On Mon, Jan 14, 2019 at 10:55 AM Guy Algot via 4D_Tech <4d_tech@lists.4d.com> wrote: > I was using groups and BLOB TO USERS and although groups would be > restored, any changes to groups would not. So perhaps a bug in USERS TO > BLOB? > That's really not a good thing. -- Kirk Brooks San

Re: 4D Write Pro license question

2019-01-14 Thread Guy Algot via 4D_Tech
Koen, This problem also exists in v15 (and v13). I was using groups and BLOB TO USERS and although groups would be restored, any changes to groups would not. So perhaps a bug in USERS TO BLOB? > On Jan 14, 2019, at 4:01 AM, Koen Van Hooreweghe via 4D_Tech > <4d_tech@lists.4d.com> wrote: > >

Re: 4D and Subversion

2019-01-14 Thread Sandor Szatmari via 4D_Tech
Lutz, Yes, I did read this thread. It was very helpful in connecting the dots. One thing I am still uncertain of is which version I should use. I am running V15R5. Should I use vc-framework-v14 or v17? Sandor > On Jan 14, 2019, at 03:56, Epperlein, Lutz (agendo) via 4D_Tech >

Re: 4D Write Pro license question

2019-01-14 Thread Koen Van Hooreweghe via 4D_Tech
Hi Chuck, IMHO this is not correct. I recently struggled a lot with 4D View (Pro) licenses. A customer has 40+ users on 4D Server (v16), but only a few of them need 4D View. So they bought a 5 user license. These are my findings : - if there are no user groups, the licenses are assigned upon

RE: 4D and Subversion

2019-01-14 Thread Epperlein, Lutz (agendo) via 4D_Tech
Look at this posting from last week: The other docu you find on GitHub And regarding the import feature: you can't import forms, it is implemented only for methods.