Re: Typing a menu ref for Dynamic pop up menu

2017-12-07 Thread Kirk Brooks via 4D_Tech
Yeah, I've spent no small amount of time maintaining code I eventually determined wasn't being used too. On Thu, Dec 7, 2017 at 1:31 PM, John Baughman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Duh! Of course. Actually the method in question had been replaced and was > not being used anymore,

Re: Typing a menu ref for Dynamic pop up menu

2017-12-07 Thread John Baughman via 4D_Tech
Duh! Of course. Actually the method in question had been replaced and was not being used anymore, or more probably not ever used. Thanks, John > On Dec 7, 2017, at 11:13 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > John, > > On Thu, Dec 7, 2017 at 1:00 PM, John Baughman

Re: Typing a menu ref for Dynamic pop up menu

2017-12-07 Thread Kirk Brooks via 4D_Tech
John, On Thu, Dec 7, 2017 at 1:00 PM, John Baughman via 4D_Tech <4d _t...@lists.4d.com> wrote: > The compiler then complains when I try to append to the list saying > “Changing the type of vTopLevelList from type text to type Real. > ​You can only use APPEND MENU ITEM with a menu ref. You menti

Typing a menu ref for Dynamic pop up menu

2017-12-07 Thread John Baughman via 4D_Tech
vTopLevelList:=Create menu If I try to compile the structure without explicitly typing the variable vTopLevelList, the complains that the result of the function is not compatible with the expression. If I type the variable… C_TEXT(vTopLevelList) The compiler then complains wh

Re: Anyone seeing issues with OPEN PRINTING JOB and Windows 10?

2017-12-07 Thread Kirk Brooks via 4D_Tech
Sorry - I should mention this is v15.4. On Thu, Dec 7, 2017 at 12:14 PM, Kirk Brooks wrote: > I have a user running a brand new Win10 laptop and is unable to print a > report built inside an OPEN/CLOSE PRINTING JOB clause. This is an old > report and no other users are having issues. > > I'm lo

Anyone seeing issues with OPEN PRINTING JOB and Windows 10?

2017-12-07 Thread Kirk Brooks via 4D_Tech
I have a user running a brand new Win10 laptop and is unable to print a report built inside an OPEN/CLOSE PRINTING JOB clause. This is an old report and no other users are having issues. I'm looking for ideas about what it might be. -- Kirk Brooks San Francisco, CA === The

Re: Sending Email To FastMail

2017-12-07 Thread Cannon Smith via 4D_Tech
Wow, I didn’t know that parameter existed! That does indeed solve the issue. Thanks, Tim! -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On Dec 7, 2017, at 11:52 AM, Timothy Penner wrote: > > What are you issuing as the second parameter to SMTP_SEND? > If

RE: Sending Email To FastMail

2017-12-07 Thread Timothy Penner via 4D_Tech
What are you issuing as the second parameter to SMTP_SEND? If you want to explicitly use SSL this parameter should be 1. http://livedoc.4d.com/4D-Internet-Commandsv16-R4/help/Command/en/page88989.html -Rim ** 4D Internet Users

RE: Interaction with Microsoft Web Service

2017-12-07 Thread Timothy Penner via 4D_Tech
Maybe this will help: 4D v12 and Exchange Web Services Product: 4D | Version: 12.1 | Published on: January 20, 2011 | http://kb.4d.com/assetid=76247 --- Tech Note: 4D v12 and Exchange Web Services PRODUCT: 4D | VERSION: 12.1 | PLATFORM: Mac & Win Published On: January 20, 2011 Exchange Web Serv

Re: Sending Email To FastMail

2017-12-07 Thread Cannon Smith via 4D_Tech
I think I’ve uncovered a bug in Internet Commands. When setting up the code to send a new email, I use this command: $lError:=IT_SetPort (12;465) which should enable SSL and have the SMTP_Send command use port 465. When I see what is actually going on using Wireshark, I see that 4D is i

RE: Interaction with Microsoft Web Service

2017-12-07 Thread Dennis, Neil via 4D_Tech
> No offense intended: It is hard to offend me, even if you are trying :) I don't use 4D SOAP very often... but I have always been able to get it work even if I had to go to a low level. I totally agree it is difficult to understand and way over complicated. In more recent years I have found th

[ANN] hmReports 5.3 available for 4D v15 and v16 (32+64 bit)

2017-12-07 Thread Christian Sakowski via 4D_Tech
Today, heubach media released version 5.3 (Build 28874) of hmReports. hmReports is a plug-in developed by heubach media (http://www.hmplugins.com), Hamburg, Germany for 4D. Version 5 is a huge leap for reporting and drawing capabilities in 4D with hmReports. „The main focus for this Version wa

Re: Interaction with Microsoft Web Service

2017-12-07 Thread Herr Alexander Heintz via 4D_Tech
Am 07.12.2017 um 15:26 schrieb npdennis via 4D_Tech <4d_tech@lists.4d.com>: > >> Thank you for the response. What i was omitting to say is that i was looking >> for a solution for the v12 version of 4D and i'm dealing with a SOAP >> comunication. > > > The commands haven’t changed much that I kn

Re: Interaction with Microsoft Web Service

2017-12-07 Thread npdennis via 4D_Tech
> Thank you for the response. What i was omitting to say is that i was looking > for a solution for the v12 version of 4D and i'm dealing with a SOAP > comunication. The commands haven’t changed much that I know of between version. Check the v12 manual for web services (web services are SOAP ser

Re: Interaction with Microsoft Web Service

2017-12-07 Thread Herr Alexander Heintz via 4D_Tech
Well, I might have something for you: I wrote a component a few years ago to communicate with Exchange Web Services and it still works quite well. The Manual is here: http://manual.4d-exchange.com/doku.php Sadly, NO Version 12, as it makes good use of

Re: Saving an object array to disk

2017-12-07 Thread Arnaud de Montard via 4D_Tech
> Le 5 déc. 2017 à 20:45, Timothy Penner via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Why don't you just use SQL EXPORT SELECTION and SQL EXECUTE SCRIPT? Hi Tim, I had to use that last month for a crashed DB in which there was no other solution after repair than export/import all. Code

RE: Interaction with Microsoft Web Service

2017-12-07 Thread STARDATA via 4D_Tech
Hey Neil, Thank you for the response. What i was omitting to say is that i was looking for a solution for the v12 version of 4D and i'm dealing with a SOAP comunication. -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html *