Recent

Recent Posts

Pages: [1] 2 3 ... 10
1
Showmessage(E.Message) displays

Unable to open file "710032824SHL.pdf": The system cannot find the file specified.

The pdf was created in the correct directory with the proper filename.

I will look into the newer ssl/tls stuff when i fix this.
Did you pass the path to the File, too?
A Path to a file is part of the Filename itself
2
Showmessage(E.Message) displays

Unable to open file "710032824SHL.pdf": The system cannot find the file specified.

The pdf was created in the correct directory with the proper filename.

I will look into the newer ssl/tls stuff when i fix this.
3
LCL / Re: Using KeyPress event, how to get subsequent key presses?
« Last post by Zvoni on Today at 02:24:42 pm »
Would it be better to use keydown event instead for this?
rather KeyUp
KeyDown fires permanently, when you hold a key down.
KeyUp only fires once per "Key-Press"

Interesting, so the key up event isn’t too late to set the key to #0 ?
Depends on the use-case.
Just create all three events and put some Writeln's in.
You'll see what's "on time" and what's too late
4
LCL / Re: Controlling the behavior - JVCLLaz - JvDBLookUpCombo?
« Last post by 1HuntnMan on Today at 02:18:12 pm »
RVK, my monitor is set to 1920 x 1080. It will allow higher setting but going to play around with the display widths a bit.
5
LCL / Re: Using KeyPress event, how to get subsequent key presses?
« Last post by Joanna on Today at 02:15:13 pm »
Would it be better to use keydown event instead for this?
rather KeyUp
KeyDown fires permanently, when you hold a key down.
KeyUp only fires once per "Key-Press"

Interesting, so the key up event isn’t too late to set the key to #0 ?
6
Possibly the openssl version is way to old. In that case the server will refuse the protocol used and you will get no or an erronious error. you must use openssl1.1.1 or better openssl3. this error can be seen weekly on this forum.
I can already see that with your wrog code here;
Code: Pascal  [Select][+][-]
  1.       Mail.Smtp.SSL := True;//wrong!
  2.       Mail.Smtp.FullSSL:=true;//-----wrong!
  3.       Mail.Smtp.TLS:=False;
----wrong!
that can be replaced by just;
Code: Pascal  [Select][+][-]
  1.       Mail.Smtp.TLS:=true; //tls superceded ssl a long time ago
ssL as such is not supported, TLs1.0, 1.1 may be supported. the default is usually tls 1.2 or tls 1.3.

You must update both openssl and synapse to a more recent version.

7
LCL / Re: Controlling the behavior - JVCLLaz - JvDBLookUpCombo?
« Last post by 1HuntnMan on Today at 02:06:52 pm »
Okay, thank you WP/RVK.  I'm going to spend some more time experimenting with your suggestions this morning.  I'll get back to you in a bit.

Take care friends...
8
General / Re: a Unit problem?
« Last post by Thaddy on Today at 01:56:12 pm »
@Tron
The cause was an unitialized threadmanager because of the extra Usecthreads define, so I removed it and OP missed that.
9
General / Re: a Unit problem?
« Last post by EventHorizon on Today at 01:52:28 pm »
and the compilation failed  :P :-[
And by withholding  the error message you think someone is able to help you ? My car won't start someone please help me while you could just as well have turned the key in the ignition ?  :P
Apparently you are hasty as I, but you saw were I was drawn to. So, be careful  :P
10
General / Re: a Unit problem?
« Last post by EventHorizon on Today at 01:51:21 pm »
Please, accept my apologies. Indeed, I made I mistake and you saw the message before withdrawing it.

Sorry again, and thank you for your help.
Pages: [1] 2 3 ... 10

TinyPortal © 2005-2018