RE: v13 - how to get directory path on server from client

2016-08-17 Thread Randy Engle
4D Folder) * // EOS_Get_4D_Folder C_LONGINT($1) C_TEXT($0) $0:=Get 4D folder($1) * Or use something fancy like Kirk's soloution. ;-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Chip Scheide Sent:

RE: v15.3 and Windows 2016 Server

2017-02-08 Thread Randy Engle
Hi Miyako, Thanks for the info. My client is asking if our system will run on 2016 Server It sounds like, "very likely" in compatible mode. And yes, of course we will upgrade to 15.4 as soon as available. Meanwhile I'll tell my client, er... uhhh... OK. ;-) Randy Engle XC2 So

RE: v15.3 and Windows 2016 Server

2017-02-08 Thread Randy Engle
Zach, Many, many thanks! Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Zach Vogt Sent: Wednesday, February 08, 2017 5:48 PM To: 4d_tech@lists.4d.com Subject: RE: v15.3 and Windows 2016 Server Hi Randy, We're running

RE: v15.3 and Windows 2016 Server

2017-02-09 Thread Randy Engle
Hi Tim, Yes, I saw the post about this. Very timely! Tandy Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Timothy Penner Sent: Thursday, February 09, 2017 9:14 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Subje

RE: Get FileFrom Pasteboard - On Drop Database Method Only?

2016-08-21 Thread Randy Engle
Miyako, Clearly, I was being a bozo. Below solution works just fine. =*-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Keisuke Miyako Sent: Sunday, August 21, 2016 4:39 PM To: 4D iNug Technical <4d_tech@lists.4d.

RE: Things I wish I'd known when I started programming

2016-09-12 Thread Randy Engle
Kirk, Great reminders! Always good to use "Beginner's Mind" ;-) Randy Engle XC2 Software LLC * ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://li

RE: Sending data between 4D servers

2016-09-08 Thread Randy Engle
Guy, Yes, it's old fashioned, but I'm a big fan of using SOAP. Works great across a WAN. Very reliable. Of course the receiving DB needs to be open to Web services. Pack the field into a BLOB or JSON object and send 'em! Unpack on the other side. Randy Engle XC2 Software LLC -Original

RE: Windows 10: Plugin Error, unless Run as Administrator

2016-10-06 Thread Randy Engle
Randy, Thanks. This is what I expected. Will try it out. (will need customer's IT to do this, no doubt) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Randy Jaynes Sent: Thursday, October 06, 2016 10:09 AM To: 4D iNug

Windows 10: Plugin Error, unless Run as Administrator

2016-10-06 Thread Randy Engle
: "I have access to everything"... Anyone seen this, and better yet, know what the configuration is on windows (10) that would cause this and what to do about it? This is 4D 15.2, Compiled/Runtime Many thanks, Randy En

RE: Windows 10: Plugin Error, unless Run as Administrator

2016-10-06 Thread Randy Engle
Chuck, Thanks for the note. Demo folder is at the root of C e.g. C:\Demo_Folder Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Charles Miller Sent: Thursday, October 06, 2016 9:26 AM To: 4D iNug Technical <4d_t

RE: v13 moving to v15

2016-08-24 Thread Randy Engle
Chip, Among others, these are obsolete Need to be replaced C_String C_Integer Array String Array Integer Font Number Enable Button Disable Button GRAPH TABLE Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Chip Scheide

RE: v13 - C/S getting web server started

2016-10-12 Thread Randy Engle
Chip, Is it possible that something else is running that is using Port 80? Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Chip Scheide Sent: Wednesday, October 12, 2016 1:38 PM To: 4D iNug Technical <4d_tech@lists.4d.

RE: How to determine if a SET exists?

2016-10-18 Thread Randy Engle
Kirk, It's not 100% what you are looking for, but I'm pretty sure you can do a "Records in Set" $0:=Records in Set("MySet") If the set does not exist, it will return 0. Of course this is also true if the set exists with zero records in it. ;-) Randy Engle XC2 Softwar

RE: Miyako's Excel Component vs. Pluggers XL Plugin

2016-10-24 Thread Randy Engle
Miyako's plug in is just great for simple projects. I highly recommend it! Rob Laveau's Plugin is when you need to get serious and take control of everything in the spreadsheet. Pluggers XL plugin is all I use now. ;-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech

-50 Error

