Re: Tab bar in methods

2017-10-26 Thread David Adams via 4D_Tech
Nice! Thanks John. Thanks Tim. Much appreciated. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub:

RE: Tab bar in methods

2017-10-26 Thread Timothy Penner via 4D_Tech
It's a feature of v17 (first available in v16R3), see this blog post for more details: https://blog.4d.com/merge-your-windows-into-tabs-on-mac-os-sierra/ The feature can be disabled in the 4D preferences under General->Options (see this image):

Re: Tab bar in methods

2017-10-26 Thread John Baughman via 4D_Tech
Aloha David, You must be running 64-bit on MacOS Sierra or better… "Thanks to macOS Sierra, applications now have to opportunity to use tabbed windows instead of multiple windows. From 4D v16 R3, 4D Developer Edition 64-bit can take advantage of this Apple’s new feature

Tab bar in methods

2017-10-26 Thread David Adams via 4D_Tech
I've been noticing a "bug" for months in the Method Editor. This might just be an R-track feature, not sure. Anyway, if you open a method named "My_Method", you see the name twice. It's up in the window title and then again inside the window. It looks weird and I assumed it to be a cosmetic bug

Re: Server Process "Frozen"-ish

2017-10-26 Thread Tim Nevels via 4D_Tech
On Oct 26, 2017, at 1:48 PM, David Conley wrote: > FWIW, I’ve implemented a method which issues a resume process command for > each of my stored procedures. I invoke it via a new process command using > the On Backup Shutdown command. My backups run once per day so it gives me a > clean way

Re: Resizable subforms

2017-10-26 Thread Keith Culotta via 4D_Tech
Here is a quick sample of what I think we are talking about: http://cdinc.co/Sample/SubformGrow.zip The subform objects resize in this one. Done in v16.2. Keith - CDI > On Oct 26, 2017, at 1:48 PM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > If I place a subform object on the

Re: Resizable subforms

2017-10-26 Thread Pat Bensky via 4D_Tech
If I place a subform object on the form without content, it doesn't display at all. For sure the WritePro object is set to grow. I created a simple new subform containing just a field, set to grow, and placed that on my form as a subform and set it to grow. It doesn't ): On 26 October 2017 at

Re: Resizable subforms

2017-10-26 Thread Keith Culotta via 4D_Tech
Very odd. If you place a subform object on the form, without adding content, set it to grow, run the form and resize it, do its borders grow? If not, maybe try with a new host form? Is the Write Pro object within the subform for sure set to grow? Keith - CDI > On Oct 26, 2017, at 12:47 PM,

Re: Resizable subforms

2017-10-26 Thread Pat Bensky via 4D_Tech
Nothing grows ... not the subform or any of it contents. On 26 October 2017 at 16:00, Keith Culotta via 4D_Tech <4d_tech@lists.4d.com > wrote: > If the WP object in a form is set to grow, and that is used in a subform > which is set to grow, the WP object should grow the way you are thinking >

Re: Primary Key in 4Dv15

2017-10-26 Thread Chuck Miller via 4D_Tech
OK this works in one way. However, if you have a primary key named something else it will fail use the following code to return primary key column number C_LONGINT($0;$1;$TableNumber_L) $TableNumber_L:=$1 $Primary_key_field_id_L:=-9 C_TEXT($ConstraintID_txt) C_LONGINT($Primary_key_field_id_L)

Re: Server Process "Frozen"-ish

2017-10-26 Thread Lee Hinde via 4D_Tech
That's pretty clever. On Thu, Oct 26, 2017 at 7:35 AM, BTB-David via 4D_Tech <4d_tech@lists.4d.com > wrote: > Tim, > > FWIW, I’ve implemented a method which issues a resume process command for > each of my stored procedures. I invoke it via a new process command using > the On Backup Shutdown

Re: Resizable subforms

2017-10-26 Thread Keith Culotta via 4D_Tech
If the WP object in a form is set to grow, and that is used in a subform which is set to grow, the WP object should grow the way you are thinking when the host form is resized. Keith - CDI > On Oct 26, 2017, at 4:32 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Using v16: >

Re: 15.5 The database cannot be published

2017-10-26 Thread Doug Hall via 4D_Tech
Never mind. I just saw the Active4D thread that most likely will fix this. On Thu, Oct 26, 2017 at 9:21 AM, Doug Hall wrote: > After updating to 15.5, I'm getting this error on my Mac web client: "The > database cannot be published. (:Users:: >

Re: Server Process "Frozen"-ish

2017-10-26 Thread BTB-David via 4D_Tech
Tim, FWIW, I’ve implemented a method which issues a resume process command for each of my stored procedures. I invoke it via a new process command using the On Backup Shutdown command. My backups run once per day so it gives me a clean way of resuming those procedures each day after the

15.5 The database cannot be published

2017-10-26 Thread Doug Hall via 4D_Tech
After updating to 15.5, I'm getting this error on my Mac web client: "The database cannot be published. (:Users::Library:Caches:4D:<4DCacheFolder>)." Any idea what might be causing this? I removed the cache folder, so that it would recreate it, but it gives the same error. Thanks, Doug

Lightning examples?

2017-10-26 Thread Pat Bensky via 4D_Tech
I'm putting a proposal together for a client, which involves a web interface. Web dev is not really my thing and I don't have any examples to show them. We'll probably be using Lightning to manage the web stuff so - do any Lightning users have a site they can let us look at? Thanks! Pat --

Resizable subforms

2017-10-26 Thread Pat Bensky via 4D_Tech
Using v16: I'm experimenting with using subforms in ways that I haven't previously used them :) I have created a subform which contains a Write Pro area. The resizing options on that object are both set to Grow. I've placed this subform onto another form. I've set the resizing options for the

Re: 4D Write Pro - Exporting / Saving to other file formats (e.g., .rtf or .doc)

2017-10-26 Thread Pat Bensky via 4D_Tech
You're correct ... currently it doesn't support export to RTF or Word. I imagine (hope) that this function will be added in a future release and I expect it will support the current MS Office XML format rather than RTF. Pat On 25 October 2017 at 23:05, Michael McCall via 4D_Tech <

Re: The connection for this process has been disrupted or the connection could not be established

2017-10-26 Thread Arnaud de Montard via 4D_Tech
> Le 25 oct. 2017 à 18:23, Douglas von Roeder via 4D_Tech > <4d_tech@lists.4d.com> a écrit : > > Arnaud: > > [...] That is a function of "cooperative multitasking" and, now that we can > run code > pre-emotively, developers will have to have a more clear understanding of > (and better control