Re: v13 - what is happening here, extra Quotation mark

2016-09-21 Thread Spencer Hinsdale
yes, I think this needs to be "\\" > On Sep 21, 2016, at 9:16 AM, Tai Bui wrote: > > Hi, > > Off the top of my head, is the \ character possibly acting as an escape > character? > > Best Regards, > -Tai B. > ** > 4D Interne

Re: 4D v15 & Mac OS Sierra

2016-09-21 Thread Spencer Hinsdale
maybe you just upgraded and it's doing that spotlight thing > On Sep 21, 2016, at 2:44 PM, Tom Dillon wrote: > > 4D v15.2 & Mac OS Sierra > > Is anyone else using Sierra yet and are they experiencing spinning > psychedelic pizza of death delays in the form editor? ***

Re: How to resize PNG images for button icons

2016-10-12 Thread Spencer Hinsdale
Hi Kirk, You can scale the image used in a 3-D Button by using a Variable and Transform Picture. This works well and works for Retina. We used Picture Buttons previously and also with a Variable in order to support background, mask, and multi-state. 3-D Buttons handle these automatically and

Re: HTTP Request not working on macOS Sierra (4D 13.5)

2016-10-17 Thread Spencer Hinsdale
Hi Peter, I think there is a bug in 13.5, fixed in 13.6, that HTTP Authenticate only sends 38 characters of password... > On Oct 17, 2016, at 11:27 AM, Peter-Christian Miest wrote: > > Can anybody confirm that the command HTTP Request works correctly on macOS > Sierra 10.12 with 4D 13.5? > I

Re: European number format

2016-10-20 Thread Spencer Hinsdale
I'm not following your test exactly, but maybe it needs the Compatibility setting that reads something like, "use both comma period as valid decimal separators" > On Oct 20, 2016, at 9:17 AM, Pat Bensky wrote: > > ​What am I doing wrong? > ***

Re: European number format

2016-10-20 Thread Spencer Hinsdale
yes, it's on line eight, "use period and comma as placeholders in numeric formats" > On Oct 20, 2016, at 10:24 AM, Pat Bensky wrote: > > Spencer - I can't find that setting Where is it? It isn't in > Database Settings->Compatibility. > Thanks >

Re: Need help setting up oAuth with cURL

2016-10-26 Thread Spencer Hinsdale
Hi Miyako, I recently tried replacing OAuth.bundle (10/10/14) with cURL.bundle (9/30/16) and ran into a problem with Error 60: Peer certificate cannot be authenticated with known CA certificates. I found that I could work around the problem by setting CURLOPT_SSL_VERIFYPEER to zero, which didn

Re: Need help setting up oAuth with cURL

2016-10-28 Thread Spencer Hinsdale
Thanks! I will have a look. I now remember needing to add cert separately for curl.exe, prior to OAuth plugin (non-blocking!). Thanks again. > On Oct 28, 2016, at 12:03 AM, Keisuke Miyako wrote: > > please study the method "HTTPS_DEBUG" provided with the plugin's sample > database. > > C_

Re: Survey on 4D’s strategy for implementing Preemptive Processing / worker processes

2016-11-01 Thread Spencer Hinsdale
Hi Tony, I love your preemptive enthusiasm! But I also want you to update to watchOS 3 so you have the Breath App at hand. IMO 4D has always, always done a terrific job of migrating us, be it to unicode, or out of subtables, or to that new OS. Do you remember Windows NT? Microsoft totally ab

Re: Internet Commands plugin not working with Server v15.5

2016-11-08 Thread Spencer Hinsdale
Check the location of the plugin. If you right-click on Server and Show Package Contents, in Contents there is a Plugin folder... > On Nov 8, 2016, at 2:56 AM, tec...@mac.com wrote: > > Hoping …. > > …. to elicit a clue on what might be the problem. > > Anyone else ever experience a persi

Re: Internet Commands plugin not working with Server v15.5

2016-11-08 Thread Spencer Hinsdale
ever had to do that previously. > > From my reading of the plugin installation documentation the plugins folder > simply has to be alongside the Server app - or alongside the database > structure ... > > Regards > > David Hudson > > >> On 8 Nov 2016, at 12:16, Spe

Re: Damaged database

2016-11-10 Thread Spencer Hinsdale
This Alert appears when the Data File has been Converted to v15. > On Nov 10, 2016, at 7:11 AM, stardata.info wrote: > > Hi All, > > In one my customer that use one application developed in 4D V13.2 from two > months, i have two or tre time a message for damage database. > " The database is

Re: HTTPS failure to POST - Server Unreachable error

