Managing AV Vendors

2017-06-02 Thread Sujit Shah via 4D_Tech
Recently I have seen a growing number of support issues where the AV software blocks the program or simply deletes the application folder itself identifying it as a virus. The ones I have had most problems with are Norton and a Trend Micro. I submit my builds to them get it white listed but this

Re: v13+ What table does a set belong to?

2017-06-02 Thread Jeremy French via 4D_Tech
Hi Chip, You could try performing a set operation on a known table set with the unknown set. If the two sets are from **different** tables, the set operation triggers an error. If both sets belong to the **same** table, no error occurs. So iterate over each table performing the set operation

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Douglas von Roeder via 4D_Tech
Tim: Auto correct? Ah, OK, I'll give you that one. :-) -- Douglas von Roeder 949-336-2902 On Fri, Jun 2, 2017 at 3:40 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com > wrote: > On Jun 2, 2017, at 5:24 PM,Douglas von Roeder wrote: > > > On Fri, Jun 2, 2017 at 12:20 PM, Tim Nevels via 4D_Tech

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Tim Nevels via 4D_Tech
On Jun 2, 2017, at 5:24 PM,Douglas von Roeder wrote: > On Fri, Jun 2, 2017 at 12:20 PM, Tim Nevels via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > >> quest to master a nuisance of the 4D language regarding pointers. > > "nuisance" (S/B "nuance") > > Careful, there - that floor is slippery, Dr.

Re: [off] Textwrangler

2017-06-02 Thread Ronald Rosell via 4D_Tech
Sweet! I’d been using Printfolder for this, with mixed results. I also found that you could copy the Textwrangler document into a spreadsheet in NeoOffice and it’ll retain the formatting: subfolders in column B, file names in Column C, etc. __ Ron Rosell President StreamLMS > On Jun 2,

Re: Feature request : Set Belongs to (Setname) -> table reference

2017-06-02 Thread Douglas von Roeder via 4D_Tech
Chip: Added my vote. -- Douglas von Roeder 949-336-2902 On Fri, Jun 2, 2017 at 2:37 PM, Chip Scheide via 4D_Tech < 4d_tech@lists.4d.com> wrote: > test of feature request: > A useful function would be to be able to determine what table a set > belongs to. > I.e. Does the Set "My_Set" contain

Re: [off] Textwrangler

2017-06-02 Thread Jeffrey Kain via 4D_Tech
Nice... > On Jun 2, 2017, at 4:47 PM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I accidentally dragged a folder into blank document. > > Text wrangler then proceeded to give me a complete directory listing of > the folder, and all of its sub folders > as text > Cr delimted

Feature request : Set Belongs to (Setname) -> table reference

2017-06-02 Thread Chip Scheide via 4D_Tech
test of feature request: A useful function would be to be able to determine what table a set belongs to. I.e. Does the Set "My_Set" contain records from [Table1], [Table2], [Table...], [TableN] This would help to eliminate issues with (accidentally) trying to do set manipulations on sets from

v13+ What table does a set belong to?

2017-06-02 Thread Chip Scheide via 4D_Tech
Is there *any* way to determine what table a random set belongs to? Thanks Chip --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ** 4D Internet Users Group (4D iNUG) FAQ:

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Arnaud de Montard via 4D_Tech
> Le 2 juin 2017 à 20:56, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > [...] > Table and Field numbers > Table and Field pointers Just a suggestion, a "combo" makes possible to code fields in a single longint in place of pointers or pair of numbers table+field. Nice to put

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Douglas von Roeder via 4D_Tech
On Fri, Jun 2, 2017 at 12:20 PM, Tim Nevels via 4D_Tech < 4d_tech@lists.4d.com> wrote: > quest to master a nuisance of the 4D language regarding pointers. "nuisance" (S/B "nuance") Careful, there - that floor is slippery, Dr. Freud! ;-) -- Douglas von Roeder 949-336-2902

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Chip Scheide via 4D_Tech
I understand your thinking :) but... as this is going to be in a (compiled - I hope) component, I need to validate the hell out of the parameters, ESPECIALLY, pointers; as conceptually the component will be a black box. Input (via method call) -> component -> result actually the problems of

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Tim Nevels via 4D_Tech
On Jun 2, 2017, at 2:00 PM,Chip Scheide wrote: > Maybe I am too ambitious... > > (from Host) > > Build_Table_Arrays(->$Table_Names_array;->$Table_num_array;->$Table_Pointer_array) > This call would build 1D arrays with the (respectively) table names > (formatted for users), Table numbers, and

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Chip Scheide via 4D_Tech
Yep :) I am not sure... Does this work in newer versions of 4D, or is this something that should be entered as a bug? Array text(My_2D-Array;5;10) c_pointer($ptr;$ptr2) $ptr:=->My_2D_Array $ptr2:=->$ptr->{1} // <- this fails : Field variable or table expected $ptr2:=->($ptr->{1}) // this fails

