Using local variables and set and named selection names in a recursive situation

2018-08-29 Thread Pat Bensky via 4D_Tech
Using v17: I have a method that recursively deletes records from related tables. Something like this (vastly simplified): // recursiveDelete $tablenumber:=$1 $TablePtr:=table(tablenumber) all records(TablePtr->) create named selection(TablePtr->;"$deletes") for($i;1;records in

Re: Using local variables and set and named selection names in a recursive situation

2018-08-29 Thread Chip Scheide via 4D_Tech
Pat, I am less familiar with named selections...I am assuming that they operate in a similar manner to sets (see below). With sets: -$setname is a PROCESS set, and is NOT available on server -setname is a process set + is available on server -<>set name is an interprocess set, and (I believe) is

4D Write Pro WP feature request - need your support

2018-08-29 Thread ADeeg via 4D_Tech
Hi list users, I've posted some feature requests to speed up the 4d write pro development. The rule from 4D is, more demand from us, is more chance to get this features. So please support me and klick the 4 stars to support these features. 1. 4D Write Pro Toolbar - more features please, images,

Re: Using local variables and set and named selection names in a recursive situation

2018-08-29 Thread John DeSoi via 4D_Tech
Hi Pat, There is no such thing as a local named selection. That is just a named selection name that begins with a "$" character. A leading $ in a string has a meaning for a local set name, but that just means the set is only on the client and not the server. See

Colocation - Recommendations Survey

2018-08-29 Thread Randy Engle via 4D_Tech
We are ready to roll out a couple of SaaS/Cloud solutions We have our test server installed at our site, but know that for production, it really needs to be at much more protected/powerbacked facility. We will also "very likely" need access via Citrix/Remote Desktop as besides the web

4D Write to 4D Write Pro

2018-08-29 Thread Richard Wright via 4D_Tech
Is there a cross reference of language commands between 4D Write and 4D Write Pro or do we have to all figure it out for ourselves? I’m mystified as to why wrappers for the old commands could not have been created so as to make the move to 4D Write Pro relatively painless. E-node did this

Re: 4D Write Pro WP feature request - need your support

2018-08-29 Thread Richard Wright via 4D_Tech
You’re kidding, right? 4D Write Pro can’t read and write Word documents? > Date: Wed, 29 Aug 2018 05:56:51 -0700 (MST) > From: ADeeg > > > FR from Alfonso: 4D Write Pro Import-Export Word > link: http://forums.4d.com/Post/DE/25361165/1/25361166 >

Re: CALL WORKER questions

2018-08-29 Thread Kirk Brooks via 4D_Tech
Jim, Miyako's post is a concise primer for modern 4D forms. Being able to pass a pointer to a dynamic form variable to another process, even one running on the server, is a great feature and one I've been using for several years. Let me share a couple of things I've learned doing this: - avoid

Re: Set Environment Variable

2018-08-29 Thread Chip Scheide via 4D_Tech
what I am using YMMV SET ENVIRONMENT VARIABLE("_4D_OPTION_HIDE_CONSOLE";"true") SET ENVIRONMENT VARIABLE("_4D_OPTION_BLOCKING_EXTERNAL_PROCESS";"true") // wait for it to finish On Wed, 29 Aug 2018 10:14:02 -0600, Jody Bevan via 4D_Tech wrote: > I am using the Launch External Process to get

RE: pdfCreator problem

2018-08-29 Thread Randy Engle via 4D_Tech
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 suddenly struck a problem with pdfCreator v1.7.2 not working > when using a built 4D Client via Remote Desktop

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

Set Environment Variable

2018-08-29 Thread Jody Bevan via 4D_Tech
I am using the Launch External Process to get information via wmic. Of course the cmd line window pops up for a second. I would like to stop this. The Set Environment Variable command is supposed to do this. Of course though, I need to know the environment variable to do this with. I am having

Re: Colocation - Recommendations Survey

2018-08-29 Thread Guy Algot via 4D_Tech
Randy, If you are looking for a place to park your own hardware, I have had a server with these folks for several years. Zero complaints. Excellent service. I use them with my hardware but they could offer other options that would suit your needs. https://www.macminivault.com > On Aug 29,

Re: 4D Write to 4D Write Pro

2018-08-29 Thread Tim Nevels via 4D_Tech
On Aug 29, 2018, at 2:00 PM,Richard Wright wrote: > Is there a cross reference of language commands between 4D Write and 4D Write > Pro or do we have to all figure it out for ourselves? > > I’m mystified as to why wrappers for the old commands could not have been > created so as to make the

Re: 4D Write Pro WP feature request - need your support

2018-08-29 Thread Paul Lovejoy via 4D_Tech
We’ve been looking at converting a pretty complex system with form letters, paragraphs, lots of imbedded fields, hot links and html expressions. It looks like a huge job just trying to convert the old docs. We think the rewrite will take more effort than the original development. Paul > On

Re: 4D Write Pro WP feature request - need your support

2018-08-29 Thread JOHN BAUGHMAN via 4D_Tech
One thing I found to be very helpful was to see how the WriteLike tool bar available via the blog does things. Most things we do programmatically in write or pro are done via the tool bars buttons and menus as well. So often when I was struggling to convert a 4D Write command of function to pro

Re: 4D Write to 4D Write Pro

2018-08-29 Thread John DeSoi via 4D_Tech
One solution for this is to just create a "stub" plugin that does nothing except load properly on 64 bit. Then copy all of the 4D Write resources to it. That way you can keep the old code around as long as you need it for reference. I think I did it by finding a small 64 bit plugin and then

Re: Roy (Suzi) McGregor Paterson R.I.P

