Re: User and Group information error on validation

2019-07-31 Thread Tim Nevels via 4D_Tech
On Jul 31, 2019, at 8:46 PM, JOHN BAUGHMAN wrote: > I fixed the Users and Groups errors by…. > > 1. Open Groups in the Toolbox > 2. Select an offending group > 3. Deselect the first selected member in the group (in my case > Administrator) > 4. Select the next group do

4Dv15 app on Windows Service

2019-07-31 Thread Tarawerkz via 4D_Tech
Hi, I have a Windows question to ask ….. I have a v15 application running on a Windows service on a Windows Server 2012 r2 (VM). Problem is the service would crash randomly, sometimes every 10-14 days, sometimes on consecutive days. Upon restart, sometimes the service would crash again almost

Re: Connecting to UPS

2019-07-31 Thread JasonH via 4D_Tech
Yep -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 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_tec

RE: can't load internal 4D component

2019-07-31 Thread David Ringsmuth via 4D_Tech
Lutz, The six components not loaded were internal to 4D. 4D would not launch because of the 2019 compatibility mode not enabled. It never got to “running”, where it would be able to open an 4D structure. Yes, I tested the nightly build of v17R5.239769, and it would NOT run 4D on that WS2019, w

Re: Write Pro wk anchor layout attribute permanent when using wk behind text

2019-07-31 Thread Tom Benedict via 4D_Tech
Thanks for pointing this out Mr Miyako. If I Ctrl-click on the image that is “behind” the text, it selects and I can right-click the contextual menu to change the layer. However, it never occurred to me to Ctrl-click on the image and I doubt whether it would occur to many of our users either. I

Re: Connecting to UPS

2019-07-31 Thread Lee Hinde via 4D_Tech
Thanks! If it's that old, you're probably using the xml data structure, not json, correct? > On Jul 31, 2019, at 2:39 PM, JasonH via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I'm using the the UPS API, but haven't looked at the code in over 5 years. > If you run into specific problems I can t

Re: Connecting to UPS

2019-07-31 Thread JasonH via 4D_Tech
I'm using the the UPS API, but haven't looked at the code in over 5 years. If you run into specific problems I can try to help though. I just checked, and I can still pull up tracking by reference. :-) Along with tracking, I also use their API for rate quotes, TIT, and address validation. -- S

Re: How to decode this text

2019-07-31 Thread Keisuke Miyako via 4D_Tech
the original post was about decoding so I would assume receiving. as for sending "manually" built MIME, you could use curl, https://github.com/miyako/4d-plugin-curl-v2 or, to some extent, QuickSend in MIME mode. http://doc.4d.com/4Dv17/4D/17/SMTP-QuickSend.301-3785447.en.html Transporter can ex

Re: Write Pro wk anchor layout attribute permanent when using wk behind text

2019-07-31 Thread Keisuke Miyako via 4D_Tech
Hello, have you tried modifier+click? 2019/08/01 0:58、Tom Benedict via 4D_Tech <4d_tech@lists.4d.com>のメール: Has anyone else experienced this? ** 4D Internet Users Group (4D iNUG) Archive: http://l

Re: User and Group information error on validation

2019-07-31 Thread JOHN BAUGHMAN via 4D_Tech
I fixed the Users and Groups errors by…. 1. Open Groups in the Toolbox 2. Select an offending group 3. Deselect the first selected member in the group (in my case Administrator) 4. Select the next group down or up. 5. Reselect the offending group selecte

Re: User and Group information error on validation

2019-07-31 Thread Kenneth Geiger via 4D_Tech
John, Just a thought…might this error relate to a “group” of objects (perhaps radio-buttons??) on a form and not to a “Users & Groups” Issue? Regards, Ken > On Jul 31, 2019, at 2:03 PM, JOHN BAUGHMAN via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I am getting the following error… > > The g

Re: Another validation issue - orphaned method resource

2019-07-31 Thread Chip Scheide via 4D_Tech
compact the structure? as to the user group errors - on a copy - try deleting the group and recreating it Chip On Wed, 31 Jul 2019 10:10:25 -1000, JOHN BAUGHMAN via 4D_Tech wrote: > I am getting a bunch of warnings in the Check Orphan Methods section > that say… > > Warning: The method

Another validation issue - orphaned method resource