Re: Data mining from Oracle Application using 4D

2017-06-02 Thread Chuck Miller via 4D_Tech
We are using native 4d sql and odbc works like a charm. On Mac we are using actual technologies oracle driver. Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617)

Re: Data mining from Oracle Application using 4D

2017-06-02 Thread Benedict, Tom via 4D_Tech
Rooftop99 says: >I have a large Oracle database from which I need to regularly extract specific >data using a 4D >application. Is there a preferred way to connect the two for data mining? >ODBC, or ??? >Anyone doing this with success and willing to share the connection >architecture? I

Re: 4D web server protected by a proxy server - pdfs don't come through

2017-06-02 Thread Jim Hays via 4D_Tech
It turns out the blocked/corrupted PDFs were caused by Cisco Meraki firewall malware protection when they traveled from LAN to DMZ. On Wed, May 31, 2017 at 6:23 PM, Jim Hays wrote: > Yes. Most answers say something like replace (pseudo code) > target="_blank" with

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Keisuke Miyako via 4D_Tech
sometimes its much easier to simply COPY ARRAY the whole array and back. > 2017/06/02 22:46、Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> のメール: > > And this is where the dereferencing a pointer to a 2D array, sub-array > access problem is occurring, inside the component method and it's >

Re: Data mining from Oracle Application using 4D

2017-06-02 Thread Pat Bensky via 4D_Tech
Mac or Windows? If you're on a Mac, check out the Actual ODBC drivers: http://www.actualtech.com/products.php Pat On 1 June 2017 at 18:47, rooftop99--- via 4D_Tech <4d_tech@lists.4d.com> wrote: > Hi All, > > I have a large Oracle database from which I need to regularly extract > specific data

Re: v13+ - Method editor, lists

2017-06-02 Thread Chip Scheide via 4D_Tech
Arnaud, Thanks I use the lists - very occasionally, for reference to Konstant values, mostly for Field/variable type values. i.e. Type(My_Pointer ->) = 12 // <- what the hell does 12 mean? I think your ideas about additional use for the 'lists area' is a good one -- I'd vote for it ;) On

Re: syntax : pointer to an element of a sub-array of 2D array

2017-06-02 Thread Arnaud de Montard via 4D_Tech
> Le 1 juin 2017 à 22:10, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > I have a pointer to a 2D array > Array text($My_Array;5;10) > $ptr:=->$My_Array > [...] > The above syntax does not seem to work, can someone help with syntax? Turnarounds I could find (execute formula,

Re: TEXT TO ARRAY won't break solid text

2017-06-02 Thread Arnaud de Montard via 4D_Tech
> Le 1 juin 2017 à 13:09, Don Lapin via 4D_Tech <4d_tech@lists.4d.com> a écrit : > > Hi Bernd, > > I got an email back from 4D support; the contact thinks that there is a bug > in that command, and filed ACI0096891. But of course I don't know if they are > going to fix it in v14. > > I'm

Re: v13+ - Method editor, lists

2017-06-02 Thread Arnaud de Montard via 4D_Tech
> Le 1 juin 2017 à 22:57, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Is there a way to permanently change what is displayed in the lists > (lower section of method editor) when it is open? In the current method, set it as you like then use menu Method/save as template

Re: Data mining from Oracle Application using 4D

2017-06-02 Thread rooftop99--- via 4D_Tech
Thank you Bruno, I will contact you direct for more information about your component. Is it compatible with v16.R2 Windows Server/Client? Kirk > On Jun 1, 2017, at 10:24 PM, Bruno LEGAY via 4D_Tech <4d_tech@lists.4d.com> >