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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,912
» Latest member: sx88innet
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 799 online users.
» 1 Member(s) | 794 Guest(s)
Applebot, Bing, Google, Yandex, ltdtylekeonc55

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 297
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 236
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 254
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 558
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 304
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 725
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 278
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,370
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 418
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,076

 
  HTTPSys AddDefaultBinding
Posted by: PaulWeem - 06-01-2021, 03:11 PM - Forum: IntraWeb General Discussion - Replies (4)

Hi,

With Intraweb 15.2.29 on Delphi 10.4.1, I created an HTTPSys application with a specific URL reservation in the ServerController.OnBind event.
Therefore, I don't need the "HTTP://+:8888/" reservation.

But when I uncheck "AddDefaultBinding", I get the errormessage "Add explicit binding(s) via BoundIP property or set AddDefaultBinding"

Am I not allowed to disable the default binding?

Cheers, Paul

Print this item

  Install 15.2.10 doesn't work
Posted by: petrsoft - 06-01-2021, 07:52 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello, we have 4 valid licence purchased keys for 15.2.10. Now we need update our installation on old laptop for newly returning colleague. On his former laptop is 15.1.10. When we have tried to install 15.2.10 installation corrupts with message that  file could'nt be downloaded. What's wrong ? I was persuaded that we could install our licences without any time limitation.  Thank you for your help in advance.
And  another my question. When I saw source code on my purchase point, there was only 15.2.27 - sone newest, but I have licence only to 15.2.10


Sorry, I have found solution. This has been already solved, we have successeded.

Print this item

  WjQDBGrid row select
Posted by: Comograma - 05-31-2021, 04:24 PM - Forum: IntraWeb General Discussion - No Replies

How can I select a IWjQDBGrid row in runtime?
Is that possible? The same when I do a click with the mouse!!

Print this item

  Broken doc links
Posted by: rlebeau - 05-31-2021, 09:06 AM - Forum: IntraWeb General Discussion - Replies (3)

FYI, IntraWeb doc links at https://www.atozed.com/intraweb/docs/ are broken:

Quote:Misdirected Request.

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

Print this item

  RAD Studio10.4.2 IDE doesn’t load IW15.2.29 Evaluation
Posted by: Jacques Lauzon - 05-29-2021, 01:12 AM - Forum: IntraWeb General Discussion - Replies (9)

This problem seems as this thread: Missing entry point in IW15.2.17 (atozed.com) with the latest RAD Studio 10.4.2 and IntraWeb 15.2.29 after IWBundleRemovalTool.exe run. 

Error messages: Six *.bpl files won’t load from C:\Users\Ordi\OneDrive\Documents\Embarcadero\Studio\21.0\Bpl\ (files kept on SSD and MS OneDrive cloud; IntraWeb default installation without memory managers selected; RAD Studio installed on a second SSD). No license. No IW components. 

Thank you for your help.

Print this item

  Bootstrap 3 to 4
Posted by: Comograma - 05-28-2021, 10:32 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi,
I have a use application in Boostrap 3 and I would like to converte it to Boostrap 4.
Is that possible without not to much effort?
I'd try to do it but the result was not how expected.
Am I missing something?
Is there any demo?

Print this item

  IWEdit disabled Delphi 10.4 64 bit
Posted by: pgnair - 05-26-2021, 04:26 AM - Forum: IntraWeb General Discussion - Replies (3)

In the latest version I5.2.27 the TIWEdit control is disabled in the tool pallet for the 64 bit platform but enabled in the 32 bit. What is the reason please?

Print this item

  IW404.html
Posted by: SWTwo6 - 05-25-2021, 04:10 PM - Forum: IntraWeb General Discussion - Replies (2)

I'm trying to use a file in my templates folder to create a custom 404 handler, as per: https://www.atozed.com/forums/thread-111...-3312.html , but whenever the 404 triggers it's raising an Access Violation. Any ideas as to what could cause this behaviour?

I'm in Delphi 2010 and using IW 15.1.15

Print this item

  New IWIPGeolocationClient demo
Posted by: Alexandre Machado - 05-25-2021, 10:10 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys, 

there is a new demo on github showing how to use the new component IWIpGeolocationClient:

https://github.com/Atozed/IntraWeb/tree/...cationDemo

Please notice that in order to test some web services you will be required to register (and get an API key). Also, if the web service uses HTTPS (some do), you also need to copy OpenSSL DLLs (libeay32.dll and ssleay32.dll, 32 or 64 bits, depending on your own application) to the same folder where your application is.

I'll create a more elaborated demo showing how to use this control to prevent unauthorized access to your application, for example, from clients from other countries.

Enjoy!  Big Grin

Print this item

  Install version 14
Posted by: kazlat - 05-25-2021, 09:50 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi,

Delphi 10.3.1 - install version IW 14.2.12,14.2.10,14.2.9..

Error:

Cannot load package 'Intraweb_14_D10_3'
It contains unit 'IW.Common.Threads', which is alsocontained in
package 'IWJclCompileTest_DXE8'

Please help

Kaziu

Print this item