Re: v17 PDF-Manuals

2018-07-27 Thread Jody Bevan via 4D_Tech
Sorry that I comment on your thread. I didn’t see the Jorg only sign. > On Jul 27, 2018, at 3:23 PM, Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Jody, > >> On 27 Jul 2018, at 23:32 AEST, Jody Bevan via 4D_Tech <4d_tech@lists.4d.com >> > wrote: >>

Re: 4D v11 on Windows Server 2016 (Win 10 Clients)

2018-07-27 Thread Robert ListMail via 4D_Tech
Tim, you have an amazing memory. I imagine a 4D trivia game where you walk away with the biggest trophy—thanks! Robert Sent from my iPhone > On Jul 26, 2018, at 8:46 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > This is a known issue. Trying to print with Windows 8 and later

Re: Memory leak with dynamic variables in list boxes?

2018-07-27 Thread Keisuke Miyako via 4D_Tech
the workaround is to have an extra dynamic variable on the form, type it with VARIABLE TO VARIABLE, then use it with LISTBOX INSERT COLUMN http://forums.4d.com/Post/FR/18014516/1/18014517#18014517 granted, you would need as many dynamic variable as the columns you insert. it's probably easier to

Re: v17 PDF-Manuals

2018-07-27 Thread Paul Dennis via 4D_Tech
I couldn't agree more the html files are rubbish, poor navigation page refresh etc etc. A return to the V11 style formatting and fonts would also help. I wish designers would understand it its all about ease of use and readability. Paul -- Sent from:

Re: Objects without Stylesheets suddenly displayed as Wingdings!

2018-07-27 Thread Pat Bensky via 4D_Tech
What happened to 4DCodeExchange? I see the domain is now up for sale ... On Thu, 26 Jul 2018 at 22:45, Jody Bevan via 4D_Tech <4d_tech@lists.4d.com> wrote: > Chuck: > > That sounds like great code module to have in a developer tool kit. If you > are willing to share, I would appreciate a copy. >

Special characters in ftp filenames

2018-07-27 Thread Pat Bensky via 4D_Tech
using v17r2: I get a list of files in a directory on a remote server with *FTP_GetDirList.* Then I loop through the list and download each file, if I don't already have the latest version of it. A problem occurs when a filename contains a character such as a quote mark, copyright symbol, etc.

RE: collection.min() Returns Null

2018-07-27 Thread Stephen J. Orth via 4D_Tech
For the past few days I'm getting multiples of the same message, over and over. Today I received like 15 copies of this message. Yesterday it was a response from Jeff Kain. Is this happening to anyone else? Steve -Original Message- From: 4D_Tech

RE: picture of a form

2018-07-27 Thread Stephen J. Orth via 4D_Tech
Doug, I've considered this many times, but have had a couple friends have this go seriously wrong. At this point I'm just too gun-shy because if I had to lose any sense I would not want it to be my sight. I'd rather lose my hearing, then I wouldn't have to listen to all the complainers!

RE: collection.min() Returns Null

2018-07-27 Thread Stephen J. Orth via 4D_Tech
Mr. Cannon, Thanks, it's just weird as it's been happening for several days now, and it not every message. Each day it is a selective message the comes in many times. I don't get the digest, I receive individual emails. It almost seems like one email is getting stuck and Outlook thinks it

First ORDA runtime error - just like SQL

2018-07-27 Thread Jeffrey Kain via 4D_Tech
It looks like ORDA may be 99.9% reliable, just like 4D SQL. I just had my first random, no explanation runtime error from a method I converted from SQL to ORDA. The code has been live for a day and a half - looks like it failed sometime early in day 2. The code: C_TEXT($0;$tManufacturer)

Re: picture of a form

2018-07-27 Thread Douglas von Roeder via 4D_Tech
LASIK :-) -- Douglas von Roeder 949-336-2902 On Fri, Jul 27, 2018 at 8:15 AM Randy Jaynes via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Sadly…that happened to me a couple weeks ago. Thankfully it was only the > family, but our 20 year old son has latched onto it as never-ending source > of

Re: collection.min() Returns Null

2018-07-27 Thread Cannon Smith via 4D_Tech
Hi Steve, FWIW, I'm only getting one copy of each message. -- Cannon Smith > On Jul 27, 2018, at 5:51 AM, Stephen J. Orth via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > For the past few days I'm getting multiples of the same message, over and > over. Today I received like 15 copies of this

