RE: Collections Issue

2019-11-14 Thread David Ringsmuth via 4D_Tech
Doug, Collections all have a “.length”, read only function. For($i;$Col.length-1;0;-1) $Col[$i]… End for HTH! David Ringsmuth From: Douglas von Roeder via 4D_Tech Sent: Thursday, November 14, 2019 4:01 PM To: 4D iNug Technical Cc: Douglas von Roeder Subject: Collections Issue

OSX Catalina, 4Dv17R6 built application, path to datafile not remembering

2019-11-04 Thread David Ringsmuth via 4D_Tech
We installed our compiled, built 4D v17R6 app on OSX Catalina. Each time we launch the app, it presents a UI request for the path to the data file. We made the app folder Read Write for all. It seems this is a Catalina issue. I need ideas so our users don’t have to find the datafile every

RE: Making a package of a built Mac volume desktop

2019-10-15 Thread David Ringsmuth via 4D_Tech
John, Apparently, there is some bug, in some OS’s, that importing the Apple Developer Cert with KeyChain, it is not recognized. Even with a fresh OS certificate import. DropDMG also fails to recognize it. I don’t know the solution yet…. I wish it was always easy! ☹ David Ringsmuth From:

RE: Making a package of a built Mac volume desktop

2019-10-15 Thread David Ringsmuth via 4D_Tech
Paul, You’ll need an Apple Developer Certificate, that must be imported into your OSX machine using KeyChain. https://kb.4d.com/assetid=78153 If the Apple Developer Certificate has been imported correctly. It did not work for a client of mine, who also purchased DropDMG, and it failed to work

PRINTERS LIST

2019-10-07 Thread David Ringsmuth via 4D_Tech
Apparently 4D loads it’s copy of current available printers at launch. Obviously there are times when available printers change during a 4D user login session. There should be an option in the PRINTERS LIST command that causes 4D to refresh it’s copy of the available printers. Should this be

RE: Picture Reduction / Conversion (2)

2019-09-20 Thread David Ringsmuth via 4D_Tech
Narinder, Re: “did you try to re-saving the source PNG image using an external program” Yes, resaving the PNG using Paint.net made the PNG convert-able to JPG. Good suggestion! I’m guessing the original PNG is a camera photo, and non-standard in some way. Bug 4D does not handle it like

RE: Picture Reduction / Conversion (2)

2019-09-20 Thread David Ringsmuth via 4D_Tech
Chip, When I view the 4D converted, saved to disk image, outside 4D, it appears either with transparent everything, or a plain-nothing background. David Ringsmuth ** 4D Internet Users Group (4D iNUG) Archive:

RE: Picture Reduction / Conversion (2)

2019-09-20 Thread David Ringsmuth via 4D_Tech
Narinder, Thanks for asking that question. CONVERT PICTURE($Photo_g;".jpg") PICTURE TO BLOB($Photo_g;$Pict_x;".jpg") BLOB TO PICTURE($Pict_x;$Pict_JPG_g) The new, converted picture size is a couple hundred octets, no longer 244 Ko’s. It appears either as an entire transparent background or a

Picture Reduction / Conversion (2)

2019-09-20 Thread David Ringsmuth via 4D_Tech
4D v17.4 234574 Windows 10 Home Using Paint.net to open the PNG and save it as a JPG works fine. The resulting JGP is perfect. David Ringsmuth ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html

Picture Reduction / Conversion

2019-09-20 Thread David Ringsmuth via 4D_Tech
I use CREATE THUMBNAIL to reduce pictures to a max size and dimension. Some of the pictures are PNG, and the CREATE THUMBNAIL result is an empty picture. When I pre-convert the PNG to a JPG (CONVERT PICTURE or PICTURE TO BLOB / BLOB TO PICTURE), the results are a similar blank picture. I need

RE: NTK 3.1.0 crashing on some Windows 10 1803 Home, 4D Remote v17R4build 232574

2019-09-06 Thread David Ringsmuth via 4D_Tech
I went ahead and replaced the NTK call with HTTP Get and am waiting to here from the Client to know how if the crashing has stopped…. I don’t think I’ll get the opportunity to re-test with 8.8.8.8 as the DNS lookup. Thanks, David Ringsmuth

NTK 3.1.0 crashing on some Windows 10 1803 Home, 4D Remote v17R4 build 232574

2019-09-05 Thread David Ringsmuth via 4D_Tech
On a couple of computers an application using NTK 3.1.0 is crashing while accessing: https://maps.googleapis.com/maps/api/geocode/xml?address= Most of the other computers can access this URL without any problem. We disabled the firewall and the anti-virus. We deleted the local application

Compiler Speed slow-down after testing Can be run in pre-emptive process