2016-10-25 Thread Randy Engle
Some of our users are reporting receiving Error # -50. No other info I'm not finding this error code anywhere. Anybody know what this error is about? This happens on Client (Windows 4D v13.6) Randy Engle XC2 Software LLC

RE: -50 Error

2016-10-25 Thread Randy Engle
Hi Tim, Many thanks for the note. The problem is appearing on v13.6 We are trying to upgrade all of our customers to our current version (v15.2), it will just take some time. Thanks Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com

RE: -50 Error

2016-10-25 Thread Randy Engle
Tim, Good thinking on that one! Will give it a try! Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Timothy Penner Sent: Tuesday, October 25, 2016 11:26 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Subject: R

Modify Style Sheets Programmatically?

2016-11-14 Thread Randy Engle
I'm pretty sure this has been asked before, with a negative answer: I've looked again, but can't find anything, Any way to modify a style sheet programmatically, for form objects? (we can do this in 4D Write Style sheets) Thanks Randy Engle XC2 Software LLC

RE: Query editor in v15 - Specified Module Not Found

2016-12-09 Thread Randy Engle
Miyako, Many, many thanks for this! However, Upon starting my DB, I get: "The specified module could not be found" Got any ideas about this? Thanks Randy Engle XC2 Software LLC ** 4D Internet Users Group (4D

RE: Zipping a datafile - wow

2016-12-11 Thread Randy Engle
Good Morning Kirk, Glad to see you're not slacking off. ;-) I typically see a zipped data file to be about 10% of the unzipped file (Assuming no pictures, etc) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk Brooks

RE: SETS from Server to Client

2017-01-09 Thread Randy Engle
Much better than "way cool" Reduced the size of the blob I was getting from server by 90%! (4121 octets to 409) !!! Thanks! Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Keisuke Miyako Sent: Monday, Januar

SETS from Server to Client

2017-01-09 Thread Randy Engle
uot;;"DOCNAME") Seems like a lot of work, just to get a SET Any ideas for something easier. No doubt it's really simple... I've just forgotten how. i.e. how to pass the blob with the set, without having to SAVE/LO

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Kirk, Spoken like a true artist! Yep... that's what I figured. Thanks! ;-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk Brooks Sent: Sunday, December 04, 2016 10:21 AM To: 4D iNug Technical <4d_tech@li

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Tim, Thanks for the input. Appreciated! Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Tim Nevels Sent: Sunday, December 04, 2016 4:19 PM To: 4d_tech@lists.4d.com Subject: RE: EXECUTE ON SERVER Attribute

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Hi Neil, Thanks for the note. In some cases, I need to Query on the same table as the current record to find something. Don't want to change the current record, or current selection.. ;-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Kirk, Cool. Thanks, Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk Brooks Sent: Sunday, December 04, 2016 2:34 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Subject: Re: EXECUTE ON SERVER Att

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-05 Thread Randy Engle
Cannon, Many thanks for sending this. Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Cannon Smith Sent: Monday, December 05, 2016 6:08 AM To: 4D iNUG Technical <4d_tech@lists.4d.com> Subject: Re: EXECUTE ON

4DWritePro - Tab Positions - Set Programmatically

2016-12-18 Thread Randy Engle
doubt need to think of this an entirely new way, but that is eluding me at the moment) Any shoves in the right direction would be graciously appreciated. Randy Engle XC2 Software LLC ** 4D Internet Users Group (4D iNUG) FAQ: http://list

RE: Question about storing data outside of datafile

2017-02-15 Thread Randy Engle via 4D_Tech
Hi Chuck, Yes, we let 4D decide where to place the files. Yes, we include this folder in the backup. The detriment came if we need to do a manual copy of the folder holding the blobs. Mucho Tiempo! Randy Engle XC2 Software LLC Did you let 4D decide where to place these files or did you

RE: Question about storing data outside of datafile

2017-02-15 Thread Randy Engle via 4D_Tech
Might work differently on Mac Also, we previously stored all BLOBs in a separate related table, so we were sure they weren't loaded until specifically requested programmatically. However, this was quite awhile back, but we just never changed it. Randy Engle XC2 Software LLC I haven't used the 'sto

RE: ALP Formatting at cell level

2017-02-28 Thread Randy Engle via 4D_Tech
Hi Phil, I seem to recall that ALP 10 requires 4D v16. Is this the case? Thanks Randy Engle XC2 Software LLC ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com