2016-11-16 Thread Spencer Hinsdale
can you connect from a browser? unreachable suggests the web server is not running on port 443. do you control the web server, and is it 4D? > On Nov 16, 2016, at 9:43 AM, Donald Koffman wrote: > > I have successfully used the HTTP Request command to POST to a url ($url). > The command is

Re: v15.3 seems to be crashing on MACOS 10.12.1 & the new MBP

2016-11-17 Thread Spencer Hinsdale
release notes indicate a known problem with macos build 16B257 but not with build 16B2555 go to about this mac and click on the 10.12.1 and it will reveal build. inquiring minds wanna know, which do you have? if you are a developer, you can get beta 10.12.2 which per release notes fixes the 1

Re: v15.3 seems to be crashing on MACOS 10.12.1 & the new MBP

2016-11-17 Thread Spencer Hinsdale
if you're bored, try v16 beta or 15R5. i think these avoid some problems by being carbon free. i would be curious to know if they work with the bad build. i have been running 15.3 with the good build and it's awesome. just saying. :) > On Nov 17, 2016, at 11:51 AM, Kirk Brooks wrote: > > I

Re: v12 & v13 screwup, converted accidentally

2016-11-23 Thread Spencer Hinsdale
you might try a Compact. try going into v12 MSC, then changing the structure to v13’d, then Compact it. this may create a new structure with v12 markings. or it may fail horribly. if it works even some you might be able to copy from v12 resurrected to v12 restored. > On Nov 23, 2016, at 1:0

Re: About using the same data file in two different structures...

2016-12-03 Thread Spencer Hinsdale
Do either matter? I kinda think MyStructure.Match is the map of table UUIDs. My guess is that if you have two identical structures and add a new table to each they will have different uuid's and therefore DATA added in one would not transport to the other despite having the same new table numb

Re: Most Current Cipher List for 4D

2016-12-05 Thread Spencer Hinsdale
I think there is a cipher list option with Get Database Parameter. And I think 4D uses OpenSSL and that 15.3 (not R that you are running) updates this (to 1.0.x "J" or some such). Sorry to be vague and unable to lookup right now but maybe this give a few ideas of where to start... > On Dec 5

Re: Most Current Cipher List for 4D and questions regarding OpenSSL versions being used

2016-12-05 Thread Spencer Hinsdale
it is the timing - 15.3 is from 11/17/16 - OpenSSL is from 9/26/16 - R5 is from 9/14/16 > On Dec 5, 2016, at 4:10 PM, Michael McCall wrote: > > Thanks Tai, > > I took your suggestion and checked the version of the ssleay32.dll which came > with v15 r5 and it only uses 1.0.1p. According to th

Re: 4D Server v15.2 OSX 10.12.1

2016-12-19 Thread Spencer Hinsdale
Hi David, See if you have publickey.pem in the same location and move or rename: http://kb.4d.com/assetid=77137 > On Dec 18, 2016, at 9:36 PM, > wrote: > > I just upgraded a client to 4D v15.2 and OSX 10.12.1 > > The cert and key .pem were working just fine in 13.5. > > Now on startup when

Re: Sorting chemical formulas

2016-12-20 Thread Spencer Hinsdale
I'm not clear on the rules but it seems like you could build one sort field in the proper order, so: AbCdEf AbCgEf AhCgEf use sort field entries: ACEbdf ACEbgf ACEhgf Does this make sense? > On Dec 20, 2016, at 4:40 PM, Pat Bensky wrote: > > Here's an interesting challenge for those off yo

Re: [ANN] XMAS SALE 4D pdf and outlook Plugin, 4D PDF Printer Plugin update 5.2.0

2016-12-21 Thread Spencer Hinsdale
Hi All, I would like to offer an unsolicited recommendation for this product. It pains me sometimes to read here about others' failing or flailing with free-pdf-whatever. This plugin is great for emailing pdfs and works with Outlook. It also super easy to do cool things like: - combine pdfs

Re: SQL statement failing on Windows 4D Volume Desktop, other things discovered

2016-12-30 Thread Spencer Hinsdale
Are you using port forwarding? There is a possible problem with Client reaching SQL Server if the port is being changed. > On Dec 30, 2016, at 9:57 AM, Paul Ringsmuth wrote: > > Environment: > 4D 15.3HF1 for Mac and Windows > macOS Sierra 10.12.2 > Windows 7 in VMWare > Either running interpr

Re: 4D UI code questions and observations