2019-08-22 Thread David Ringsmuth via 4D_Tech
Windows 10 (current) 4D v17R4 I set one of my processes to “Can be run in pre-emptive process”, just to see what remained before it would run pre-emptive. There were so many issues that I set the method back to “indifferent”. I also toggled it with “Cannot be run in a pre-emptive process.”

Php Execute fixed in 4D v17.2

2019-08-05 Thread David Ringsmuth via 4D_Tech
If you get PHP Execute error using 4D v17.0, while not connected to the internet, your solution may be to a very recent 4D v17.2. That’s all it took to fix the PHP Execute error I was getting. Hth. David Ringsmuth ** 4D

RE: 4D Write Pro Equivalent of wr modified?

2019-08-02 Thread David Ringsmuth via 4D_Tech
Tom, You’ll need to get the content of the 4D Write document and compare the old to the new to know if it has been changed. David Ringsmuth From: Tom Benedict via 4D_Tech Sent: Friday, August 2, 2019 10:27 AM To: 4D iNug Technical Cc: Tom Benedict Subject: 4D Write Pro Equivalent of wr

RE: can't load internal 4D component

2019-07-31 Thread David Ringsmuth via 4D_Tech
-Ursprüngliche Nachricht- Von: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] Im Auftrag von David Ringsmuth via 4D_Tech Gesendet: Dienstag, 30. Juli 2019 21:09 Betreff: RE: can't load internal 4D component FYI: This case is solved! Windows Server 2019 may require a compatibility mode enabled

RE: can't load internal 4D component

2019-07-30 Thread David Ringsmuth via 4D_Tech
FYI: This case is solved! Windows Server 2019 may require a compatibility mode enabled to allow 4D to run. When it was enables, the 4D sofware began running correctly. David Ringsmuth ** 4D Internet Users Group (4D iNUG)

RE: can't load internal 4D component

2019-07-28 Thread David Ringsmuth via 4D_Tech
similar errors on Mac due to our anti-malware package which actually removed contents of the 4D bundle that it thought were unsafe. Have you written exceptions in your antivirus software? > On Jul 28, 2019, at 12:42 PM, David Ringsmuth via 4D_Tech > <4d_tech@lists.4d.com> wrote:

RE: can't load internal 4D component

2019-07-28 Thread David Ringsmuth via 4D_Tech
errors on Mac due to our anti-malware package which actually removed contents of the 4D bundle that it thought were unsafe. Have you written exceptions in your antivirus software? > On Jul 28, 2019, at 12:42 PM, David Ringsmuth via 4D_Tech > <4d_tech@lists.4d.com> wrote: >

can't load internal 4D component

2019-07-28 Thread David Ringsmuth via 4D_Tech
4Dv17R4 build 233874 Windows Server 2019 1809 build 17763.397 (64bit) An installed 4Dv17R4 application began not correctly launching this morning on the error(s). 650 (xbox) Folder (name) not found (path) xtoolbox task 1444 Cannot open the structure of the database development Can’t load

RE: Get System Info vs PLATFORM PROPERTIES

2019-07-14 Thread David Ringsmuth via 4D_Tech
John, C_OBJECT(System_Info_ob) System_Info_ob:=Get system info vPlatformOS:=System_Info_ob.osVersion David Ringsmuth ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

RE: $success_f:=PHP Execute($file_path_t;"";$result_t) intermittentfailure

2019-07-12 Thread David Ringsmuth via 4D_Tech
Paul, It’s not possible in this application for two calls to PHP Execute to run at the same time. But the default port 8002 may have some other conflict, and I had not considered that…. Now I will create a batch file that runs as administrator and displays port 8002: Netstat -aon | find

4D v13.6

