| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 82,214
» Latest member: gem88free
» Forum threads: 2,408
» Forum posts: 11,314
Full Statistics
|
| Online Users |
There are currently 439 online users. » 2 Member(s) | 433 Guest(s) Applebot, Bing, Google, Yandex, 33winluxury, gem88free
|
| Latest Threads |
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
Yesterday, 04:40 AM
» Replies: 4
» Views: 613
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 64
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,332
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 470
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 516
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 412
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 524
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 253
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,201
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,121
|
|
|
| How to use TIdHTTPProxyServer? |
|
Posted by: KPKPKPKP - 06-04-2018, 08:17 AM - Forum: Indy
- Replies (3)
|
 |
Hi everyone...
I want to make a socks proxy server on my windows server!
I have searched about this and found that apps like CCProxy do this for me!
But now i want to make a simple CCProxy like app which acts as proxy server!
I guess that TIdHTTPProxyServer must do this in delphi...
But i do not have aknowlege about this component and how to use it!
Can anyone help me about this...?
Is my mind about this component right or not?!
if not, how to make CCProxy like app in delphi?
|
|
|
| assembly error |
|
Posted by: jjlopez - 06-03-2018, 05:42 PM - Forum: CrossTalk General Discussion
- Replies (8)
|
 |
Hi, I'm trying the demo version of CrossTalk to check if I can use it , and after adding couple of .Net dll, I cannot open the crosstalk dialog anymore, as I'm getting the following error:
[System.Reflection.TargetInvocationException]: Exception has been thrown by the target of an invocation.
[System.Exception]: Assembly not found: C:\projects\testing\clover\..\..\..\Program Files (x86)\Clover\CloverSDK\CloverConnector\CloverConnector.dll
No changes at all in folders, and all files are in the same paths.
I just added the .dll, and after restarting Delphi (Berlin 10.1), I cannot go ahead.
How can be this issue fixed.
Thanks!
|
|
|
| Issues with TLS 1.2 |
|
Posted by: DEKETO - 06-01-2018, 07:36 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
We have an application written in Delphi XE2 + IntraWeb 14.1.12. The IWServerController "SSL Version" is set to TLSv12, and "SSL Versions" is set to [TLSv12]. If an end user turns off TLS 1.0 and TLS 1.1 in their browser settings, leaving TLS 1.2 turned on, the program SHOULD work just fine, but it doesn't.
Using Internet Explorer as an example, this is what the end user sees:
---
This page can’t be displayed
Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings and try connecting to (web address) again. If this error persists, it is possible that this site uses an unsupported protocol or cipher suite such as RC4 (link for the details), which is not considered secure. Please contact your site administrator.
---
Obviously *something* is still trying to use TLS 1.0 or 1.1 - any ideas as to what the problem could be? This affects all of our customer sites, and we need everything to be TLS 1.2 for e-commerce security compliance.
Many thanks for any help you can provide.
|
|
|
| TIWFileUploader |
|
Posted by: Mikey29 - 06-01-2018, 02:18 PM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
Hello,
I would like to simulate a mouse clic event on a TIWFileUploade component…
I should use the OnAsyncClick… :
IWFileUploader1.OnAsyncClick(IWFileUploader1, EventsParams);
For the sender I use the IWFileUploader1 name of the component, But for the EventsParams, I Don't know what to use …
If place a Stringlist I've created It return me an error…
It is possible to simulate a mouse clic for this compents ? If yes, where I can found a sample, Please ?
With Best regards,
Mikey
|
|
|
| Button Back |
|
Posted by: l.Restif - 05-30-2018, 12:03 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi,
how is it possible to use the back button in an intraweb application?
Is there a way to tell the serveur controller via an ajax callback which form is the current when the last page is reloaded from the cache?
The current page has to correspond to the current form in the intraweb session.
|
|
|
|