2017-01-09 Thread Spencer Hinsdale
Hi Arnaud, What is 4dbb? thanks, Spencer > On Jan 9, 2017, at 1:07 AM, Arnaud de Montard wrote: > > >> Le 9 janv. 2017 à 00:38, David Adams a écrit : >> >> [...] >> * Reading 4D code on the NUG is pretty hard to do. > > I do like inug, but really, from that point of view, 4dbb is another

Re: 4D UI code questions and observations

2017-01-09 Thread Spencer Hinsdale
thank you! > On Jan 9, 2017, at 4:54 AM, Arnaud de Montard wrote: > > >> Le 9 janv. 2017 à 13:26, Spencer Hinsdale a écrit : >> >> Hi Arnaud, >> >> What is 4dbb? > > Hi Spencer, > 4dbb stands for "4d bulletin board", the "of

Re: How to halt execution, to avoid Quit 4D

2017-01-10 Thread Spencer Hinsdale
Yes this is the problem. One way to switch is to start 4d and instead of using a shortcut on the splash screen or a choice in recent menu, go File, Open, Local Database. On the Open dialog you can choose Compiled/Interpreted and Current/Other/New Data File. > On Jan 10, 2017, at 3:46 PM, Dou

Re: 4D Volume desktop v15/v16 in write protected folder

2017-01-11 Thread Spencer Hinsdale
The v15 R4 Upgrade docs show features to store the Data File Path in User Prefs, etc... ftp://ftp-public.4d.fr/Documents/Products_Documentation/LastVersions/Line_15R4/VIntl/4D_Upgrade_v15_R4.pdf

Re: 4D Volume desktop v15/v16 in write protected folder

2017-01-11 Thread Spencer Hinsdale
t; > Hi, > > I think the question is not only data file but structure as well. > > Problems: > Storage of lists > Logs > Preferences > > Regards, > > Wayne > > > Wayne Stewart > about.me/waynestewart > > > > > On 12 January 2017

Re: How to halt execution, to avoid Quit 4D

2017-01-17 Thread Spencer Hinsdale
licensing? > On Jan 17, 2017, at 12:24 PM, Lee Hinde wrote: > > Is there any other reason the debugger would be blocked from coming up? Now > I'm having the problem with an old v13 database. I know it's an > interpreted database (no compiled choice in the open dialog). > *

Re: Live "On Column Resize" event

2017-02-08 Thread Spencer Hinsdale
can you filter for mouse down? > On Feb 8, 2017, at 12:04 PM, Tilman Haerdle > wrote: > > With 4D v16.0 the event "On Column Resize" fires live during resize of > listbox columns. > > This has severe effects on methods who do stuff after resizing a column. If > the method takes to long irt

Re: v15.3 and Windows 2016 Server

2017-02-09 Thread Spencer Hinsdale
Dude, there it is. How did you do that? > On Feb 8, 2017, at 4:50 PM, Randy Engle <4d.l...@xc2.us> wrote: > > And yes, of course we will upgrade to 15.4 as soon as available. > ** 4D Internet Users Group (4D iNUG) FAQ: http:

Re: Live "On Column Resize" event

2017-02-09 Thread Spencer Hinsdale
+1 As OP mentioned this feature is much nicer with multiple list boxes you'd like to keep in sync > On Feb 9, 2017, at 10:29 AM, Cannon Smith > wrote: > > I love this feature. [snip] > > >> On Feb 9, 2017, at 11:09 AM, Chip Scheide <4d_o...@pghrepository.org> wrote: >> >> this behavior cau

Re: v13 - Can not add record & Maintenance issues

2016-08-17 Thread Spencer Hinsdale
Hi Chip, You can ignore an orphaned blob. It is just a saved-outside-the-record field that lost its parent. I don't think it causes any problem. To fix an orphaned blob run Repair, twice. If you go into MSC and Repair it will say "Anomalies Detected". Repair again and it will be fixed. Fir

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

2016-08-17 Thread Spencer Hinsdale
get process variable (-1;<> Directory_path;$Server_path) ? > On Aug 17, 2016, at 12:51 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > get process variable(<> Directory_path;$Server_path) > ** 4D Internet Users Group (

Re: Design Environment Jankyness in 15.2 Mac

2016-09-06 Thread Spencer Hinsdale
Hi Lee, I think there are three solutions: 1. Get Info on 4D and click the checkbox to Open In Low Resolution 2. Regress to v13 (pre Retina) 3. Upgrade to new 64-bit Developer > On Sep 6, 2016, at 4:01 PM, Lee Hinde wrote: > > Scrolling property lists and moving around in the layout edito

Re: v12 - Web authentication & Digest & MD5

2016-09-07 Thread Spencer Hinsdale
it's a hash (not the kind you're smoking); is not reversible > On Sep 6, 2016, at 10:18 AM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > Anyone have an MD5 decoder they would be willing to share? > ** 4D Internet Users