2019-07-01 Thread David Ringsmuth via 4D_Tech
Anyone running 4D v13.6 on WS2016? Compatibility issues? 4D InternetCommands (13.4) 4D Pack (13.4) Active4D (6.1r8) NTK (2.0.6) Regex Plugin (1.0.3) User Constants (1.0) Thanks! David Ringsmuth ** 4D Internet Users Group (4D

RE: word press on WS2008 [off]

2019-06-28 Thread David Ringsmuth via 4D_Tech
Paul, Your answer is very helpful! Thanks!! David Ringsmuth From: Paul Dennis via 4D_Tech Sent: Friday, June 28, 2019 2:11 AM To: 4d_tech@lists.4d.com Cc: Paul Dennis Subject: Re: word press on WS2008 [off] Been down that road. I have tried running php based sites ie Joomla! and WordPress on

word press on WS2008 [off]

2019-06-27 Thread David Ringsmuth via 4D_Tech
I support a customer 4D system running on WS2008. They want to also run a Word Press site on that same 4D Server computer. My customer thinks it should be easy to do. I’ve not published any Word Press web site and would be helped by anyone here who has done so on a WS2008 box. Can it be

signature capture in 4D

2019-06-17 Thread David Ringsmuth via 4D_Tech
I bought a Topaz T-S460 signature capture device to capture signatures with 4D. https://sigpluspro.com Do you have successful experience with such a device and 4D? Thanks! David Ringsmuth ** 4D Internet Users Group (4D iNUG)

v17.4 source Stand-alone and Remote: picture drop onto a picture field in an input form

2019-06-13 Thread David Ringsmuth via 4D_Tech
I know some things have changed with v17.4 drag and drop. When I enable a form picture object to accept drop, and I trace the “on drop” database method, nothing happens in the form, object method or on-drop database method. Suggestions please! David Ringsmuth

RE: Anyone using zipcodeapi

2019-06-08 Thread David Ringsmuth via 4D_Tech
John, I’m using the Google Geocode API. It returns XML with street address info, which can be complicated…. It’s not free, but it is very in-expensive. David Ringsmuth From: JOHN BAUGHMAN via 4D_Tech Sent: Saturday, June 1, 2019 8:07 PM To: Ed Hammond via 4D_Tech Cc: JOHN BAUGHMAN Subject:

RE: -1 undefined database event

2019-04-24 Thread David Ringsmuth via 4D_Tech
Ringsmuth via 4D_Tech < 4d_tech@lists.4d.com> wrote: > The message says the record is locked, but 4D’s Locked($pTable->) returns > false, and so does 4D’s Read only state($pTable->). > > Under what circumstances would this happen? > If you are using 4D server this can happ

RE: -1 undefined database event

2019-04-24 Thread David Ringsmuth via 4D_Tech
copy of the structure -- the record (or more) are damaged in some manner (run MSC) Chip On Wed, 24 Apr 2019 16:23:09 -0500, David Ringsmuth via 4D_Tech wrote: > The message says the record is locked, but 4Dʼs Locked($pTable->) > returns false, and so does 4Dʼs Read only stat

-1 undefined database event

2019-04-24 Thread David Ringsmuth via 4D_Tech
The message says the record is locked, but 4D’s Locked($pTable->) returns false, and so does 4D’s Read only state($pTable->). Under what circumstances would this happen? Undefined Database Event.[-1] in the method 'Save_Record', on line 50. Method: Save_Record Line: 50 1066: dbmg: Record is

What is the Listbox command to "get" a formula data type?

2019-04-17 Thread David Ringsmuth via 4D_Tech
This is the command that sets the data type: LISTBOX INSERT COLUMN FORMULA ( {* ;} object ; colPosition ; colName ; formula ; dataType ; headerName ; headerVar {; footerName ; footerVar} )   I have not found the Listbox command to "get" a formula data type. Please help! David Ringsmuth

RE: v17 Print Settings in a form's Property List

2019-04-15 Thread David Ringsmuth via 4D_Tech
David, 4Dv17R4 has: Print Settings to Blob Blob to Print Settings https://doc.4d.com/4Dv17R4/4D/17-R4/Print-settings-to-BLOB.301-4055206.en.html https://doc.4d.com/4Dv17R4/4D/17-R4/BLOB-to-print-settings.301-4055236.en.html These combined with the name of the report being printed, the printer

RE: Benchmark Speed Test Method

2019-04-11 Thread David Ringsmuth via 4D_Tech
Steve, In both v15.6 and v17.4 I had to put nginx in front of 4D Web Server to handle heavy loads. Nginx did SSL termination, and it allows 4D to handle only the http processing. So both 15.6 and 17.4 failed for me under very heavy loads, without a reverse-proxy (nginx) in front of them doing

RE: Formatter that only shows decimals

2019-04-11 Thread David Ringsmuth via 4D_Tech
Peter, You may have to string it, and replace the decimal with nothing… Hth. David Ringsmuth From: Peter Jakobsson via 4D_Tech Sent: Saturday, April 6, 2019 6:01 PM To: 4D iNug Technical Cc: Peter Jakobsson Subject: Formatter that only shows decimals Hi Does anyone know how to do a formatter

RE: Apple Notary Service

2019-03-15 Thread David Ringsmuth via 4D_Tech
Cannon, I helped my client do this. Get the basic Apple developer program ID ($99/year) Follow their instructions to generate a certificate for your application. We provided the CSR to the process. They provided the certificate after a few days. hth David Ringsmuth From: Cannon Smith via

RE: user-agent html formatting on android outlook

2019-02-26 Thread David Ringsmuth via 4D_Tech
plain text versions of an HTML message. it sounds like your tags have been removed that way. you might want to widen your scope of investigation to search for information on android / outlook in general. > 2019/02/27 5:12、David Ringsmuth via 4D_Tech <4d_tech@lists.4d.com>のメール: >

user-agent html formatting on android outlook

2019-02-26 Thread David Ringsmuth via 4D_Tech
My 4Dv17/Active4D application has a web form with some minimal attribute. Bold, Sized text with at the line endings. The text displays correctly on most user-agents. On the android using the outlook application as a web user-agent. the text is displayed with no formatting, a large single

Menubar 1

2019-02-20 Thread David Ringsmuth via 4D_Tech
4D v17R4 2323298 64bit Remote OSX 10.16+ At the end of my startup method Menubar 1 is displayed. On some client machines the menu items are not “active”. When selected they do not run the assigned method. On other client machines running the same application at the same time, all items on

[off] Project Request

2019-02-11 Thread David Ringsmuth via 4D_Tech
A customer of mine asked me to post this. He has a project request using 4D’s REST API or Wakanda in front of 4D, creating a web-site that can replace an existing web site that is partially generated from Active4D. If you are interested, and familiar with these tools, please contact me.

RE: Named Selections

2019-02-08 Thread David Ringsmuth via 4D_Tech
Chip, We did this same things with sets by using an On Err Call(“Error_SetDoesNotExist”). Write an On Err Call for Named Selections, and then use it, and test the result of your call error handler. Hth! David Ringsmuth From: Chip Scheide via 4D_Tech Sent: Friday, February 8, 2019 11:52 AM

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: Write Pro print preview

2018-12-31 Thread David Ringsmuth via 4D_Tech
SET PRINT OPTION(Destination option;2;$pdfpath) “2” seems to do a print preview.  David Ringsmuth From: David Ringsmuth Sent: Monday, December 31, 2018 9:32 AM To: 4D iNug Technical Subject: Write Pro print preview 4D v17 R2 32bit and 64bit Windows 10 (current) At first and sometimes while

Write Pro print preview

2018-12-31 Thread David Ringsmuth via 4D_Tech
4D v17 R2 32bit and 64bit Windows 10 (current) At first and sometimes while using different features, I get a print preview. But now I mostly get a Save File dialog when executing WP Print. $pdfprintername:="Microsoft Print to PDF" … SET CURRENT PRINTER($pdfprintername) SET PRINT

RE: WritePro expression undefined

2018-12-23 Thread David Ringsmuth via 4D_Tech
Tim! We have great support from 4D! (Erick) This is an effective 4D tech support work-around to the problem of “Undefined”. Here “WParea” is a 4D Write Pro object. After running this method on our converted 4D Write to 4D Write Pro documents, none of the embedded statements return

RE: WritePro expression undefined

2018-12-22 Thread David Ringsmuth via 4D_Tech
Tim! Thanks!!! I’m about to evaluate a work-around from the faithful tech support team…  David Ringsmuth ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

RE: WritePro expression undefined

2018-12-21 Thread David Ringsmuth via 4D_Tech
a selection of record in memory. It does not return a value that can be inserted to the document. Regards, Add  On 12/20/18, 2:05 PM, "4D_Tech on behalf of David Ringsmuth via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: John, We ca

How to process all WritePro area expressions for replacement / update?

2018-12-21 Thread David Ringsmuth via 4D_Tech
I need some code that will process a 4D WritePro area, updating existing embedded expressions, replacing them with a different expression. The command to get an expression, ST Get expression, works on only some expressions - data structure only like: [Table]Field. Editing a WritePro area using

RE: WritePro expression undefined

2018-12-20 Thread David Ringsmuth via 4D_Tech
John, We can manually limit the entry of commands and methods, since we control the UI that inserts expressions. It would be easier is the command SET ALLOWED METHODS did this for us automatically. Thanks for your help John! David Ringsmuth

RE: WritePro expression undefined

2018-12-20 Thread David Ringsmuth via 4D_Tech
John, We opened a case with 4D. WritePro optionally displays expressions, or their calculated values. We may have to parse the converted WritePro objects to replace queryies with a call formatted like: Query_ (->[Student];->[Student]AccountNo;"=";->[Account]AccountNo) …which does…

RE: WritePro expression undefined

2018-12-20 Thread David Ringsmuth via 4D_Tech
not sure how you would use that in an expression. Of course, you can write a 4D project method that uses QUERY and returns a result in $0 as the result of the 4D Write expression. John DeSoi, Ph.D. > On Dec 20, 2018, at 9:30 AM, David Ringsmuth via 4D_Tech > <4d_tech@lists.4d.com> wr

WritePro expression undefined

2018-12-20 Thread David Ringsmuth via 4D_Tech
4D v17.2.0.0 227919 R2 32bit or 64bit Windows 10 Home 1803 WP PRINT(Rpt_ob;wk 4D Write Pro layout) SET ALLOWED METHODS included “QUERY” 4D Query command expressions appear as “Undefined” in the printed document. The command appears successful. Please help! Thanks! David Ringsmuth

4D WritePro Toolbar xliff

2018-12-17 Thread David Ringsmuth via 4D_Tech
4D v17 32bit 17.2.0.0 227919 WP_Toolbar The tab titles show: :xliff:Home :xliff:insertAndView :xliff:margins :xliff:borders :xliff:images :xliff:printing :xliff:spell I dragged the WP_Toolbar into this database from another v17 structure that correctly shows the WP_Toolbar tab titles. I

RE: Active4D/ObjectTools with 4D 32-bit

2018-12-10 Thread David Ringsmuth via 4D_Tech
Aparajita, About Active4D, to answer your question well requires researching the reasons for it. I support sites using OSX 4D Server running Active4D, some of which are probably running 32bit, but I’m not sure they must run 32 bit. (would you mind describing the barriers/issures here?) We

SSL Internal error

2018-11-13 Thread David Ringsmuth via 4D_Tech
It was the public.pem. It should not be named .pem in the structure folder.  David Ringsmuth ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

4D Server Web Start Server SSL Error 49: srvr: SSL internal error : error:0906D06C:PEM routines:PEM_read_bio:no start line

2018-11-13 Thread David Ringsmuth via 4D_Tech
OSX 10.13.6, 16GB RAM 4D Server 15.6.222813 On launch gives this error: Undefined Database Event. [-1] in the method 'A4D_Init', on line 77, Err Stack: [49] Method: A4D_Init Line: 77 49: srvr: SSL internal error : error:0906D06C:PEM routines:PEM_read_bio:no start line 49: srvr: SSL internal

RE: 4D v16.4 Built database won't open in Mojave

2018-11-06 Thread David Ringsmuth via 4D_Tech
Walt, The first thing that came to me was that it seems like a permissions problem. If you can figure out the path the data file writing, try a variety of permissions settings for that location, file, user, application…. On this topic, Stackoverflow may help more than this nug. David

RE: 4D v17 R2 Object Library Write Pro Toolbar

2018-10-10 Thread David Ringsmuth via 4D_Tech
The link that says, “Download 4D v17R2” at the bottom of the v17 R2 form (https://us.4d.com/new-4d-v17-r2) does not point to v17 R2. It points to v17. Perhaps that’s why I downloaded the wrong build. I should have looked closer. Thanks Keisuke!! David Ringsmuth From: Keisuke Miyako via

RE: 4D v17 R2 Object Library Write Pro Toolbar

2018-10-10 Thread David Ringsmuth via 4D_Tech
018/10/11 3:48、David Ringsmuth via 4D_Tech <4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>>のメール: We received the update notice and downloaded 4D v17 R2. (build 17.225365) The Write Pro tool bar shown in the video, which is positioned above the WriteProArea, does not appear in the obje

4D v17 R2 Object Library Write Pro Toolbar

2018-10-10 Thread David Ringsmuth via 4D_Tech
We received the update notice and downloaded 4D v17 R2. (build 17.225365) The Write Pro tool bar shown in the video, which is positioned above the WriteProArea, does not appear in the object library. There is a Write Pro Widget that appears to the right of the Write Pro area. Where may we find

4D Write Pro (WP) Area and ST INSERT EXPRESSION

2018-10-09 Thread David Ringsmuth via 4D_Tech
Insert expression and Get expression seem to not be pre-implemented in the 4D v17 Write Pro area. The documentation indicates this should be managed by the developer, along with “Allowed Methods”. I think the UI for this provide access to allowed tables, fields, methods and commands. If you

Storage + New shared object

2018-09-01 Thread David Ringsmuth via 4D_Tech
I’m trying to add an object array to Storage. The documentation says that Objects can be a share storage value. I keep getting the message “Not supported value type in a shared object or shared collection.” In the below code I broke apart the assignments for easiest debugging. ARRAY

RE: Sending Text Messages From 4D

2018-08-22 Thread David Ringsmuth via 4D_Tech
Tim, I’ve integrated https://www.data24-7.com/index.php#pricing into one 4D system. It’s fairly cheap ($12/mo + $0.005 per lookup), and the lookups are stored locally, so they are one-time. David Ringsmuth From: Tim Nevels via 4D_Tech Sent: Wednesday, August 22, 2018 9:04 AM To:

RE: Off - Apple OS Server

2018-08-02 Thread David Ringsmuth via 4D_Tech
I recommend against using godaddy for email, compared with AWS SES. David Ringsmuth From: npdennis via 4D_Tech Sent: Thursday, August 2, 2018 9:48 AM To: Chip Scheide via 4D_Tech Cc: npdennis Subject: Off - Apple OS Server With Apple removing many applications from future OS Servers I’m looking

RE: Off - Apple OS Server

2018-08-02 Thread David Ringsmuth via 4D_Tech
I recommend using AWS SES for email. It costs a very little bit, but it’s fast and effective. Best I’ve found. David Ringsmuth From: npdennis via 4D_Tech Sent: Thursday, August 2, 2018 9:48 AM To: Chip Scheide via 4D_Tech Cc: npdennis Subject: Off - Apple OS Server With Apple removing many

RE: 4DIC - Hiding the authentication username in outgoing emails

2018-07-18 Thread David Ringsmuth via 4D_Tech
David, If you don’t have to do it through that account, you map be able to use AWS SES. David Ringsmuth From: David Rose via 4D_Tech Sent: Wednesday, July 18, 2018 2:47 PM To: 4d_tech@lists.4d.com Cc: David Rose Subject: 4DIC - Hiding the authentication username in outgoing emails I posted a

RE: What do you use to monitor your offsite servers?

2018-07-17 Thread David Ringsmuth via 4D_Tech
Robert, We’ve used IsItUp for many years. David Ringsmuth From: Robert ListMail via 4D_Tech Sent: Tuesday, July 17, 2018 1:10 PM To: 4D iNug Technical Cc: Robert ListMail Subject: Re: What do you use to monitor your offsite servers? I saw that thread and thought I read it thoroughly, wasn’t

RE: What do you use to monitor your offsite servers?

2018-07-16 Thread David Ringsmuth via 4D_Tech
Kirk, Connectwise (ScreenConnect) is the best replacement for LogMeIn. Cheaper, more features. But if you share your account, only 1 user can use it at a time. LogMeIn allowed me to share subsets of computer access without paying more. David Ringsmuth From: Kirk Brooks via 4D_Tech Sent:

RE: Converting pictures on 4D forms (Windows) to get transparency

2018-07-09 Thread David Ringsmuth via 4D_Tech
Bob, I use Paint.net. It’s shareware. I have used it many times to create a transparent background. David Ringsmuth From: Bob Miller via 4D_Tech Sent: Monday, July 9, 2018 10:20 AM To: 4d_tech@lists.4d.com Cc: Bob Miller Subject: Converting pictures on 4D forms (Windows) to get transparency

RE: Where can I find 4D Internet Commands (for v16)?

2018-03-23 Thread David Ringsmuth via 4D_Tech
Bob, They my be in the full installer…. Download from 4d.com David Ringsmuth From: Bob Miller via 4D_Tech Sent: Wednesday, March 21, 2018 3:00 PM To: 4d_tech@lists.4d.com Cc: Bob Miller Subject: Where can I find 4D Internet Commands (for v16)? Hi Jim, I feel a bit silly, but I've just killed

RE: 4D data on the web - what do you use?

2018-03-14 Thread David Ringsmuth via 4D_Tech
We’ve put Wakanda in front of 4D. On front end uses Angular, another uses many widgets and nodeJS running in Wakanda. David Ringsmuth From: Keith Goebel via 4D_Tech Sent: Wednesday, March 14, 2018 3:08 AM To: 4D Tech Mailing List Technical Cc: Keith Goebel Subject: 4D data on the web - what do

RE: MailJet

2018-03-07 Thread David Ringsmuth via 4D_Tech
Pat, That’s why Amazon Web Services, Simple Email Solution works! It’s fast, reliable, and allows sending 50K emails a day, or more if you need. And it’s $0.10/1000 emails. David Ringsmuth From: Pat Bensky via 4D_Tech Sent: Wednesday, March 7, 2018 10:12 AM To: 4D iNug Technical Cc: Pat

PagePro picture

2018-02-09 Thread David Ringsmuth via 4D_Tech
4D v15.4 PagePro 1.4.2 ©2009-2015 Windows 10 Source code I’m trying to add a picture to a PagePro report. Drag-n-drop, Camera tool, neither are working at this moment. Suggestions please! Thanks! David Ringsmuth ** 4D

RE: SMTP error 10113 Error with Authentication

2018-01-24 Thread David Ringsmuth via 4D_Tech
://]about.me/waynestewart <http://about.me/waynestewart> On 11 May 2017 at 05:08, David Ringsmuth via 4D_Tech <4d_tech@lists.4d.com> wrote: > Tim, > > Great suggestion. At first I thought it did. > > The smtp auth password has only lowercase letters and numbers. > >

RE: Connection is broken, cannot receive request reply

2017-11-14 Thread David Ringsmuth via 4D_Tech
Tim, Our current test for the error still going at 3h+, and there is no error. It was the SET DATABASE PAREMETER(14;1) that kept it going without an error. I think the problem is solved! THANKS! David Ringsmuth From: Timothy Penner via 4D_Tech Sent: Tuesday, November 14, 2017 11:18 AM To: 4D

RE: Connection is broken, cannot receive request reply

2017-11-13 Thread David Ringsmuth via 4D_Tech
Lahav, On our client network we do have a managed switch, but on our test network we don’t. The same error happens on both networks. David Ringsmuth From: lists via 4D_Tech Sent: Monday, November 13, 2017 11:48 PM To: David Ringsmuth via 4D_Tech Cc: lists Subject: RE: Connection is broken

Connection is broken, cannot receive request reply

2017-11-13 Thread David Ringsmuth via 4D_Tech
It seems like something is closing the network connection. I searched 4D Tech on gmane, read the docs on keeping the connection open, but after about 15 minutes of idle time, with no user activity, we get this error message (above and below). A network semaphore with a 300 ms timeout is

cannot receive request reply (error)

2017-11-13 Thread David Ringsmuth via 4D_Tech
Timothy Penner, Is this (PDF link below) completely valid today? Has anything changed in 4D that would change this document? http://kb.4d.com/assetid=76200 Thanks! David Ringsmuth ** 4D Internet Users Group (4D iNUG) FAQ:

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

2017-10-24 Thread David Ringsmuth via 4D_Tech
The “Semaphore” function is crashing 4D Remote’s connection to 4D Server. While(Semaphore("MySemaphore";300)) // ←- this line crashes // more coding here  End while 4D Remote v15.4 Built 32bit on OSX 10.9.5 4D Server v15.4 Built 32bit on OSX 10.9.5 8GB Ram Core 2 Duo The Client-Server

Http Request error 17 unimplemented control instruction, or error 1 (fixed)

2017-10-16 Thread David Ringsmuth via 4D_Tech
The 4D documentation has examples that do not include the h t t p s : / / HTTP Request apparently requires the URL to begin with either http or https : // FYI: Microsoft mail makes it a link if I don’t add spaces (above) David Ringsmuth

Http Request error 17 unimplemented control instruction, or error 1 (additional info)

2017-10-16 Thread David Ringsmuth via 4D_Tech
The OK variable is always 1 after any of these execution instances. David Ringsmuth ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options:

Http Request error 17 unimplemented control instruction, or error 1

2017-10-16 Thread David Ringsmuth via 4D_Tech
4D v16.2.214903 32bit Windows 10 64bit HTTP SET OPTION(HTTP_follow_redirect;1) HTTP SET OPTION(HTTP_max_redirect;5) HTTP SET OPTION(HTTP_timeout;15) $url_t is a sub.domain.com:443 address with a path, and a query value. None of the url characters require encoding. When testing the same set of

RE: Min/Max for Date Fields in 4D

2017-10-11 Thread David Ringsmuth via 4D_Tech
Alan, Sort the selection by the Date field, take the first Date, and then goto selected record (table;records in selection(table)), and get that Date. This avoids loading much, except the date field sort. Hth! David Ringsmuth From: Alan Tilson via 4D_Tech Sent: Wednesday, October 11, 2017

RE: NGINX Config

2017-10-03 Thread David Ringsmuth via 4D_Tech
Paul, I can attest to the speed nginx provides in front of 4D! But nginx also increases stability. Nginx will close stale connections, whereas an extremely busy 4D Server may not close stale connections, resulting in eventual crashing with thousands of http processes. David Ringsmuth From:

RE: NGINX Config

2017-09-29 Thread David Ringsmuth via 4D_Tech
Doug, Post this to: https://forum.nginx.org/ David Ringsmuth From: Doug Hall via 4D_Tech Sent: Friday, September 29, 2017 12:28 PM To: 4D iNug Technical Cc: Doug Hall Subject: Re: NGINX Config I am having some problems with my Nginx reverse proxy. I'm running 4Dv15, and Active4D 6.4r3, using

OSX absolute and relative path

2017-08-30 Thread David Ringsmuth via 4D_Tech
OS X  10.12.6 4D is  15.4 Compiled Built app On one OSX when creating a file an attempting to launch it the path does not contain the Macintosh HD, it begins with file:///userName/... On another OSX the exact same command to create the file with path begins with the hard drive name:

windows-8-1-windows-server-2012-r2-update-kb4034681

2017-08-24 Thread David Ringsmuth via 4D_Tech
https://support.microsoft.com/en-us/help/4034681/windows-8-1-windows-server-2012-r2-update-kb4034681 This update on a SurfacePro running Windows 8.1 stopped 4D v15.2 Remote and 4D v15.2 Volume desktop from working. I had to uninstall the update to allow 4D to work again. David Ringsmuth

Keep Alive Connections Number of requests by connection

2017-08-14 Thread David Ringsmuth via 4D_Tech
When running 4D Server behind a proxy server (nginx), does 4D Server consider all of the requests from the proxy server to be from the same connection? The proxy server shows only 1 process ID. With between 500 and 2000 requests per second from the proxy server, what is the recommend setting

PHP Execute

2017-07-14 Thread David Ringsmuth via 4D_Tech
Does PHP Execute work in 4D v15.4 (windows) compiled built app? (please say yes) David Ringsmuth ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options:

RE: Folder separator constant

2017-07-14 Thread David Ringsmuth via 4D_Tech
Tim,  It seems possible to me that there is another option for the “Folder separator” character. On startup the address for this character is populated with the correct value. Thereafter it is retrieved as any other constant. I’m guessing it is determined in runtime, most likely at startup.

RE: Web serving on OS X Server

2017-06-09 Thread David Ringsmuth via 4D_Tech
Lee, I’ve done a lot with nginx, very very little with apache. https://engineering.datica.com/local-web-development-with-nginx-on-el-capitan.html David Ringsmuth From: Lee Hinde via 4D_Tech Sent: Friday, June 9, 2017 1:14 PM To: 4D iNug Tech Cc: Lee Hinde Subject: Web serving on OS X Server

https not working

2017-05-26 Thread David Ringsmuth via 4D_Tech
4D Server v15.4 Windows Server 2016 Active4D We just installed a new cert.pem from QualitySSL. I’ve evaluated the cert.pem with my openSSL tools and verified its good, and the modulus matches the key.pem. 4D Server is showing 443 open, active, but is not responding to any requests. I’ve given

RE: SMTP error 10113 Error with Authentication

2017-05-10 Thread David Ringsmuth via 4D_Tech
Tim, Great suggestion. At first I thought it did. The smtp auth password has only lowercase letters and numbers. It is using SSL (true) SMTP AUTH (true). I had that problem on another system. Special characters broke it. David Ringsmuth From: Timothy Penner via 4D_Tech Sent: Wednesday, May

RE: SMTP error 10113 Error with Authentication

2017-05-10 Thread David Ringsmuth via 4D_Tech
(agendo) Sent: Wednesday, May 10, 2017 12:09 PM To: 4D iNug Technical Cc: davidi...@gmail.com Subject: RE: SMTP error 10113 Error with Authentication Try 4DIC Plugin 15.0 > -Original Message- > From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of David > Ringsmuth via 4D_Te

SMTP error 10113 Error with Authentication

2017-05-10 Thread David Ringsmuth via 4D_Tech
OSX 10.12.3 4D 15.3HF1 4D Server Compiled 4DIC Plugin 15.3 Also tested with: 15.4 (211153) with 4DIC plugin 15.4, Compiled When sending emails through 4D Server at this location fail with SMTP error 10113 Error with authentication. Same application sending email through 4D Remote or 4D Stand

RE: 4D 15.3HF1 OSX 10.12.4 - is 4D v15.4 the best answer.

2017-03-29 Thread David Ringsmuth via 4D_Tech
Tim, Thanks for responding! We went to v15.3HF1 as a stop gap, because 15.2 was crashing on OSX 10.12.4. Why did you not recommend 4D v15.5? In a DOS attack posted here it performed without crashing, whereas 4D v15.4 crashed. David Ringsmuth From: Timothy Penner via 4D_Tech Sent: Wednesday,

4D 15.3HF1 OSX 10.12.4 - is 4D v15.4 the best answer.

2017-03-29 Thread David Ringsmuth via 4D_Tech
We’ve had 2 crashes on 4D Server with the HTTP thread. For us this is a rather higher-volume site. I’ve seen here 4D v15.4 seems to perform well in this area in particular – it survived DOS attack simulation. We are looking for suggestions and insight. Are there issues with 4D v15.4 that

RE: osx open url vs osascript FYI

2017-03-13 Thread David Ringsmuth via 4D_Tech
Bernd, Yes, html was what I first tried. David Ringsmuth From: Bernd Fröhlich via 4D_Tech Sent: Saturday, March 11, 2017 4:57 AM To: 4d_tech@lists.4d.com Cc: Bernd Fröhlich Subject: Re: osx open url vs osascript FYI David Ringsmuth: > I tried many different things to launch a .htm on OSX

RE: osx open url vs osascript FYI

2017-03-10 Thread David Ringsmuth via 4D_Tech
Tim, Good catch! I copied the wrong code example. It should be “open”. (SORRY) > $script_t:="tell application \"Finder\""+$LF > $script_t:=$script_t+"open\""+$Path_Doc_t+"\" as alias"+$LF > $script_t:=$script_t+"end tell"+$LF > LAUNCH EXTERNAL PROCESS("osascript >

osx open url vs osascript FYI

2017-03-09 Thread David Ringsmuth via 4D_Tech
4D v15.2 OSX 10.12+ I tried many different things to launch a .htm on OSX using OPEN URL, and it would not automatically open the document. Included “safari” in the OPEN URL. Used the “*” parameter in OPEN URL. Stripped the volume name. Removed Document Type and Creator, replaced with

  1   2   >