Re: How to Determine Field Type from XML Structure Export?

2018-04-19 Thread Keisuke Miyako via 4D_Tech
if you do an introspection using SQL, Begin SQL SELECT * FROM _USER_COLUMNS INTO LISTBOX :L End SQL you'd see 2 columns, DATA_TYPE and OLD_DATA_TYPE c.f. http://doc.4d.com/4Dv16R4/4D/16-R4/System-Tables.300-3451015.en.html the "type" attribute in structure xml corresponds to DATA_TYPE except

How to Determine Field Type from XML Structure Export?

2018-04-19 Thread Jeremy French via 4D_Tech
When we export an XML structure, what does the "type" attribute indicate? For example, here is a snippet, from an XML Structure Export, for 3-fields: date, time and boolean. --- --- The above "type" attribute values do *NOT* correspond with the values returned the 4D command "Type". For

Administrator

2018-04-19 Thread Keith Goebel via 4D_Tech
To the list Administrator: Would it be possible to eliminate some of the headers shown for each email in the digest? At the moment we see, for each email Message: 1 Date: Wed, 18 Apr 2018 14:32:01 -0500 From: Tim Nevels To: 4d_tech@lists.4d.com Subject: Re: URGENT: 4D in Citrix or Terminal Serv

Re: Setting color print option problem

2018-04-19 Thread Jim Labos - infobase via 4D_Tech
Unfortunately they are on v13 still. Looks like its available only starting in v15. Looks like they will have to live by doing manually each time they change settings for a print job. Thanks. Jim Labos infobase - Jim Labos - infobase -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f

Re: Upgrading 2004 to v15

2018-04-19 Thread Douglas von Roeder via 4D_Tech
Mark: I don't have anything running V16 but the docs for OT state "4D V11.5+" and it is compatible with 32 bit and 64 bit versions. The web site (https://www.aparajitaworld.com/downloads) reads "What you will need: 4D V11 or later" and it confirms the 32 and 64 bit functionality. -- Douglas von

Re: Upgrading 2004 to v15

2018-04-19 Thread Jim Hays via 4D_Tech
Yes ObjectTools works with v16. We are on 16R6. It is 64bit as well. Jim On Thu, Apr 19, 2018 at 5:53 PM, Mark Zinke via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi All, > > I was wondering if anyone knows if ObjectTools supports 4D V16? > > > > -- > Sent from: http://4d.1045681.n5.nabble.com/

Re: Upgrading 2004 to v15

2018-04-19 Thread Mark Zinke via 4D_Tech
Hi All, I was wondering if anyone knows if ObjectTools supports 4D V16? -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: ht

Re: Setting color print option problem

2018-04-19 Thread Keisuke Miyako via 4D_Tech
you can use print settings to BLOB we have been using it to switch colour / BW since 4D 2004. v16: http://doc.4d.com/4Dv16/4D/16.2/Print-settings-to-BLOB.301-3432852.en.html legacy: http://doc.4d.com/4Dv15/4D-Pack/15.1/AP-Print-settings-to-BLOB.301-2787500.en.html 2018/04/20 3:06、Jim Labos -

Re: list box on a subform

2018-04-19 Thread Keisuke Miyako via 4D_Tech
Hello, there should be nothing special about using a listbox in a widget (non-list) subform. here is an example: https://github.com/4D-JP/event-world-tour-japan-2015/blob/master/5.%20hierarchical-list/hierarchical-list.4dbase.zip 2018/04/20 3:48、Charles Miller via 4D_Tech <4d_tech@lists.4d.co

list box on a subform

2018-04-19 Thread Charles Miller via 4D_Tech
Hi All, Version 15.5. I have a list box which we have moved to a subform as it is used in more than one place. When directly on the form, lines get displayed with the approriate color, but on the sub form, they do not. Can anyone advise how to make sure colors and other settings work on a subform

Setting color print option problem

2018-04-19 Thread Jim Labos - infobase via 4D_Tech
A customer is using a Xerox printer where customer is charged on a per page printed basis. There are 2 tariffs, the cheaper one is the black and white. Since the customer mostly does not need the color options I set him up with a way to set his print settings at startup so tha he does not have to d

RE: Web Service Call in 4Dv15

2018-04-19 Thread Epperlein, Lutz (agendo) via 4D_Tech
Not sure, but maybe there is an issue with the certificates on the v15 server. If I remember correctly, it isn't necessary to have a pub key file in the database folder, it could even be harmful to https connections. HTH Regards Lutz Epperlein

SMTP_Sender, SPTP_From, SMTP_ReplyTo

2018-04-19 Thread David Rose via 4D_Tech
In a 4D v15 app I am sending emails that have an email address for authentication that is different than the SMTP_Sender, SMTP_From, and SMTP_ReplyTo values. I am finding that with the following values, the recipient sees the authentication username in his/her email client, and I don't want that

Re: Web Service Call in 4Dv15

2018-04-19 Thread Ronnie Teo via 4D_Tech
Hi All, I raised this question a week ago and am still stuck on the same problem. A quick refresh, I am unable to consume a web service from a 4Dv15.5 application (converted from 4Dv11). The v15 application is running on a Windows 2012 server, say Server1. The 4D v11 application running on the s

Re: What happened to LISTBOX Get Information?

2018-04-19 Thread Kirk Brooks via 4D_Tech
Ah ha! - it's been renamed: LISTBOX Get property On Thu, Apr 19, 2018 at 7:26 AM, Kirk Brooks wrote: > LISTBOX Get Information isn't in the language ref for v16r or v17 and > doesn't appear in v16r6 code. I can't find any mention of it being > deprecated. > > Is this an oversight or is it gone?

What happened to LISTBOX Get Information?

2018-04-19 Thread Kirk Brooks via 4D_Tech
LISTBOX Get Information isn't in the language ref for v16r or v17 and doesn't appear in v16r6 code. I can't find any mention of it being deprecated. Is this an oversight or is it gone? -- Kirk Brooks San Francisco, CA === *We go vote - they go home* *

Re: Signed emails to the list?

2018-04-19 Thread Matthias Schmidt via 4D_Tech
Ah, that’s good news :-) Matthias On 5 Apr 2018, at 10:26, Epperlein, Lutz (agendo) via 4D_Tech wrote: Hi Tim, thanks, it seems to work, the signed email is delivered via iNUG. Lutz -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Epperlein, Lutz