Re: Special characters in ftp filenames

2018-07-27 Thread Chip Scheide via 4D_Tech
Pat, i'm not sure about what happens when using FTP, however, if you can specify the final file name you can/should filter the file name to remove the gibberish. On a Mac there are only a very few characters which are not 'legal', Windows on the other hand.. it is probably easier to specify

Re: picture of a form

2018-07-27 Thread Chip Scheide via 4D_Tech
have you checked on top of your head? :) On Fri, 27 Jul 2018 09:27:02 -0400, Randy Jaynes via 4D_Tech wrote: > > Now if only I could remember where my glasses are. > --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing

Re: picture of a form

2018-07-27 Thread Randy Jaynes via 4D_Tech
Yep…Thanks, guys. Good to know the rocker is still holding me up ok. :-) Now if only I could remember where my glasses are. Randy -- Randy Jaynes Senior Programmer and Customer Support http://printpoint.com

RE: picture of a form

2018-07-27 Thread Stephen J. Orth via 4D_Tech
Chip, Not sure about you, but this has happened to me more than once. Completely embarrassing when you do this in front of others. I'm just so used to having them on my head, you forget they are there. Steve -Original Message- From: Chip Scheide [mailto:4d_o...@pghrepository.org]

Re: Special characters in ftp filenames

2018-07-27 Thread John DeSoi via 4D_Tech
Options I see are: 1. Report as a bug and hope for a fix. Since it is a beta version, maybe your chances are better? 2. Parse the output strings for non-ascii characters and try to correct them. I have not tried it, but it might be possible using Convert to text/CONVERT FROM TEXT. 3. Use

Re: picture of a form

2018-07-27 Thread Randy Jaynes via 4D_Tech
Sadly…that happened to me a couple weeks ago. Thankfully it was only the family, but our 20 year old son has latched onto it as never-ending source of personal glee. I’m going through is childhood photos looking for some ammunition of my own. :-) Randy

Re: Memory leak with dynamic variables in list boxes?

2018-07-27 Thread mferguson--- via 4D_Tech
Hi, Thank you for all your responses. I just need to get past this final road block. I have gotten dynamic variables to work on headers and footers with the exception of the LISTBOX SET FOOTER CALCULATION. Miyako pointed out that the default type for footers is text, and to change it I have

Re: v13 - debugger, not keeping window settings

2018-07-27 Thread Douglas von Roeder via 4D_Tech
Chip: I keep a little text document "4D Text File Locations" with pertinent file paths. V13 is pretty "stable" in terms of not munging window settings in design mode. V15 is certainly not as reliable, in my experience. Debugger Window Settings (and others) c:\Users\dvonroeder\Application

Re: v13 - debugger, not keeping window settings

2018-07-27 Thread Chip Scheide via 4D_Tech
Thanks! On Fri, 27 Jul 2018 08:47:25 -0700, Douglas von Roeder wrote: > Chip: > > I keep a little text document "4D Text File Locations" with pertinent file > paths. V13 is pretty "stable" in terms of not munging window settings in > design mode. V15 is certainly not as reliable, in my

Assistance Needed