2019-07-31 Thread JOHN BAUGHMAN via 4D_Tech
I am getting a bunch of warnings in the Check Orphan Methods section that say… Warning: The method resource CC4D of id 19001 is not used anywhere.(0,0) Of course with a different id. I don’t have any orphaned methods. What is a method resource and how do I get rid of them. John John B

Re: User and Group information error on validation

2019-07-31 Thread Jeffrey Kain via 4D_Tech
I have a bunch of these too - preventing a clean bill of health when I check my structure file. I'd love to have a solution for this. > On Jul 31, 2019, at 4:03 PM, JOHN BAUGHMAN via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I am getting the following error… > > The group 15003 is referenc

User and Group information error on validation

2019-07-31 Thread JOHN BAUGHMAN via 4D_Tech
I am getting the following error… The group 15003 is referencing a nonexistent member -16.(0,0) No clue how to fix it. I am getting several of these errors. John John Baughman Kailua, Hawaii (808) 262-0328 john...@hawaii.rr.com **

Connecting to UPS

2019-07-31 Thread Lee Hinde via 4D_Tech
UPS used to support a url-based status check where the user could track packages based on their internal data - an invoice number and the UPS Customer number got you the status for that delivery. (Specifically avoiding having to store a UPS tracking number in the database.) About a month ago they

Re: v15R5 bug?

2019-07-31 Thread Kirk Brooks via 4D_Tech
Jeremy, Not a boring response at all and gives a good description of what you're doing. My first thought is that if you want to support both "classic 4D" listboxes and modern, Form based listboxes from the same component you are going to want to branch the code. As you are discovering attempting t

Write Pro wk anchor layout attribute permanent when using wk behind text

2019-07-31 Thread Tom Benedict via 4D_Tech
I have found that when inserting a picture into a 4DWrite Pro document to be “behind text” using: $image:=WP Add picture($WPObject;$imageRef) WP SET ATTRIBUTES($image;wk anchor layout;wk behind text) or when dragging and dropping inline with the text then changing th

Re: v15R5 bug?

2019-07-31 Thread Jeremy Roussak via 4D_Tech
Kirk, Thanks for your reply, which is interesting. This is what I’m doing. I wrote most of the code quite a while ago, before objects and before dynamic variables. I have a component to handle listboxes. Its methods can be used in three ways. 1. The box is fully set up in the Form editor. The c

Re: How to decode this text

2019-07-31 Thread Kirk Brooks via 4D_Tech
Miyako, On Wed, Jul 31, 2019 at 1:47 AM Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > The MIME header is an multi layered specification. > https://en.wikipedia.org/wiki/MIME > > one can switch encodings or charsets mid-sentence, or use multiple lines, > so the decoding logic can get

4D Write Pro Drag and Drop

2019-07-31 Thread Tom Benedict via 4D_Tech
I want to be able to drag a picture from the desktop and drop it onto a 4D Write Pro document and have the On Drop event trigger so I can prompt the user as to what layer (inline with text, anchored behind text or anchored in front of text) the picture should be placed. I’ve found that drag and

Re: How to decode this text

2019-07-31 Thread Keisuke Miyako via 4D_Tech
The MIME header is an multi layered specification. https://en.wikipedia.org/wiki/MIME one can switch encodings or charsets mid-sentence, or use multiple lines, so the decoding logic can get really complex. c.f. https://github.com/miyako/4d-plugin-gmime > 2019/07/31 5:52、Chip Scheide via 4D_Tec

AW: How to decode this text

2019-07-31 Thread Epperlein, Lutz (agendo) via 4D_Tech
Look here for further explanation: https://en.wikipedia.org/wiki/MIME#Encoded-Word Regards Lutz -Ursprüngliche Nachricht- Von: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] Im Auftrag von Chip Scheide via 4D_Tech Gesendet: Dienstag, 30. Juli 2019 22:52 Betreff: Re: How to decode this te

AW: can't load internal 4D component

2019-07-31 Thread Epperlein, Lutz (agendo) via 4D_Tech
Hi David, a question regarding this compatibility mode: Did you try it with 4D v17R5 too? In your first posting you only mentioned v17R4. The Software requirements document (https://download.4d.com/Documents/Products_Documentation/LastVersions/Line_17R5/VIntl/4D_v17_R5_SystemRequirements_EN.pdf