Re: 4D Write PRO how to ...

2017-08-21 Thread Justin Carr via 4D_Tech
On 21 Aug 2017, at 9:55 pm, Two Way Communications via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Using the old 4D Write, I loop through all the frames (frames 1-> 7), using > ‘WR SET FRAME’ . Then I resolve the expressions. > This way, all the references in the headers, text frames and footers a

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

2017-08-21 Thread Alan Chan via 4D_Tech
Yes, this is highly recommended. "All Variables are typed" is one of greatest debug tool in 4D. Alan Chan 4D iNug Technical <4d_tech@lists.4d.com> writes: >I would also recommend changing the settings from > Generate Typing >to > All Variables are typed

Re: 4D Server v11 License

2017-08-21 Thread Ronnie Teo via 4D_Tech
Hi, thanks for your replies. The reason why the customer needs v11 server is this These are new users from a not so resource-rich hospital. They were given a small v11 app to use for free but do not have the resource to have the app upgraded. They want to be legit, hence the intention to purc

Re: Creating a document error -61 OS X

2017-08-21 Thread Chip Scheide via 4D_Tech
no that is not the exact path - O 'translated' to human readable/ typable form :) the path returned is valid it appears to be a permissions issue I just don't understand why... Hence the ask abbot what/how permission 4D uses when trying to create/write a file > Hi Chip, > > Are you sure that

Re: Save As using memorized path and suggested file name

2017-08-21 Thread Douglas von Roeder via 4D_Tech
Steve: If you're on Windows, have you looked into Win32 API? On the Mac ABM_MacExtra might do the trick for you, depending on which version of 4D. Check the web site - https://www.schmidt-system.de. -- Douglas von Roeder 949-336-2902 On Sat, Aug 19, 2017 at 6:00 PM, Steve Slanec via 4D_Tech < 4d

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

2017-08-21 Thread Two Way Communications via 4D_Tech
Hi Randy, Would either of these commands help? Get 4D folder(HTML Root folder) Get 4D folder(database folder) Get 4D folder(4D client folder) Regards, Rudy Mortier Two Way Communications bvba - > On 21 Aug 2017, at 19:51, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> > wr

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

2017-08-21 Thread Lee Hinde via 4D_Tech
Does WEB SET ROOT FOLDER help with the folder location? And, could you put the web folder inside the resources folder, which is kept current

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

2017-08-21 Thread Randy Engle via 4D_Tech
So all is working great with Client as Web Server... on my system. I just needed to copy the "Web/HTML" folder to the wonderfully obscure location: C:\Users\\AppData\Local\\ Easy Schmezey! Right? What a PITB. We have several customers that want to have Client as the web server. So when having

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: Monday, August 21, 2017 8:49

Re: 4D Server v11 License

2017-08-21 Thread Charles Miller via 4D_Tech
It does not, but once again I would hope 4D would chime in here. Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064 mailto:miller.cjaygmail.com

Re: 4D Server v11 License

2017-08-21 Thread Two Way Communications via 4D_Tech
I do have 4D server v11 licenses, but I am not sure if it complies with 4D license policy to sell them. Is upgrading to v15 an option? Regards, Rudy Mortier Two Way Communications bvba - > On 21 Aug 2017, at 04:48, Ronnie Teo via 4D_Tech <4d_tech@lists.4d.com> wrote: > > H

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

2017-08-21 Thread Randy Jaynes via 4D_Tech
Randy, I would also recommend changing the settings from Generate Typing to All Variables are typed This gives you control over the typing of your variables, and the line you point out would have kicked out a compiler error about the unknown ‘variable1’ in your line of code. Ra

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

2017-08-21 Thread Two Way Communications via 4D_Tech
Hi Randy, Hope all is well with you. It seems strange to me that 4D didn’t report this when compiling… I would expect something like ‘variable not found’ or ‘pointer to unknown variable’… What version of 4D do you use? Regards, Rudy Mortier Two Way Communications bvba - >

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

2017-08-21 Thread Randy Engle via 4D_Tech
Hi Jody, I went through all of my methods that I'd changed in the last 3 days (fortunately, I commented changes with a datestamp!) About 100 methods. Looked at each line of code FINALLY found the culprit Method_Something(->variable1;"something else") Where in the above line, the "1" at the e

Re: Backup failure

2017-08-21 Thread Jody Bevan via 4D_Tech
Ferdinando: I sent you code that will do what you are looking for I believe. Did you not get it? Jody Bevan ARGUS Productions Inc. Developer Argus Productions Inc. > On Aug 21, 2017, at 12:15 AM, stardata.info via 4D_Tech > <4d_tech@lists.4d.com

Re: Unable to Compile - Crash - looking for ideas

2017-08-21 Thread Jody Bevan via 4D_Tech
Randy: Keep us posted. That is a scary one. Jody Bevan ARGUS Productions Inc. Developer Argus Productions Inc. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqn

4D Write PRO how to ...

2017-08-21 Thread Two Way Communications via 4D_Tech
Using the old 4D Write, I loop through all the frames (frames 1-> 7), using ‘WR SET FRAME’ . Then I resolve the expressions. This way, all the references in the headers, text frames and footers are resolved before printing. I have opened an 4D Write document in 4D Write PRO, and everything is th

Re: Relative path in SVG DOM

2017-08-21 Thread Two Way Communications via 4D_Tech
Hi Ortwin, Thanks. The embedded image would do the trick. The problem is that the image can be selected by the end-user, and that image can get quite big. And then, drawing or refreshing the SVG will be very, very slow. Regards, Rudy Mortier Two Way Communications bvba - >