2018-07-27 Thread Robert McKeever via 4D_Tech
A client wants his ancient (4D 2003) database upgraded to 4D v16. I have the source, and a 10.6.8 environment under Parallels, and I found my old 2003 serial number, and it runs with 4D 2003. It won’t convert as the source has components. So, I found my 4D Insider. But it needs an ID (from the

Re: Memory leak with dynamic variables in list boxes?

2018-07-27 Thread Keith Culotta via 4D_Tech
Would something like this help... ARRAY REAL(aFoot;0) // Use this array to give each column a unique REAL footer var in the loop Append To Array(aFoot;0) LISTBOX INSERT COLUMN(*;$lbName;$i;"C"+$iStr;$nilPtr;"H"+$iStr;$nilPtr;"Foot"+$iStr;aFoot{Size of array(aFoot)}) in the

v13 - debugger, not keeping window settings

2018-07-27 Thread Chip Scheide via 4D_Tech
I generally use only the expression pane of the debugger, with an occasional peek into the call chain. To this end I slide the expression value pane closed, and the call chain closed. recently the debugger has been opening with all the panes set to default views. What (files) do I need to

RE: v13 - debugger, not keeping window settings

2018-07-27 Thread Stephen J. Orth via 4D_Tech
Chip, I thought there was something like a "Save" button on the debugger screen? Have you tried clicking that after you make your adjustments? Steve -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Chip Scheide via 4D_Tech Sent: Friday, July 27,

Re: v13 - debugger, not keeping window settings

2018-07-27 Thread Douglas von Roeder via 4D_Tech
Steve: Looks for the "Save" icon to the right on the button bar. It's the floppy disk looking icon. -- Douglas von Roeder 949-336-2902 On Fri, Jul 27, 2018 at 8:39 AM Stephen J. Orth via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Chip, > > I thought there was something like a "Save" button on

RE: v13 - debugger, not keeping window settings

2018-07-27 Thread Chip Scheide via 4D_Tech
yes - the save button is supposed to save these settings (or at least it did), the save button will save the various expressions, but is not saving the window pane state - for some reason On Fri, 27 Jul 2018 10:39:45 -0500, Stephen J. Orth wrote: > Chip, > > I thought there was something

Re: Assistance Needed

2018-07-27 Thread Chuck Miller via 4D_Tech
If you are a partner call your sales person Regards Chuck Sent from my iPhone > On Jul 27, 2018, at 1:14 PM, Robert McKeever via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > A client wants his ancient (4D 2003) database upgraded to 4D v16. > > I have the source, and a 10.6.8 environment under

Re: Assistance Needed

2018-07-27 Thread Robert McKeever via 4D_Tech
I emailed him yesterday. His immediate response: I just checked with support and none of us can recall that a separate license was required for 4D Insider. Not that it wasn't – but I can't find one anywhere. Are you sure you're using 4D 2003 Developer Edition? I found the serial for the

Re: First ORDA runtime error - just like SQL

2018-07-27 Thread Kirk Brooks via 4D_Tech
Randy, I'd add a check to the item ID string. ORDA is excruciatingly picky in terms of inputs. I bet something is not completely kosher in an item id and that's causing the RT error. Alternatively you could loop through the list of items and check the id there. But if the param is generated or

Re: First ORDA runtime error - just like SQL

2018-07-27 Thread Jeffrey Kain via 4D_Tech
What would you check for? $1 is a text so it will either have a value or be an empty string -- both of which can be queried for. And testing the length of the entity selection prior to trying to access the first() element prevents another runtime error if the query returned nothing. It's also

Re: Assistance Needed

2018-07-27 Thread Robert McKeever via 4D_Tech
Yep, the 4D 2003 Developer license activated 4D Insider. That license email was from June 10, 2004. I never throw them away. Good thing. > On Jul 27, 2018, at 11:37 AM, Robert McKeever via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I emailed him yesterday. > > His immediate response: > > I

Re: Special characters in ftp filenames

2018-07-27 Thread Keisuke Miyako via 4D_Tech
as a stopgap measure you could try: https://github.com/miyako/4d-plugin-curl-ftp > 2018/07/27 20:21、Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> のメール: > 250-Bay Bulls 2-Gatherall‚Äôs Puffin & Whale Watch Cruise.jpg. > instead of > 250-Bay Bulls 2-Gatherall's Puffin & Whale Watch Cruise.jpg. >

Re: v17 PDF-Manuals

2018-07-27 Thread Jörg Knebel via 4D_Tech
Jody, > On 27 Jul 2018, at 23:32 AEST, Jody Bevan via 4D_Tech <4d_tech@lists.4d.com > > wrote: > > I am good with the HTML pages. Good for you. Everyone is different! I demand PDF-manuals! HTML is a fu piece of sh** local and online. Regards Jörg Knebel,

Re: First ORDA runtime error - just like SQL

2018-07-27 Thread Kirk Brooks via 4D_Tech
Jeff, You know - something wrong. ;-/ Maybe a control char? Chars outside of regular ascii? If it's possible this value could have been pasted in from some external text it might have some wonky char in it that looked pretty but chokes here. It's happened to me. May be impossible there. Agreed

Re: First ORDA runtime error - just like SQL

2018-07-27 Thread John DeSoi via 4D_Tech
> On Jul 27, 2018, at 1:52 PM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > It's also annoying that an error handler is running, yet a runtime error > appears instead of calling the error method. Also the lack of a call chain > makes this really hard to track down. So.