2018-08-29 Thread Douglas von Roeder via 4D_Tech
Wayne: Sorry to read about this. My condolences to her family and other loved ones. May she rest in peace. -- Douglas von Roeder 949-336-2902 On Tue, Aug 28, 2018 at 6:19 PM Wayne Stewart via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi, > > This was submitted to 4D Today (which I rarely

RE: 4D Write Pro WP feature request - need your support

2018-08-29 Thread Chip Scheide via 4D_Tech
.doc is probably an issue as it is a proprietary format from MS. .docx might not be such an issue as it is "open" and is supposed to be based on xml. On Wed, 29 Aug 2018 18:22:02 +, Michael McCall via 4D_Tech wrote: > doc export option we will be unable to use it. This is an essential >

RE: 4D Write to 4D Write Pro

2018-08-29 Thread Vance Villanueva via 4D_Tech
Hi Richard, 4D Write Pro is a newly developed architecture. There are no cross references of 4D Write Pro commands from 4D Write. We have resources to convert 4D Write docs to 4D Write Pro. Also, we have resources of 4D Write Pro in doc.4d.com, blog.4d.com, and kb.4d.com for the transition

4D Write Pro WP feature request - need your support

2018-08-29 Thread Tim Nevels via 4D_Tech
On Aug 29, 2018, at 2:00 PM, Richard Wright wrote: > You’re kidding, right? 4D Write Pro can’t read and write Word documents? Nope, it is true. For this version. I have 2 clients that are big 4D Write users (one with a 90 user license) and use 4D Write to create Word documents. I've asked

Re: 4D Write to 4D Write Pro

2018-08-29 Thread Paul Lovejoy via 4D_Tech
In our case, users have created about 1,500 template documents in 7 languages. I’d be lynched if I didn’t provide a path to convert them. Paul > On 29 Aug 2018, at 21:56, Richard Wright via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > That’s what I was afraid of. Does it not occur to anyone

Re: 4D Write Pro WP feature request - need your support

2018-08-29 Thread Tim Nevels via 4D_Tech
On Aug 29, 2018, at 3:12 PM, Chuck Miller wrote: > I also have one client that is a huge 4d write user. We also need to have > ability to convert to Microsoft word. Additionally, there are some things we > do not seem to be able to do in write pro so for now, we will be maintain 4d > write

RE: 4D Write Pro WP feature request - need your support

2018-08-29 Thread Michael McCall via 4D_Tech
4D Write had an an export to RTF option which worked with MS Word. That was the main reason we used 4D Write. Until 4D Write Pro has an .rtf or .doc export option we will be unable to use it. This is an essential feature and we can only hope that it arrives quickly. I just added my name to the

Re: 4D Write Pro WP feature request - need your support

2018-08-29 Thread John Baughman via 4D_Tech
I gave up trying to convert write documents to Pro reliably. Fortunately for me with a few exceptions the existing write documents are not supposed to be modifiable so I decided to convert them to PDFs. New documents going forward will be pro only. John Baughman Kailua, Hawaii

Re: 4D Write Pro WP feature request - need your support

2018-08-29 Thread Chuck Miller via 4D_Tech
I also have one client that is a huge 4d write user. We also need to have ability to convert to Microsoft word. Additionally, there are some things we do not seem to be able to do in write pro so for now, we will be maintain 4d write licenses across multiple servers and standalone dos. At the

Re: 4D Write to 4D Write Pro

2018-08-29 Thread Richard Wright via 4D_Tech
That’s what I was afraid of. Does it not occur to anyone at 4D that people have existing code to manipulate 4D Write documents and that that code has to be rewritten to work with 4D Write Pro? The lack of a command cross reference makes the process unnecessarily difficult and maybe you end up

Re: 4D Write to 4D Write Pro

2018-08-29 Thread Richard Wright via 4D_Tech
That’s a great idea, Tim (and I remember you showing me that code). It might not be that much work for us to do for the subset of 4D Write commands that we use. Or maybe just create wrapper functions directly in the application that contain a switch telling whether to use 4D Write Pro or 4D

Re: Emoticons, Emoji, put pictures into eve

2018-08-29 Thread Keisuke Miyako via 4D_Tech
sounds like your compatibility settings does not allow methods to be stored in unicode. emoticons are internally 2 or 4 combining characters which explains the number of question marks ** 4D Internet Users Group (4D iNUG)

Re(2): 4D Write Pro WP feature request - need your support

2018-08-29 Thread Don Lapin via 4D_Tech
I would suggest keeping the pressure on them. They've gone every which-way about promising 4D Write Pro features. As it has been delivered, it is unusable. I've the same issue with Word compatibility. When I click on the link from the original poster, I get into a list of forums, not the

Re: Emoticons, Emoji, put pictures into eve

2018-08-29 Thread Jim Crate via 4D_Tech
I tried to use an emoji in 4D, and while it pasted right into a string literal in the method editor, it doesn’t actually work that way and turns into ?? when you close the method editor. So I found this email to the list from a few years ago, but the ftp link no longer works. This should be

RE: Re(2): 4D Write Pro WP feature request - need your support

2018-08-29 Thread Timothy Penner via 4D_Tech
> When I click on the link from the original poster, I get into a list of > forums, not the request. What's the problem -- login? You must be logged in to view the Feature Request forum. -Tim ** 4D Internet Users Group (4D

RE: 4D Write Pro WP feature request - need your support

2018-08-29 Thread Michael McCall via 4D_Tech
Hi Chip, Thanks for the clarification. In our case .docx and / or .rtf would be acceptable. We don't need .doc specifically. We need something which could be saved as a stand alone document and easily opened and edited within MS Word. Thanks again, Mike