Hi guys, This is a mystery to me.
I use a simple peace of code to send an e-mail message. This code works perfectly in v15 and higher. $vError:=SMTP_Charset (1;1) $vError:=SMTP_SetPrefs (1;1;0) $result:=IT_SetPort (12;587) $result:=SMTP_New ($smtp_id) $result:=SMTP_Host ($smtp_id;[Settings]EMA_smtp) $result:=SMTP_From ($smtp_id;[Settings]EMA_adres) $result:=SMTP_To ($smtp_id;[Settings]EMA_adres;0) $result:=SMTP_Subject ($smtp_id;$EMAsubject) $result:=SMTP_Body ($smtp_id;$EMABody) $result:=SMTP_Auth ($Smtp_id;[Settings]EMA_login;[Settings]EMA_paswoord;0) //0=highest available, 1=plain, 2=LOGIN, 3=CRAM-MD5 $result:=SMTP_Send ($Smtp_id) However, a customer of mine who still uses 4D v11 (yes, I know…) is running the same code, but gets an error 10113 (Error with Authentication) Any idea how I can get this to work in v11? Regards, Rudy Mortier > On 13 May 2019, at 15:59, Chip Scheide via 4D_Tech <[email protected] > <mailto:[email protected]>> wrote: > > you could set the highlight row, > then do whatever, > then set the scroll position back > and (if needed) un set the highlight row > > Chip > On Sat, 11 May 2019 10:06:22 -0400, Alan Tilson via 4D_Tech wrote: >> Hello again, >> What I meant if it wasn't clear is can I get this to work with an Output >> Form showing a list of records? >> Thanks! >> Alan >> >> On Fri, May 10, 2019 at 5:31 PM Alan Tilson <[email protected] >> <mailto:[email protected]>> wrote: >> >>> If I have selected a record HIGHLIGHT RECORDS works fine, but often I >>> haven't. >>> Alan >>> >>> On Fri, May 10, 2019 at 5:30 PM Alan Tilson <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>>> Hello out there, >>>> I cannot get OBJECT GET SCROLL POSITION to work with a list form. >>>> OBJECT GET SCROLL POSITION([table]field;scrollPosition) leaves >>>> scrollPosition at zero, wherever I have scrolled. >>>> Thanks! >>>> Alan >>>> >>>> On Tue, Jun 12, 2018 at 6:31 PM Richard Wright via 4D_Tech < >>>> [email protected] <mailto:[email protected]>> wrote: >>>> >>>>> Thanks, Miyako, that works! >>>>> >>>>> >>>>>> From: Keisuke Miyako <[email protected] >>>>>> <mailto:[email protected]>> >>>>>> To: 4D iNug Technical <[email protected] >>>>>> <mailto:[email protected]>> >>>>>> Subject: Re: Scroll position of display-type subform >>>>>> Message-ID: <[email protected] >>>>>> <mailto:[email protected]>> >>>>>> Content-Type: text/plain; charset="utf-8" >>>>>> >>>>>> haven't tried, >>>>>> but I wonder if CONVERT COORDINATES would be smart enough to take into >>>>> account the scrolled amount of a detail subform. >>>>>> >>>>>> >>>>> http://doc.4d.com/4Dv16/4D/16.3/CONVERT-COORDINATES.301-3651760.en.html >>>>> <http://doc.4d.com/4Dv16/4D/16.3/CONVERT-COORDINATES.301-3651760.en.html> >>>>>> >>>>>>> 2018/06/12 7:37、Richard Wright via 4D_Tech <[email protected]> >>>>> のメール: >>>>>>> I need to get the position of an object on a display-type subform in >>>>> global coordinates and the subform may be scrolled. >>>>>> >>>>> >>>>> ********************************************************************** >>>>> 4D Internet Users Group (4D iNUG) >>>>> FAQ: http://lists.4d.com/faqnug.html >>>>> Archive: http://lists.4d.com/archives.html >>>>> Options: https://lists.4d.com/mailman/options/4d_tech >>>>> Unsub: mailto:[email protected] >>>>> ********************************************************************** >>>> >>>> >> ********************************************************************** >> 4D Internet Users Group (4D iNUG) >> Archive: http://lists.4d.com/archives.html >> <http://lists.4d.com/archives.html> >> Options: https://lists.4d.com/mailman/options/4d_tech >> <https://lists.4d.com/mailman/options/4d_tech> >> Unsub: mailto:[email protected] >> <mailto:[email protected]> >> ********************************************************************** > --------------- > Gas is for washing parts > Alcohol is for drinkin' > Nitromethane is for racing > ********************************************************************** > 4D Internet Users Group (4D iNUG) > Archive: http://lists.4d.com/archives.html > <http://lists.4d.com/archives.html> > Options: https://lists.4d.com/mailman/options/4d_tech > <https://lists.4d.com/mailman/options/4d_tech> > Unsub: mailto:[email protected] > <mailto:[email protected]> > ********************************************************************** Met vriendelijke groeten, Rudy Mortier Two Way Communications bvba ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

