Sending Emails Quicker?

2017-06-19 Thread Sujit Shah via 4D_Tech
I would like to send merged emails to several recipients. atm this is how i do it For($i;1;$lRecipients) - Open New SMTP Connection - Set the Body, Subject, To, From - Authenticate with Outgoing mail server - Merge the tags in the Body Dear John, Dear Renu etc And Set the SMTP_Body - Send - Clea

[MEETING] Montreal 4D Club Meeting

2017-06-19 Thread Thierry Daigneault via 4D_Tech
The next meeting of the Montreal 4D Club will be held Wednesday June 21st at 7 PM. The schedule for the next meeting is as follows: News Questions Presentations - Open meeting. Bring your questions and presentations. End of the meeting We usually end up at some sort of restaurant after each meet

Re: 4D and Exchange Server with IMAP

2017-06-19 Thread npdennis via 4D_Tech
> Using the correct password, and specifying the last parameter as 1 ("use > SSL"), this works. > ^By works, I mean the command completes within 2 seconds, $ErrorNum is 0, and > vImap_ID is 1 Thanks, good to know. I will double check the password, but I’m pretty sure it was OK as I tried a cou

RE: 4D and Exchange Server with IMAP

2017-06-19 Thread Timothy Penner via 4D_Tech
Hi Neil, I just tried this with our corporate exchange server: C_LONGINT(vImap_ID) C_TEXT(vHost;vUserName;vUserPassword) vHost:="exchange.notmyactualserver.com" vUserName:="u...@notmyactualserver.com" vUserPassword:="notmyactualpassword" vImap_ID:=0 IT_SetPort (14;993) $ErrorNum:=IMAP_Login (vHos

RE: Exporting/Importing Table Relations

2017-06-19 Thread Tai Bui via 4D_Tech
Hi, It is possible to perform an export of the structure definition which contains the relationships. Most of the items are identified by UUIDs that 4D generates automatically. You may be able to parse the file and recreate the relationships by code as the relationships also contain the table a

Re: Best solution for printing Enterable PDF docs from 4D v15

2017-06-19 Thread Chuck Morris via 4D_Tech
Ingo, Thanks for your response. Can you point me to any documentation that will explain what tools I need to use to implement the workflow you described in your response? Are you able to generate the Enterable PDF forms within 4D? OR Do you have to create the PDF with Adobe Acrobat fir

RE: 4D and Exchange Server with IMAP

2017-06-19 Thread Dennis, Neil via 4D_Tech
> Which port are you connecting to? SSL? Is it set using IT_SetPort? I don't specify the port with IT_SetPort, I let IMAP_Login pick the port depending on the SSL flag. I have confirmed that IMAP_Login is using port 143 for clear connection and 993 for SSL/TLS connections. When I test with TCP_

RE: 4D and Exchange Server with IMAP

2017-06-19 Thread Timothy Penner via 4D_Tech
Hi Neil, Which port are you connecting to? SSL? Is it set using IT_SetPort? If you are using and older version of 4DIC, then you may need to make sure the password does not contain any special characters (such as & or *). -Tim *

4D and Exchange Server with IMAP

2017-06-19 Thread Dennis, Neil via 4D_Tech
Did anyone ever get the IMAP_Login to work with MS Exchange server? When I connect with IMAP_Login I get either a 10061 or a 10064 (connection time out or reset) but when I connect to the same machine and port with TCP_Open I get a valid connection and a response: "* OK The Microsoft Exchange I

About omitted params in 4D commands...

2017-06-19 Thread Kirk Brooks via 4D_Tech
I was just reading a KB tech tip on OBJECT DUPLICATE. I started using OD in v13 and really hadn't looked at the docs for a while. The tech tip is showing how to control the level (or z-axis) of a duplicated object. Handy, but not my point here. The thing I was how

Re: Modal dialog dilemma

2017-06-19 Thread Jody Bevan via 4D_Tech
Kirk Brooks: Thank you for your kind words. My son (Adam Bevan) and I have multiple motivation for writing our shell the way we are. ‘Bleed Through/Butterfly effect’ were one of them. It is likely that our very large application we previously had showed us that it can bite one too easily withou

Re: Modal dialog dilemma

2017-06-19 Thread David Porter via 4D_Tech
Interestingly we discovered one source of bleed through was our users. Some of our users would double click the accept or cancel button. So, I set the button in the background window to disabled, and enabled it about 1 second after the foreground window was closed. Dave Porter Tailored Solutions,

Re: Enterable Variables in Output Form headers

2017-06-19 Thread Chip Scheide via 4D_Tech
I think this idea will work for you. use modify selection - set table in read only first records are not editable and the behavior you desire (enterable variable(s)) should be available. as for Listboxes: there are 2 types, array and selection based. - an array listbox functions as you suggest (ar

Re: Modal dialog dilemma

2017-06-19 Thread Chip Scheide via 4D_Tech
how about: in first form: b_accepct_form_1 (no action - code does an accept b_cancel_form_1 (no action) - cade does cancel second form: b_accepct_form_2 (no action - code does an accept b_cancel_form_2 (no action) - cade does cancel Note : - No automatic action(s) - different button names this *

Re: Linux in the future?

2017-06-19 Thread Chip Scheide via 4D_Tech
Apple announced a 'fill-in' Mac pro - not sure of pricing it is a beefed up iMac, so.. you will have to deal with an 'all-in-one' form factor On Fri, 16 Jun 2017 16:43:45 +0200, Paul Lovejoy via 4D_Tech wrote: > Neil, > > Yes, we’ve been looking into the Mac Pro as an option to replace a > sta