Contextual Cut, Copy & Paste...?

2017-06-21 Thread Robert ListMail via 4D_Tech
Is there a way to use the contextual menu of the host OS (Mac or Windows) for Cut, Copy & Paste within 4D? Thanks, Robert ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive:

Compiled componets and different 4D versions

2017-06-21 Thread Chip Scheide via 4D_Tech
What are the implications of a component compiled for v13 being used in a database under higher version of 4D? In other words, is it necessary to recompile/build for every (major) version of 4D? Thanks --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing

Re: v13+ - component method parameters

2017-06-21 Thread Chip Scheide via 4D_Tech
Thanks. The code runs, interpretably just fine. I have to re-test, but I think the code runs fine when the component is compiled and built. The method (from original code I posted, and this code posted below) : utl_sets_whatsets_Validate does all of this validation and returns a boolean (true

Re: v13+ - component method parameters

2017-06-21 Thread Arnaud de Montard via 4D_Tech
> Le 21 juin 2017 à 16:38, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > $Table:=$1 > $Array:=$2 Hi Chip, If you trace in the component code, nothing helps? Some times it helps to "look into the pointer", for example: case of :(count parameters < 2) //err 1

v13+ - component method parameters

2017-06-21 Thread Chip Scheide via 4D_Tech
I have been working on a component. I am in the final(?) stages of completing the component. Many of the component methods require 1 or more pointers as parameters. I am testing, and in my testing database, I try to compile. During this testing, the component is NOT compiled, or built. I am

Re: Array Summary Sum Utility Method

2017-06-21 Thread John DeSoi via 4D_Tech
> On Jun 21, 2017, at 2:59 AM, Nigel Greenlee via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > You don’t say if you are displaying these arrays on screen-obviously the 2D > arrays can’t be displayed on screen. Each array of a 2D array can be a column in a listbox. John DeSoi, Ph.D.

Re: Best solution for printing Enterable PDF docs from 4D v15

2017-06-21 Thread Ingo Wolf via 4D_Tech
Chuck, we create the PDFs with Adobe Acrobat, not from within 4D. Here's an example of an xdp file: Firmenakte $PrimaryKey$ $Kundenname$ $Strasse$ $Ort$ $PLZ$

Re: Array Summary Sum Utility Method

2017-06-21 Thread Nigel Greenlee via 4D_Tech
Sannyassin Surely here you could be utilizing 2D arrays? e.g Array (aInvoices)-1D array (aInvoiceItems)-1D array (ainvoiceValue)-1D Array (ainvoiceItemNumbers)-2D)-on row per invoice one column per item array (ainvoiceitemDescription)-2D Ditto Array(aInvoiceItemQuantitySold)-2D Ditto

Re: OBJECT SET EVENTS

2017-06-21 Thread Christian Sakowski via 4D_Tech
This is a very long feature request. What you actually suggest is: FORM SAVE. -- Grüße/Regards, [heubach-media] | Christian Sakowski christian.sakow...@heubach-media.de iChat/AIM: SakowskiF Tel: +49/(0)40/52 10 59-23 > Am 21.06.2017 um 00:08 schrieb Jim Medlen via 4D_Tech