RE: Entry Field questions

2017-03-21 Thread Randy Engle via 4D_Tech
RGB COLORS($object_Ptr->;$foregroundColor;$backgroundColor) : (Form event=On Losing Focus) $foregroundColor:=00x` Black $backgroundColor:=00x00FF` White OBJECT SET RGB COLORS($object_Ptr->;$foregroundColor;$backgroundColor) End case Randy Engle XC2 Software LLC -Original M

DDOS Attack simulator

2017-03-24 Thread Randy Engle via 4D_Tech
sure if this will affect things positively or otherwise. 4. Any and all information regarding the above will be accepted with much gratitude! Many thanks, Randy Engle XC2 Software LLC ** 4D Internet Users Group (4

RE: DDOS Attack simulator

2017-03-24 Thread Randy Engle via 4D_Tech
Neil, I can probably operate on the basis that my customer will want to test this without a firewall... I just need to be prepared for everything. ;-O Randy Engle XC2 Software LLC > Any and all information regarding the above will be accepted with much > gratitude! I thought most fi

RE: DDOS Attack simulator

2017-03-24 Thread Randy Engle via 4D_Tech
nt systems for an hour. Lobweb.txt file is growing... status of all calls are "200" I need to know how to "break" it, so I can prevent it. Any more input on this? Thanks Randy Engle XC2 Software LLC ** 4D

RE: DDOS Attack simulator

2017-03-24 Thread Randy Engle via 4D_Tech
Hi Tim, RE: Didn’t v15R5 also cure the crashing during those scans?" Thanks for chiming in. I'm not finding any reference to crashing during scans in the v15R5 release notes/bug fixes. Did I miss something? Randy Engle XC2 Softwar

4D v15r5 vs 16

2017-03-24 Thread Randy Engle via 4D_Tech
OK... so I'm a little dense with understanding the "R" releases yet. Does v16 have goodies that 15 R5 doesn't? - vice versa Is v16 ready for prime time? v15 R5 ready for prime time? Randy Engle XC2 Software LLC ***

RE: 4D v15r5 vs 16

2017-03-24 Thread Randy Engle via 4D_Tech
Yes, thanks, I'll need to read this ... "again" 3rd time's a charm. ;-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Timothy Penner via 4D_Tech Sent: Friday, March 24, 2017 10:25 AM To: 4D iNug Technica

RE: DDOS Attack simulator

2017-03-24 Thread Randy Engle via 4D_Tech
Tim, Most appreciated! Randy Engle XC2 Software LLC -Original Message- From: Timothy Penner [mailto:tpen...@4d.com] Sent: Friday, March 24, 2017 11:03 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Randy Engle <4d.l...@xc2.us> Subject: RE: DDOS Attack simulator &g

RE: 4D v15r5 vs 16

2017-03-24 Thread Randy Engle via 4D_Tech
Scott, Thanks for the info. I'm using 15.4 currently. Seems I had some prob. With 15 r5 also. Just don't remember what it was. Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Scott Staley via 4D_Tech Sent: Friday

RE: DDOS Attack simulator - Some Results

2017-03-24 Thread Randy Engle via 4D_Tech
's nothing to trap for. 4D does put them in the logweb.txt file though. I appreciate all of your previous and future input. Randy Engle XC2 Software LLC ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.ht

RE: DDOS Attack simulator - Some Results

2017-03-25 Thread Randy Engle via 4D_Tech
Tim, Very helpful. Many thanks! Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Timothy Penner via 4D_Tech Sent: Friday, March 24, 2017 7:46 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Timothy Penner

4D Server - Not letting go of users

2017-03-16 Thread Randy Engle via 4D_Tech
Server 2012 4D Server 15.3 (Maybe 15.4 fixes this, I haven't checked.) Anybody else experience this? Thanks Randy Engle XC2 Software LLC ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive

RE: 4D Server - Not letting go of users

2017-03-16 Thread Randy Engle via 4D_Tech
Hi Lahav, Thanks for the note. I'm pretty sure we are using the legacy network layer But I'll check. Thanks Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of lists via 4D_Tech Sent: Thursday, March 16, 2017 12:30 PM

RE: 4D Server - Not letting go of users

2017-03-16 Thread Randy Engle via 4D_Tech
Bob, Yes! This is what I'm referring to. How come, why for? What can we do? Anybody got an idea? Thanks Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of bob.miller--- via 4D_Tech Sent: Thursday, March 16, 2017 12:05

RE: Larry Sharpe

2017-03-15 Thread Randy Engle via 4D_Tech
Lee, Thanks for passing this along. He will be missed. I'm very glad that I got the opportunity to work with him on some projects and get to know him. Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Lee Hinde via

RE: 4D SQL Implementation

2017-04-17 Thread Randy Engle via 4D_Tech
to not let them have ODBC access in the first place. We have our system set to not allow INSERTS and UPDATES, but DROP TABLE still works if they have ODBC access. Any hot tips to prevent this? I'm a SQL newbie, so maybe I'm missing something obvious. Thanks Randy Engle XC2 Software LLC -Original

RE: 4D 15.4 HF1 (windows) - crashes when run as service

2017-03-07 Thread Randy Engle via 4D_Tech
Hi Tim, Thanks for the detailed info. Appreciated. Will try all of the above. The only plugins that were changed were 4D plugins (Write/Internet/ODBC/Pack) But I'll test everything. Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com

4D Client/Remote as Web Server

2017-08-11 Thread Randy Engle via 4D_Tech
the machine goes down and restarts? We know that are a few 3rd party solutions for setting up an application as a service, e.g. "AlwaysUp" Like to hear what other alternatives any of you have implemented to make sure 4DRemote as Web server is always operational. Many thanks! Randy

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Randy Engle via 4D_Tech
e pictures into the resources folder and then finding all references to them. Arrrgghhh!  Randy Engle, Director XC2 Software LLC – XC2LIVE! mailto: randy.en...@xc2software.com PH: 800.761.4999 – 415.456.9200 -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of

RE: 4D Client/Remote as Web Server

2017-08-12 Thread Randy Engle via 4D_Tech
Hi Justin, Many thanks! Good innovative ideas! Randy Engle XC2 Software LLC – XC2LIVE! -Original Message- From: Justin Will [mailto:jw...@willwerks.com] Sent: Friday, August 11, 2017 7:43 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Randy Engle <4d.l...@xc2.us> Sub

Get Info from a 4D Client - aka Interclient communication

2017-08-13 Thread Randy Engle via 4D_Tech
l solution for this. Love to hear about it. Thanks! Randy Engle XC2 Software LLC – XC2LIVE! PS: ANNOUNCEMENT!!! SUMMIT VINOFEST!!! I'm not one to wait until the last minute, so At next year's 4D Summit (April 2018) Yet one more time, there will be the Summit "Vinofest" I've booked a suite, s

RE: Get Info from a 4D Client - aka Interclient communication

2017-08-13 Thread Randy Engle via 4D_Tech
John, Thanks for the tip. Will consider! Randy Engle, Director XC2 Software LLC – XC2LIVE! Maybe just SET PROCESS VARIABLE(-1;<>webServerInfoObject) to put the information on the server. Then a process on the server can monitor it or you can use a different client to read it usi

RE: Get Info from a 4D Client - aka Interclient communication

2017-08-14 Thread Randy Engle via 4D_Tech
Hi Kirk, Cool. Thanks. This gave me some good ideas! Randy Engle XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk Brooks via 4D_Tech Sent: Monday, August 14, 2017 8:24 AM To: 4D iNug Technical <4d_tech@lists.4d.

User environment "List of Tables" Stuck - Arrrgghhh!!!

2017-07-13 Thread Randy Engle via 4D_Tech
v15r5 - Windows - been using this for a few months, no problem) Chanted Krishna, did the hokey-pokey, etc. Currently re-installing. WTF ??? Any ideas, voodoo? Thanks Randy Engle XC2 Software LLC – XC2LIVE! ** 4D Internet Us

RE: User environment "List of Tables" Stuck - TeamViewer - Yech!

2017-07-13 Thread Randy Engle via 4D_Tech
I seem to have found the culprit!: TeamViewer A client wanted me to use this to access his system remotely. I was previously considering buying TeamViewer for our support (over Webex). What a giant PITB! Randy Engle XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto

RE: R3 Windows 32bit server?

2017-07-09 Thread Randy Engle via 4D_Tech
The question posed to me when I asked was: "Why do you want a 32bit server? 64bit is far superior" There's not many, but there's a few 32bit servers out there...  Randy Engle XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@li

RE: R3 Windows 32bit server?

2017-07-08 Thread Randy Engle via 4D_Tech
John, http://download.4d.com/Products/Current/4D_16R3/installers/4D_Server_v16_R3_Windows_32-bit.exe Randy Engle XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of John Baughman via 4D_Tech Sent: Saturday, July 8, 2017 12:42

RE: 4D Database Server Hardware recommendation

2017-07-12 Thread Randy Engle via 4D_Tech
Brad, We are recommending Dell XEON E5-26xx servers Powerful enough for most applications 16GB RAM SSD Drive is always great, especially PCIe. E.g. Samsung 960 Pro Randy Engle XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf

RE: User environment "List of Tables" Stuck - TeamViewer - Yech!

2017-07-14 Thread Randy Engle via 4D_Tech
Tim, Cool. Thanks! Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Timothy Penner via 4D_Tech Sent: Friday, July 14, 2017 1:38 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Timothy Penner

RE: Experience with FTSY Sync Code//Speed up Sync Code

2017-04-25 Thread Randy Engle via 4D_Tech
Douglas, Synching is a wonderful thing. Most users think it's a magic bullet. ;-) Yes, it does have some "considerations" Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Douglas von Roeder via 4D_Tech Sen

RE: Experience with FTSY Sync Code//Speed up Sync Code

2017-04-25 Thread Randy Engle via 4D_Tech
fast enough for our purposes. 5-10+ records per second, depending upon record size and network. Just gotta make sure the client "syncs" often. Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Douglas von Roeder v

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Randy Engle via 4D_Tech
Frijoles Frio! Thanks Randy Engle, Director XC2 Software LLC – XC2LIVE! mailto: randy.en...@xc2software.com PH: 800.761.4999 – 415.456.9200 -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Keith Culotta via 4D_Tech Sent: Wednesday, August 9, 2017

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Randy Engle via 4D_Tech
I really appreciate how so many of you chimed in so quickly on this topic! Many, many thanks to all! Randy Engle ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com

RE: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-20 Thread Randy Engle via 4D_Tech
Thanks to Miyako and Jeff for chiming in. Found a misnamed variable. We preventing any compilation task. Disaster averted. Whew! Randy Engle, Director XC2 Software LLC – XC2LIVE! ** 4D Internet Users Group (4D iNUG) FAQ

RE: Unable to Compile - Crash - looking for ideas

2017-08-20 Thread Randy Engle via 4D_Tech
Hi Miyako Thanks for the tip Will try! Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Keisuke Miyako via 4D_Tech Sent: Sunday, August 20, 2017 5:36 PM To: 4D iNug Technical <4d_tech@lists.4d.com&

Unable to Compile - Crash - looking for ideas

2017-08-20 Thread Randy Engle via 4D_Tech
that the compiler really doesn't like. Runs fine uncompiled. At least all that I've tested. Windows 10, 4D v15r5 Any great ideas about how to find this elusive error? Randy Engle, Director XC2 Software LLC – XC2LIVE! ** 4D Internet Users

RE: Unable to Compile - Crash - looking for ideas

2017-08-20 Thread Randy Engle via 4D_Tech
Jeff, Thanks, will try! Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jeffrey Kain via 4D_Tech Sent: Sunday, August 20, 2017 5:23 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Jeffre

RE: Win32API - sys_LogonUser vs 4D Single-Sign on

2017-05-09 Thread Randy Engle via 4D_Tech
We have a few customers using Win32API sys_logonuser with seeming success. Anyone have good brief description of what might be in 4D's single-sign on that is different/better, more functions, etc. Thanks Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech

Understanding 4D Server - Processes Tab - Web Process

2017-06-12 Thread Randy Engle via 4D_Tech
s of these seems not if they are not in use. Gracious Thanks to all! Randy Engle XC2 Software LLC – XC2LIVE! ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archive

v15.4 to v15r5 gotcha - WP Area

2017-05-18 Thread Randy Engle via 4D_Tech
ouble Quotes in order for all to be recognized. $span:=""+$text+"" Maybe this can help somebody save some time and headeache. Randy Engle XC2 Software LLC ** 4D Internet Users Group (4D iNUG) FAQ: http://list

RE: Write.4dbase Component ???

2017-05-26 Thread Randy Engle via 4D_Tech
Miyako, Much appreciated! Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Keisuke Miyako via 4D_Tech Sent: Friday, May 26, 2017 12:08 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Keisuke Miyako <ke

Write.4dbase Component ???

2017-05-25 Thread Randy Engle via 4D_Tech
on it? There's no name in the code as to who wrote it. Randy Engle XC2 Software LLC ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists

What prevents Web Server from Starting?

2017-05-19 Thread Randy Engle via 4D_Tech
fine, any port. Go back to the foobar one, no workie. Whiskey Tango Foxtrot!!! Checked the dosage on my meds, just to make sure... ;-) What would prevent the web server from starting? Randy Engle XC2 Software LLC ** 4D