Re: printing issues in v15.2

2016-09-08 Thread Spencer Hinsdale
Hi Chuck, Are you printing to paper to test? There is a known problem with the Preview app not displaying Hairlines. I think it only affects 10.10, and I'm pretty sure it only affect displaying on screen. IOW it does not affect 10.9 or printing from Preview to paper, so probably not what yo

Re: Programmatic control of accept/reject new connections

2017-09-27 Thread Spencer Hinsdale via 4D_Tech
wouldn’t you just $0:=123 in On Server Open Connection DB Method Spencer > On Sep 27, 2017, at 7:38 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Can this be done in code? Or is there a way to default it to rejecting > connections when you start the server? > **

Re: Resolving format

2017-10-02 Thread Spencer Hinsdale via 4D_Tech
Hi Jeremy, I don't know. I think it you use Filters and Formats to enter the format, i.e."£###,###" it is saved somewhere in your Structure and may be inaccessible. However you do have a Localization mechanism available, which works sort like this (stop me if you've heard this one before): t

Re: Create multi array

2017-10-06 Thread Spencer Hinsdale via 4D_Tech
1) Use a Two Dimensional Array: http://doc.4d.com/4Dv16/4D/16.2/Two-dimensional-Arrays.300-3433911.en.html 2) Decide if your arrays are Rows or Columns. The Docs call them Rows. If you decide your arrays are Columns, then you must REMEMBER the Docs need "translation" anytime you refer to them

Re: Post Key command not working in converted 4Dv16 database

2017-10-09 Thread Spencer Hinsdale via 4D_Tech
You might try the key command to disable any event handler: http://doc.4d.com/4Dv16/4D/16.2/ON-EVENT-CALL.301-3432983.en.html > On Oct 9, 2017, at 6:41 AM, Ken Daniel via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Koen & Ste

Re: San Fransisco Font

2017-10-09 Thread Spencer Hinsdale via 4D_Tech
Here's how to get font and something about style sheet "automatic": http://kb.4d.com/resources/inug?msgid=GmailId15d3951d31795686 I don't know from "Default" but I do vaguely recall having boxes for 95, 2000, and XP. :) > On Oct

Re: Anyone using 4D Write Pro with a semblance of success?

2017-10-16 Thread Spencer Hinsdale via 4D_Tech
doesn’t r4 have tables, ie columns? > On Oct 16, 2017, at 3:04 PM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > We are creating a document-building system using WritePro. It creates > data-based documents like catalogues, price lists, directories etc. - > something that our softwa

Re: How do you run MSC in a compiled/merged single user app?

2017-10-18 Thread Spencer Hinsdale via 4D_Tech
hold Option key while starting up to get the dialog where you can switch files, create new, or use msc > On Oct 18, 2017, at 7:54 PM, Robert McKeever via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > 4D V15.4, single user. The client is on the east coast (4 time zones), I’m in > the west. > >

Re: QUERY into variable vs. Records in Table

2017-10-19 Thread Spencer Hinsdale via 4D_Tech
trigger? > On Oct 19, 2017, at 10:28 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I feel like I'm missing an obvious solution. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Arch

Re: QUERY into variable vs. Records in Table

2017-10-19 Thread Spencer Hinsdale via 4D_Tech
maybe i don't understand but what about: `trigger execute on client("@";"flagPoll") `flagPoll c_boolean(<>flagPoll) <>flagPoll:=true ... if(<>flagPoll) > $x:=Records in table([ServerMigrations]) <>flagPoll:=false else `skip 99,999 calls to server end if > On Oct 19, 2017, a

Re: info.plist

2017-10-29 Thread Spencer Hinsdale via 4D_Tech
http://doc.4d.com/4Dv16/4D/16/4D-XML-Keys-BuildApplication.100-3130124.en.html > On Oct 29, 2017, at 1:31 AM, Jeremy Roussak via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I’m sure I’m missing something obvious (and I think I’ve managed to solve the > issue in the past), but… > > How do I te

Re: 4DLINK

2017-11-09 Thread Spencer Hinsdale via 4D_Tech
Hi Pavel, See if you can use LastDataPathLookup, ByAppPath: http://doc.4d.com/4Dv16/4D/16/LastDataPathLookup.300-3130241.en.html If you Build your application (app_sss.exe) using XML Keys, you: - use v16 - set Compatibility option for Use New Architecture--see bottom of this page: http://doc.4d.c

Re: subforms and object focus

