Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 99,420
» Latest member: rumblerummyonlinecom
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 1102 online users.
» 0 Member(s) | 1098 Guest(s)
Applebot, Bing, Google, Yandex

Latest Threads
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 333
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 383
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 290
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 635
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 365
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 810
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 329
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,484
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 486
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,185

 
  New feature: IntraWeb handling Let's Encrypt certificates
Posted by: Alexandre Machado - 02-27-2020, 09:37 AM - Forum: IntraWeb General Discussion - Replies (8)

Hi guys!

Next IntraWeb version will handle the whole Let's Encrypt certificate generation process. Let's Encrypt (https://letsencrypt.org/), in their own words is "A nonprofit Certificate Authority providing TLS certificates to 180 million websites". Let's Encrypt certificates are 100% free.

We created a new ACME client, written in Delphi, which will be part of IntraWeb Ultimate and 100% integrated to the IntraWeb application. It will be able to fully handle Let's Encrypt HTTP-01 Challenge (https://letsencrypt.org/docs/challenge-types/), including: generation of key pairs and CSR (Certificate Signing Request), handling of the challenge itself (saving a challenge file in a specific folder and responding to Let's Encrypt request), downloading the Certificate from Let's Encrypt server and installing it (depending on your deployment type).

When done manually, the whole certificate process is *painful* and needs to be repeated every 3 months or less (LE certificates need to be renewed every 3 months). Also, if you are using other paid Certificate Authority, it can cost you up to a couple of hundreds *per year* for a simple certificate...

In short: all IW applications can benefit from SSL/HTTPS security with almost ZERO human intervention and very low maintenance! A really cool feature that will save you lots of work and also money!

First version will be ready for testing in a few days.

Stay tuned!  Big Grin

Print this item

  ISAPI DLL - new form does not work in Async events (iw15.1.12+)
Posted by: brsoft - 02-25-2020, 05:41 PM - Forum: IntraWeb General Discussion - Replies (3)

Hi!

There is an error in versions after iw15.1.12.

Stand alone application: OK.

IIS + ISAPI.DLL + Virtual directory: calling the new form does not work in Async events. The new URL does not contain the virtual directory name.

Demo:
iw15.1.12: http://95.140.46.153/iw15_1_12
iw15.1.15: http://95.140.46.153/iw15_1_15
[url=http://95.140.46.153/iw15_1_15][/url]
Code:
procedure TIWForm1.IWButton1AsyncClick (Sender: TObject; EventParams: TStringList);
var F: TIWForm2;
begin
F = TIWForm2.Create (WebApplication);
F.Show;
end;

Print this item

  Upload directory
Posted by: mhammady - 02-24-2020, 06:01 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello

Apologies if my question is somehow basic, but is there is an easy way for IW to upload an entire directory from the client machine to the server?


Thanks in advance
Mohamed

Print this item

Wink Delphi 7 and Indy 9.0 Error Connecting SSL
Posted by: jerltlim - 02-24-2020, 05:00 AM - Forum: Indy - Replies (1)

I'm using TIdHTTP component to execute GET command, resulting in above error message:

Code:
Request.ContentType := 'text/html';
Request.CustomHeader.Values['Authorization'] := 'Basic '+ TIdEncoderMIME.EncodeString(SPIAKey)+':'TIdEncoderMIME.EncodeString(SAPISecret);

TIdSSLIOHHandlerSocket
Method - sslvSSLv2
Can someone help me on this?

I try to upgraded to Indy version 10 but I cannot find TIdHTTP, what should I do?

Print this item

  TIWGrid.cell[0,0] disappears in OnAsyncTimer
Posted by: MrSpock - 02-23-2020, 05:34 PM - Forum: IntraWeb General Discussion - No Replies

I can only one time assign
TIWGrid1.Cell[0,0].Control:= TIWImage1;
in form OnCreate

Another assignment to
TIWGrid1.Cell[0,0].Control
or even to any other cell
makes the cell [0,0] disappear

The bug is only in OnAsyncTimer
but it is all right (does not disappear) in OnTimer

Print this item

  IW 15.1.15 is out
Posted by: Alexandre Machado - 02-23-2020, 07:54 AM - Forum: IntraWeb General Discussion - No Replies

New maintenance update for IntraWeb 15.1 is out

https://www.atozed.com/2020/02/intraweb-15-1-15/

This version is binary compatible with previous versions (from 15.1.12)

Cheers   Big Grin

Print this item

  IWRectangle Drag-Drop
Posted by: Len Yates - 02-20-2020, 05:06 PM - Forum: IntraWeb General Discussion - Replies (5)

I installed IntraWeb 14 a week ago and I’m transporting a project over into it.  However, I’ve run into a problem.  I need TIWRectangle to handle drag and drop events.  Has this been added in IntraWeb 15?

Print this item

  Using jSignature in Intraweb and storing the signature data in an async event
Posted by: jeroen.rottink - 02-19-2020, 10:42 AM - Forum: IntraWeb General Discussion - Replies (3)

I am integrating https://github.com/brinley/jSignature to make a signature in a html page.
It's to sign a work order by a customer much like parcel delivery services uses it.

Integrating and using the library works. Now I would like to store the signature data in the database. For this I need to send the signature data to the server. First idea was to use

Code:
function sendSignature() {
  var $sigdiv = $('#signature');
 
  var signatureData = $sigdiv.jSignature("getData");
  ajaxCall("StoreSignature", "&signature="+signatureData, false);
}

The url gets too long this way. Long question short: How do I get the signature data to the server? Can I POST the data? Is there some example for this?

PS I don't mean to get the data in a compressed format like image/jSignature;base30, another export format.

Print this item

  Help needed with listbox
Posted by: SorenJensen - 02-16-2020, 02:59 PM - Forum: IntraWeb General Discussion - No Replies

Hi All,

I have a problem with an Iwlistbox. I do not seem to react to either of the OnChange events, when I add items to it or delete items from it.

I have two listboxes next to each other and a button in between. When I (async)click the button it moves the selected item in the left list to the right list, by adding the line to the right list and deleting it from the left list.

In that proces I say both lists are changed, but neither OnChange not OnAsyncChange of any of the listboxes are fired.

What am I doing wrong ?

I'm pretty sure I once saw a demo with this functionallity, but can't seem to find it now. Any body know of an example I can chech out ?

Regards
Soren

Print this item

  TiwEdit component design issue.
Posted by: SorenJensen - 02-16-2020, 01:54 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi All,

When I put on a TIwEdit on a form, at design, it is higher than usual. 32 pixels in stead of the usual 21. Is that only on my installation and if, how do I set it back to 21 ?

If it is a general change, I wonder why it has been changed and if that is the future size to get used to. NB! I'm still on 15.1.12.

regards
Soren

Print this item