RE: What prevents Web Server from Starting?

2017-05-19 Thread Randy Engle via 4D_Tech
As per usual, I was being a meatball. Figured it out egg on my face. ;-) Randy Engle XC2 Software LLC *** ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive

RE: What prevents Web Server from Starting?

2017-05-19 Thread Randy Engle via 4D_Tech
Just to make things interesting: I tried this: OK:=0 WEB START SERVER ` OK = 1 !!! But doesn't actually seem to be running. Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Randy Engle via 4D_Tech Sent: Friday, May 19

v16x centipedes, trilobites and various other arthropods

2017-09-13 Thread Randy Engle via 4D_Tech
around this, but I'm concerned where else it may rear its head. Many thanks Randy Engle, Director XC2 Software LLC – XC2LIVE! ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.

RE: read from a MS SQL server with 4D

2017-09-13 Thread Randy Engle via 4D_Tech
Ferdinando, W3 Schools is a good source of examples: https://www.w3schools.com/sql/ Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of stardata.info via 4D_Tech Sent: Wednesday, September 13, 2017 5:28

RE: v16x centipedes, trilobites and various other arthropods

2017-09-13 Thread Randy Engle via 4D_Tech
I'm using ALP v10.0b10 beta So, working fine in 16.2 and 16r4 Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jeffrey Kain via 4D_Tech Sent: Wednesday, September 13, 2017 9:56 AM To: 4D iNug Technical

RE: v16x centipedes, trilobites and various other arthropods

2017-09-13 Thread Randy Engle via 4D_Tech
Kirk, Thanks. Yes. I'm only running in 32bit (for now)  In v16.2 and 16r4, ALP clicks and events work as advertised (32bit) Just not in 16.1 Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk

RE: Connect to MS Sql database

2017-10-13 Thread Randy Engle via 4D_Tech
You have two options that I know of. 1. ODBC 2. ADO plugin from Rob Laveaux/Pluggers You will, of course, need to write some SQL code and dump any data results into arrays. Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech

RE: Image Export to Excel

2017-08-30 Thread Randy Engle via 4D_Tech
Dougie I agree. XL from pluggers is not free, but it "is" the industrial grade plugin for EXCEL. Take control, get the job done. Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Douglas von

RE: Love 4D's math interpretation...

2017-09-28 Thread Randy Engle via 4D_Tech
As a very young lad, probably my 5th grade math class, "Always put group arguments in parentheses" Whether it's a bug or not in 4D... there's other things to spend time on...  Randy Engle, Director XC2 Software LLC

RE: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-21 Thread Randy Engle via 4D_Tech
line, the "1" at the end of the variable was a mistake. So this faux variable was not typed at all. Syntax Check, Generate Typing, Compiler didn't trap the error. 4D just quit. Took me about 3 hours of sleuthing... Compile often!!!  Randy Engle, Director XC2 Software LLC – XC2LIVE!

RE: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-21 Thread Randy Engle via 4D_Tech
Hi Randy, Yes, from here on, I've changed the "typing" to "All Variables are typed" Thanks! Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Randy Jaynes via 4D_Tech Sent: Monda

RE: 4D Client/Remote as Web Server - One more item

2017-08-21 Thread Randy Engle via 4D_Tech
gets updated regularly. All input graciously welcome! Randy Engle, Director XC2 Software LLC – XC2LIVE! ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Option

RE: 4D Client as Web Server - How to monitor

2017-10-04 Thread Randy Engle via 4D_Tech
from server 4. Do an HTTP Get on the Web Server Client NOTE: OK if the web server is running If web server not running, there is a long delay before HTTP get returns with the status code. So, not an option Any other ideas from the 4D Brainiacs? Gracio

RE: 4D Client as Web Server - How to monitor

2017-10-04 Thread Randy Engle via 4D_Tech
Hi John, Thanks for info. Yes, something like this seems the best approach Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of John Baughman via 4D_Tech Sent: Wednesday, October 4, 2017 3:28 PM To: 4D

Port 80 Security Scanning - e.g. Qualys

2017-12-04 Thread Randy Engle via 4D_Tech
for someone who is quite proficient at setting up a solution using the above (preferably NGINIX ?, if this will do the trick), to handle whatever a scan from Qualys can throw at it. If you are that person, or know someone who is, please contact me off-line. Much ap

RE: Microsoft Outlook Integration

2017-12-15 Thread Randy Engle via 4D_Tech
Tim, I'm pretty sure that Armin Deeg can help you out here. http://node.de/indexplug.htm Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Tim Nevels via 4D_Tech Sent: Friday, December 15, 2017 12:51

RE: AreaList Pro version 10 - The new breakthrough in 4D user interface

2017-12-13 Thread Randy Engle via 4D_Tech
Phil, Congrats on getting this out! Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Philippe Ganter via 4D_Tech Sent: Wednesday, December 13, 2017 6:39 AM To: 4D iNug Technical <4d_tech@lists.4D.

RE: Macros - how to insert "<>"

2017-12-13 Thread Randy Engle via 4D_Tech
Chip Randy Engle, Director XC2 Software LLC – XC2LIVE! mailto: randy.en...@xc2software.com PH: 800.761.4999 – 415.456.9200 Internet – Hosted – In the Cloud: On-line Backflow Test Entry! XC2Live! - Backflow Program Management Operational Now! – Call for additional information

Unable to Unregister/Register Service

2017-11-20 Thread Randy Engle via 4D_Tech
I’ve seen this before, but don’t remember what we did. Any ideas? Thanks Randy Engle ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists

RE: Unable to Unregister/Register Service

2017-11-20 Thread Randy Engle via 4D_Tech
Add, Thanks for the info. Will try. Randy Engle, Director XC2 Software LLC – XC2LIVE! mailto: randy.en...@xc2software.com PH: 800.761.4999 – 415.456.9200 Internet – Hosted – In the Cloud: On-line Backflow Test Entry! XC2Live! - Backflow Program Management Operational Now! – Call

RE: Need Plugin Replacement - Miyako's HTML Converter - Windows 10

2017-10-24 Thread Randy Engle via 4D_Tech
quot; app is wkhtmltox_4d.exe Is this app needed for anything specific? Or is it needed for all aspects of this plugin? Many thanks Randy Engle, Director XC2 Software LLC – XC2LIVE! ** 4D Internet Users Group (4D iNUG) FAQ: h

RE: Need Plugin Replacement - Miyako's HTML Converter - Windows 10

2017-10-24 Thread Randy Engle via 4D_Tech
Miyako, Many, Many Thanks! I was hoping there was an updated version, but I just didn't seem to be able to find it. Thanks! Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Keisuke Miyako via

Need Plugin Replacement - Miyako's HTML Converter - Windows 10

2017-10-24 Thread Randy Engle via 4D_Tech
currently using it. Miyako? Are you out there? Any other ideas/solutions? Yes, I could write something else, but a quicky replacement would be just great. Many thanks Randy Engle, Director XC2 Software LLC – XC2LIVE! ** 4

RE: Options To Put Data Into Existing Excel Spreadsheets?

2018-05-08 Thread Randy Engle via 4D_Tech
Another "plug" for Pluggers XCEL plugin. We use it exclusively. Full control of the spreadsheet. Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Douglas Cryer via 4D_Tech Sent: Tuesday, May

RE: Web App on iPhone - Returns gobblydygook

2018-05-16 Thread Randy Engle via 4D_Tech
Hi Kirk, Thanks for the info Will check it out. Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Kirk Brooks via 4D_Tech Sent: Wednesday, May 16, 2018 10:53 AM To: 4D iNug Technical <4d_tech@lists.4

Web App on iPhone - Returns gobblydygook

2018-05-16 Thread Randy Engle via 4D_Tech
a bunch of characters. Works fine on my iPhone. Here’s a screen shot of this: http://www.xc2software.com/bugz/iPhone_gobbldygook.jpg Has anyone seen this behavior? Got any ideas? Gracious thanks! Randy Engle, Director XC2 Software LLC – XC2LIVE

  1   2   >