Re: Database locked in merged application

2017-12-27 Thread Chip Scheide via 4D_Tech
IMHO, I feel that this is a bad idea. I have not worked with built applications, so there may not be a away to avoid this situation, BUT... with the datafile inside the app package(Mac) you run the significant risk of deleting the datafile during an update. I always keep the datafile outside

character count in 4d Write

2017-12-27 Thread Charles Miller via 4D_Tech
Hi all, Environment 4D 15.5 client server. On Mac client I have been using *WR SET SELECTION *($mainarea;*WR Count *($mainarea;wr nb characters);*WR Count *($mainarea;wr nb characters)) I find the number returned is not really at the end, as whem I append another 4D write area. gthe last 2 or 3

Re: Server HyperThreading

2017-12-27 Thread Paul Lovejoy via 4D_Tech
Hi Jeff, We have 4D server 15.4 running on Apple hardware, 8 cores - 16 with hyperthreading. From what I can see in Activity Monitor, only half of the cores get used, which makes me suspect the virtual cores are not being used. This is v15 and 32 bit. Maybe v16 and/or 64 bit changes that.

Are All Your Tables Getting Logged?

2017-12-27 Thread Dave Nasralla via 4D_Tech
Hey All, I ran into an issue today where I was surprised (understatement) to see some tables did not show up in my log file. It turns out the little check box "Include in Log File" on the table definitions was unchecked. (24 tables out of 229) For those of you who use custom primary keys, it's

Server HyperThreading

2017-12-27 Thread Jeffrey Kain via 4D_Tech
Is there any conventional wisdom out there (or better yet some 4D Server benchmark) regarding whether HyperThreaded cores help or hurt 4D Server performance? Thanks! Jeff ** 4D Internet Users Group (4D iNUG) FAQ:

Re: List Box Header background color programatically.

2017-12-27 Thread Keisuke Miyako via 4D_Tech
if you, like me, are intrigues by object notation and the new "Form" command, I've posted an example UI on GitHub, a custom form for backup settings. https://github.com/miyako/4d-utility-backup-dialog there is almost no code written for the form, yet it provides access to all configurable

Re: List Box Header background color programatically.

2017-12-27 Thread John Baughman via 4D_Tech
> On Dec 27, 2017, at 2:11 AM, Arnaud de Montard via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Having a set of # background rectangles of # colors in Resources folder, in > properties list, choose: That is a good way to do it and you can change the background color by switching files with

Re: List Box Header background color programatically.

2017-12-27 Thread John Baughman via 4D_Tech
> On Dec 26, 2017, at 6:24 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I did just discover I can set the help tip for each header object! ​ Very timely Kirk, thanks. I just found a need to implement help tips in a list box’s header and remembered your comment. A bit of a

Re: List Box Header background color programatically.

2017-12-27 Thread Arnaud de Montard via 4D_Tech
> Le 26 déc. 2017 à 18:19, John Baughman via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > [...] > I have always hated the inability to change the background color of a button. > For form buttons that need a colored background, I use a rounded rectangle or > image with a Highlight button on

Re: List Box Header background color programatically.

2017-12-27 Thread Arnaud de Montard via 4D_Tech
> Le 26 déc. 2017 à 18:19, John Baughman via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > [...] > I have always hated the inability to change the background color of a button. > For form buttons that need a colored background, I use a rounded rectangle or > image with a Highlight button on

Electronic Signature Pads

2017-12-27 Thread Andrew R Diaz via 4D_Tech
Hi, I am looking to integrate a signature pad (like the ones from topaz https://www.topazsystems.com/index.html ) into my 4D application and was wondering if anyone has done this before and if so which system was easiest to integrate into 4D. TIA,

Re: Electronic Signature Pads

2017-12-27 Thread Jim Crate via 4D_Tech
On Dec 27, 2017, at 6:36 PM, Andrew R Diaz via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I am looking to integrate a signature pad (like the ones from topaz > https://www.topazsystems.com/index.html > ) into my 4D application and was > wondering if

Re: How to set the file name of a QR Report to disk file.

2017-12-27 Thread Douglas von Roeder via 4D_Tech
John: If it's a beefed up save file dialog, ABM Mac Extras Plugin might be of some help on OS X. I'd go with Win32API on Windows. ABM 1.5.2 is in a system that's running in 12.6. I traded email with Matthias in 6/15 about using it in a newer version and he indicated that it works in 13. I've

Anyone Using the Synchronization Code Library from FlatTop Technology, Inc?

2017-12-27 Thread Douglas von Roeder via 4D_Tech
If anyone is using this code library, please contact me privately. Thanks. -- Douglas von Roeder 949-336-2902 ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html

How to set the file name of a QR Report to disk file.

2017-12-27 Thread John Baughman via 4D_Tech
I am executing a report with… QR REPORT([Timesheets];Get 4D folder(Database folder)+"Resources"+Folder separator+"TimeSheetEmployeeExport.4qr”) This works fine, but I want to dictate or at least offer a preset file name to the end user in the save dialogue. Tried various approaches without any

Re: How to set the file name of a QR Report to disk file.

2017-12-27 Thread John Baughman via 4D_Tech
Thanks Doug. What I need is specifically related to using the command QR REPORT with a prebuilt .4qr file which exports a selection of records to a text file. I am not at all concerned with where the file is being saved, but what the file name will be. I do not see any way to force QR REPORT