2017-11-15 Thread Spencer Hinsdale via 4D_Tech
Try this... $row:=1 EDIT ITEM([SubformTable];$row) `and then something like HIGHLIGHT TEXT(Focus Object->;1;Length(Focus Object->)) > On Nov 15, 2017, at 9:34 AM, Randy Jaynes via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Has anyone figured out how go to a specific object in a subform when o

Re: 4D v16.2 64-bit Server and 32-bit Clients?

2017-11-27 Thread Spencer Hinsdale via 4D_Tech
Hi Justin, Yes, this works perfectly, especially if you have third-party plugins that are not updated ;p This setup uses the new Network Layer, which seems to me problem-free on Mac. Windows Server seems more problematic but can be reverted to Legacy Network Layer. 16.3 will be along momenta

Re: Quick Report Editor Preview on Windows

2017-12-11 Thread Spencer Hinsdale via 4D_Tech
I'd guess you need XPS Viewer installed > On Dec 11, 2017, at 12:16 PM, John Baughman via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > What do you have to do on windows to use the preview button in the Quick > Report Editor in Windows? When I click it I get “No application is associated > with

Re: Programmatically Manage Parent Tab an Multi-Subforms

2017-12-24 Thread Spencer Hinsdale via 4D_Tech
old school is draw two subfoms. one off screen. then swap as needed. with move-object. works a charm ;) > On Dec 24, 2017, at 8:37 AM, truegold via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi All, > > I have a parent form which has a subform container. Above the subform > container is a

Re: Screen capture code snippet found on the NUG that I am not able to make work. plse help

2018-01-26 Thread Spencer Hinsdale via 4D_Tech
Hi Ernie, If you go to Terminal you can type or paste $command_t contents to test. You could also type, "man screencapture" to see the the manual which documents options like -R, which I do not see in High Sierra. My guess is that you need a single quote for path name since it contains space.

Re: Problems installing built application

2018-02-05 Thread Spencer Hinsdale via 4D_Tech
Well, if you go back to PackageMaker you can build an Installer that is signed with your Developer ID Installer And in Package, Contents you can go to Scripts, Postinstall and add a script with contents like: #!/bin/sh chmod -R 777 '/Applications/MyAppFolder' > On Feb 5, 2018, at 11:46 AM, m

Re: Problems installing built application

2018-02-05 Thread Spencer Hinsdale via 4D_Tech
v16, database prefs, New Architecture anything else? :) > On Feb 5, 2018, at 3:36 PM, macjimbo via 4D_Tech <4d_tech@lists.4d.com> wrote: > > that works until I install an upgrade. ** 4D Internet Users Group (4D iNUG) FAQ: htt

Re: Problems installing built application

2018-02-05 Thread Spencer Hinsdale via 4D_Tech
oh, okay you can use Default Data File feature in XML Build Keys, store last file opened in your own text file, test the data file opened and if it is default look for text file and use Open Data File. there is some trick like calling in a new process maybe... > On Feb 5, 2018, at 3:36 PM, macj

Re: Blank Listbox

2018-02-23 Thread Spencer Hinsdale via 4D_Tech
my blank list boxes are always arrays, out of sync, which is easy to suss by backing off the fill instructions until it shows something. hint, one column is always in sync. however i don't think this problem makes headers blank. i would suggest you try leaving listbox in group4 and showing gro

Re: Label Editor problems v16 (doesn't recognize # of columns)

2018-03-09 Thread Spencer Hinsdale via 4D_Tech
Hi Rob, It seems to work for me, same setup, running 32-bit. Maybe it's different 64-bit? One oddity is clicking the up arrow to go from 2 to 3 Columns worked but did not re-scale in any way. I then had to change Label Width to see the column on page view. Maybe you are adding a column off

Re: Label Editor problems v16 (doesn't recognize # of columns)

2018-03-09 Thread Spencer Hinsdale via 4D_Tech
um > http://www.washington.edu/burkemuseum/collections/ornithology/index.php > http://www.washington.edu/burkemuseum/collections/genetic/index.php > > > > > > > On 3/9/18, 12:12 PM, "4D_Tech on behalf of Spencer Hinsdale via 4D_Tech" > <4d_tech-boun...@l

Re: Label Editor problems v16 (doesn't recognize # of columns)

2018-03-09 Thread Spencer Hinsdale via 4D_Tech
maybe you are entering values in Euros and it is converting to Dollars (5:6)? Just kidding; I have no idea, except when I tested I used the up-down arrows not typing a value > On Mar 9, 2018, at 1:23 PM, Robert C. Faucett via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Thanks Spencer - My p

Re: Error -19191 ?

2018-05-08 Thread Spencer Hinsdale via 4D_Tech
It is old client cannot update via new network layer... http://kb.4d.com/assetid=77427 > On May 8, 2018, at 9:53 AM, Bob Miller via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi Everyone, > > I have a 4D Client user (v15r5, Windows) who can't connect, with err

Re: EC2 server on Amazon AWS

2018-05-11 Thread Spencer Hinsdale via 4D_Tech
Hi Rudy, 1) you need the public IP from your dashboard. this may not be the IP that 4d server appears to be listening to 2) you need allow access from your dashboard by going to Security Groups and adding your Ports (19812 - 19814) 3) you need to configure Windows Advance Firewall https:/

Re: Chromium Embedded Framework in built applications question

2018-05-19 Thread Spencer Hinsdale via 4D_Tech
Hi David, My guess was it was added to support Tabbed interface on Mac, Developer. v16.3 in December greatly reduced Built Client for us (506MB -> 282MB), and comes after R3 you are using. So my guess is current R6 would do the same for you. Spencer > On May 19, 2018, at 4:14 AM, David Adam

Re: Backup Settings window

2018-06-01 Thread Spencer Hinsdale via 4D_Tech
seems like a Resource error. assuming you are on macOS, maybe a fix is to Build using 32-bit Volume Desktop -spencer > On Jun 1, 2018, at 1:50 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I've just upgraded a client's custom database to v16. > I compile it and build a stand-a

Re: POW Function

2018-07-24 Thread Spencer Hinsdale via 4D_Tech
is it caret? 7^3 > On Jul 24, 2018, at 9:15 AM, Cannon Smith via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I’m looking for an equivalent function in 4D as the pow function in other > languages. For example: > > >

Re: POW Function

2018-07-24 Thread Spencer Hinsdale via 4D_Tech
difference btwn log and natural log. try LOG10 > On Jul 24, 2018, at 9:32 AM, Cannon Smith via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > But I’m getting an exponent of 7 instead of 3. Any ideas what I’m doing wrong? > *

Re: Orphaned blobs and SSD drives

2018-07-29 Thread Spencer Hinsdale via 4D_Tech
John, This might be a man in the middle of a weekend attack. I'm pretty sure the real Jeff Kain would tell you to run Repair, TWICE, to fix Orphaned BLOBs. > On Jul 29, 2018, at 3:32 PM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > To fix a table with orphaned blobs, export th

Re: ORDA - updating data in listboxes

2018-08-12 Thread Spencer Hinsdale via 4D_Tech
is this relevant? http://kb.4d.com/resources/inug?msgid=GmailId164f73d107b663e7 > On Aug 12, 2018, at 11:55 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > The thing that's not working is the Name column of the li

Re: pdfCreator problem

2018-08-29 Thread Spencer Hinsdale via 4D_Tech
+1 > On Aug 29, 2018, at 8:19 AM, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Keith, > > Two thumbs up for Armin's plugin. > Yes, there is a cost, but eliminates a lot of headaches > > Randy Engle, Director > XC2 Software LLC – XC2LIVE! > > Keith wrote >> Hi all. >> We have s

Re: Isolating the Cause of a Server Crash

2018-08-31 Thread Spencer Hinsdale via 4D_Tech
reboot the computer. it has been running for 40 days? > On Aug 31, 2018, at 1:54 PM, Dave Nasralla via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > One of our systems is crashing about every 3 days ** 4D Internet Users Group (4D

Re: Help->v11 to v17 Upgrade or New?

2018-10-17 Thread Spencer Hinsdale via 4D_Tech
4D automatically converts Subtables. This should not be a problem. > On Oct 17, 2018, at 12:45 PM, Robert ListMail via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I have an old v11 database running on Windows that’s not particularly > well-designed and where there are more than a few subtables

Re: Help->v11 to v17 Upgrade or New?

2018-10-18 Thread Spencer Hinsdale via 4D_Tech
s complaining > about that. > > Thanks, > > Robert > >> On Oct 17, 2018, at 3:11 PM, Spencer Hinsdale via 4D_Tech >> <4d_tech@lists.4d.com> wrote: >> >> 4D automatically converts Subtables. This should not be a problem. > > *

Re: sending mail through Office365 using SMTP

2018-11-20 Thread Spencer Hinsdale via 4D_Tech
in the docs for Send there is an Exchange example that set Port 587. Spencer > On Nov 20, 2018, at 2:58 PM, Chris Belanger via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Hi, > > I have a client that has switched its email provider to use Office365. > My app sends emails using SMTP_Send( ) pe

Re: auto update of clients

2017-03-02 Thread Spencer Hinsdale via 4D_Tech
19191 is the new-protocol error. old clients can only update themselves if you use the old network layer option in compatibilty ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d

Re: Copy or Drag from a listbox?

2017-03-06 Thread Spencer Hinsdale via 4D_Tech
http://kb.4d.com/assetid=49867 ** 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

Re: Backup files - restoring backup

2017-03-13 Thread Spencer Hinsdale via 4D_Tech
Hi Pat, Check the size of the log file. This will give you some indication of how long it's been since last backup. It is possible to have .journal without .4bk. > On Mar 13, 2017, at 7:50 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > A client is getting the message: > >

Re: Moving a window

2017-03-31 Thread Spencer Hinsdale via 4D_Tech
same works on windows except: - modifier keys are different (see docs?) - instead of one button, first hold right-mouse-click, then hold left-mouse-click TOO, then drag > On Mar 31, 2017, at 6:26 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Should be easy enough ... right? >

Re: v15.2 clients logging into v15.4 server

2017-04-18 Thread Spencer Hinsdale via 4D_Tech
+1 and certified for Sierra, Touchbar > On Apr 18, 2017, at 7:39 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > Otherwise 15.4 is very stable in my opinion. > ** 4D Internet Users Group (4D iNUG) FAQ: http://

Re: Bar code

2017-05-08 Thread Spencer Hinsdale via 4D_Tech
Try PNG. I think scaling does not work with SVG because of crisp edges. -Spencer > On May 8, 2017, at 1:57 AM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hello, > > I try to use Picture:=Picture*,09 but not work because some part of bar code > are differents > > Thanks >

Re: printing listbox v 15.4hf2

2017-05-17 Thread Spencer Hinsdale via 4D_Tech
I think someone recently posted a link to 4d today: http://www.4dtoday.com there is a generic list box print routine on the home page however, since the host is in Australia it appears the site is actually 4D TOMORROW :) > On May 17, 2017, at 9:56 AM, Timothy Penner via 4D_Tech > <4d_tech@li

Re: Need plugin that will set macOS window modified indicator

2017-06-08 Thread Spencer Hinsdale via 4D_Tech
Awesome! I tried this and am having a problem creating a generic usage for "current window"... I get compiler errors: the result of the function is not compatible with the expression this value cannot be passed as a parameter to this method or command from this line of code: WINDOW SET ENABLED

Re: Need plugin that will set macOS window modified indicator

2017-06-08 Thread Spencer Hinsdale via 4D_Tech
compiled! thanks, Jeremy! > On Jun 8, 2017, at 6:37 AM, Jeremy Roussak via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Try using 1 and 0 instead of True and False for the third parameter. > > Jeremy > > > Jeremy Roussak > j...@mac.com > > >

Re: Big Commerce v3 API

2017-06-11 Thread Spencer Hinsdale via 4D_Tech
can't you "manually" enter this detail, then get to see format, then put same? -spencer On Jun 11, 2017, at 12:33 AM, J. Douglas Cryer via 4D_Tech <4d_tech@lists.4d.com> wrote: >> An unlikely ask but: > >> Has anyone out there had any experience with integrating to Big Commerce >> v3API? I ha

Re: Rotate Picture in 4D

2017-06-25 Thread Spencer Hinsdale via 4D_Tech
did you try 270? > On Jun 25, 2017, at 12:51 PM, Peter Mew via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi > I am trying to use Miyako's rotate picture component in v13. > I dont know if its not compatible but It wont run. > So Ive extracted the code and made it a subroutine (Rotate_Picture)

Re: Error -19191

2017-06-27 Thread Spencer Hinsdale via 4D_Tech
this is cant use new network layer from old clients... http://kb.4d.com/assetid=77427 Spencer > On Jun 27, 2017, at 6:15 AM, Douglas Cryer via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi, > > We have a client trying to connect to a database from Austria and

Re: Packages-building an installer

2017-07-11 Thread Spencer Hinsdale via 4D_Tech
Assuming you are talking about Apple's PackageMaker, you can use a shell script to set read-write. For the Package there is a Scripts tab with an entry for Postinstall that will run after install. I think you are using this for AppleScript already. You can create a shell script by going to T

Re: Serious 4D Internet commands issue in v15.4 with SMTP on Mac OS X

2017-07-26 Thread Spencer Hinsdale via 4D_Tech
Hi Paul, Look at forms being used for data entry to see if these text fields have the Multi-style checkbox checked in Properties. Here is a v14 picture: http://kb.4d.com/assetid=77175 And v15 feature: http://livedoc.4d.com/4D-Design-Reference-15.4/Properties-for-active-objects/Multi-style-Rich

Re: 4D Forums no longer accessible -- too many redirects

2017-07-27 Thread Spencer Hinsdale via 4D_Tech
they have implemented Single Sign On. there was a banner that took me to partners sign-on, then a button to "migrate forums logon" or some such. sorry to be vague. :) > On Jul 27, 2017, at 8:17 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Is there a new way to access fo

Re: 4D Forums no longer accessible -- too many redirects

2017-07-27 Thread Spencer Hinsdale via 4D_Tech
I guess I should have mentioned that it works fine for me, just the sign-on is new and improved > On Jul 27, 2017, at 8:18 AM, Spencer Hinsdale wrote: > > > they have implemented Single Sign On. there was a banner that took me to > partners sign-on, then a button to "

Re: Heads Up about Write Pro Style Transformations

2017-08-01 Thread Spencer Hinsdale via 4D_Tech
i'm confused. he's getting the right plain text. isn't he saying that if there were an emphatic style that displayed . as ! then the plain text ought to change to ! too ? > On Aug 1, 2017, at 1:05 PM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Keith, > If you used ST Get Text

Re: 4D server "pausing" every 15 minutes

2017-08-24 Thread Spencer Hinsdale via 4D_Tech
could this have anything to do with new volume shadow copy feature? > On Aug 24, 2017, at 8:05 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I just made a very interesting discovery and thought I'd share it with the > group -- it's timely given the recent blog post by 4D abo

Re: Edit in list / subform / 4D v16

2017-09-12 Thread Spencer Hinsdale via 4D_Tech
read write([contacts])? > On Sep 12, 2017, at 4:15 AM, Two Way Communications via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I thought this would be a no brainer but it’s starting to become a nuisance… > > I create a subform for a table [Contacts] inside the form for the table > [Customers]

Re: QUERY BY ATTRIBUTE is slow af

2017-09-12 Thread Spencer Hinsdale via 4D_Tech
isn't there some trick to use a character code instead of at? and does the "beginning and end" pref possibly apply? > On Sep 12, 2017, at 8:22 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Trying to figure out why our experience with QUERY BY ATTRIBUTE is so > different t

Re: MSC: why "Checking list of deleted records ..." persists?

2019-01-12 Thread Spencer Hinsdale via 4D_Tech
Hi Kirk, Isn’t there an option for Compact to drop Address Tables? This invalidates any Log Files but gives table(s) a clean start. There is a function like Table Fragmentation which returns ratio of remaining record to total address table. Sorry not at computer... Spencer > On Jan 12, 2019,

Re: AWS Experts - Need a little help

2019-01-14 Thread Spencer Hinsdale via 4D_Tech
Check that you are using the public ip displayed on the desktop not on server admin window... On 1/14/19, 1:01 PM, "4D_Tech on behalf of Randy Engle via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: I'm testing an app on AWS (LightSail Account)

Re: AWS Experts - Need a little help

2019-01-14 Thread Spencer Hinsdale via 4D_Tech
did you edit Security Groups to add 4D ports 19812 to 19814? > On Jan 14, 2019, at 2:15 PM, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Spencer, thanks for the tip. > > Yes, I'm using the public IP address > (Same address that I use to connect via RDC) > > No workie! > > ;-(

Re: Making sense of a crash report

2019-01-18 Thread Spencer Hinsdale via 4D_Tech
I don't know, but it seems weird the app appears to be in a system folder... Shouldn't this say, Path: /Applications/Catbase8.app? hth On 1/18/19, 5:23 AM, "4D_Tech on behalf of Pat Bensky via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: Path:

Re: 4D 17.1 network issues

2019-04-24 Thread Spencer Hinsdale via 4D_Tech
Hi John, Just checking... If you go to Apple menu, System Preferences on the mini, for Network do you see more than one green dot? Each is separate network connection, where you can click Advanced and go to TCP/IP tab for details. Is not unheard of for someone to set up Ethernet and Wi-Fi.

Re: creating a plain text document from within 4D

2019-05-27 Thread Spencer Hinsdale via 4D_Tech
does “” work? i always type for break tag ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4d_tech-unsubscr...@lists.4d.com **

Re: 4D Mobile App

2019-07-20 Thread Spencer Hinsdale via 4D_Tech
Hi Dave, I would assume you need a License for Developer and to be running Interpreted... Go to Help menu, Licenses to see if you have "Developer". If you just switched to R, you may need to re-enter. Restart 4D, go to Open, select your Structure, and in bottom left of Finder window click Opt

  1   2   >