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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 92,013
» Latest member: thekkingplus
» Forum threads: 2,418
» Forum posts: 11,356

Full Statistics

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

Latest Threads
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
Yesterday, 08:01 AM
» Replies: 5
» Views: 330
VCL conversion
Forum: Delphi General Discussion
Last Post: marktuan
08-07-2026, 01:20 PM
» Replies: 0
» Views: 373
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 96
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 255
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,419
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,342
Datatables question
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-28-2026, 04:34 AM
» Replies: 2
» Views: 324
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-27-2026, 08:27 PM
» Replies: 1
» Views: 500
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-27-2026, 03:18 PM
» Replies: 3
» Views: 448
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-17-2026, 05:18 PM
» Replies: 6
» Views: 4,943

 
  Open other Page
Posted by: DL4NSC - 10-21-2020, 05:01 PM - Forum: IntraWeb General Discussion - Replies (4)

Hi Guys
I have some little problem

I have two forms on my test application. But I can not open the second form.
I have create a button. On click this button

Form3->Show(); not work
IWForm3->Show(); not work
TIWForm3->Show(); not work....

Can you helb me?  I work with c++Builder.

Thanks

Print this item

Information Vulnerability: HSTS Missing From HTTPS Server
Posted by: zsleo - 10-20-2020, 01:50 AM - Forum: IntraWeb General Discussion - Replies (5)

I have an application built with IW 15.8.2 that is currently undergoing PCI version 3.2.1 DSS level 1 certification and it has failed on the following:

Quote:Part 2. Vulnerability Details
Component: [web address removed]
Compliance Status: Fail
Detected Open Port: TCP port 443
CVE Number (None)
CVSSScore: 5.8
Severity Level: Medium
Vulnerability: HSTS Missing From HTTPS Server
Details Synopsis: The remote web server is not enforcing HSTS.
Impact: The remote HTTPS server is not enforcing HTTP Strict Transport Security (HSTS). HSTS is an optional response header
that can be configured on the server to instruct the browser to only communicate via HTTPS. The lack of HSTS allows downgrade
attacks, SSL-stripping man-in-the-middle attacks, and weakens cookie-hijacking protections. 
See also :https://tools.ietf.org/html/rfc6797
Data Received: The remote HTTPS server does not send the HTTP "Strict-Transport-Security" header.
Resolution: Configure the remote web server to use HSTS.


Is there an IW setting to enforce this or do I just add the custom header "Strict-Transport-Security: max-age=<expire-time>" in ServerController OnNewSession

TIA

Print this item

  intercept TerminateAndRedirect
Posted by: PDSBILL - 10-18-2020, 06:28 PM - Forum: IntraWeb General Discussion - Replies (2)

I have a main ISAPI IW app that launches other IW apps. 
Is there a way to intercept all TerminateAndRedirect calls so I can add an additional parameter to the redirect url?

Thank you

Print this item

  Multiple SSL certificates with SNI
Posted by: TPiotr - 10-17-2020, 08:07 PM - Forum: IntraWeb General Discussion - Replies (5)

Hi,

Is IntraWeb Stand Alone Server (TSaServerIndy) support several domains secured with a separate certificate on one ip address?

Best Regards
Piotr

Print this item

  ADOConnection and CoInitialize
Posted by: DL4NSC - 10-17-2020, 09:25 AM - Forum: IntraWeb General Discussion - Replies (2)

Hello everybody

I'm using C ++ Builder 10.4.1 and IntraWeb 15.2.18

In my first test with IntraWeb last week I used the ADOConnection; ADOTable, DataSource and IntraWeb's DBGrid are used.
I was able to access the data of Access data.

For this I didn't have to program a single line of program code, I just had to adjust the connection string in ADOConnection.

Unfortunately, I had to reinstall the PC. Angry 
After the installation I load the program and make new. (the same)
Now I get the error: CoInitialize was not called.

That must have happened automatically beforehand. What do I have to do, to make this happen again automatically.

Thank you

Print this item

  How to change the main project form
Posted by: Сергей Александрович - 10-13-2020, 05:03 AM - Forum: IntraWeb General Discussion - Replies (7)

When creating the project, the main form was created as a registration form. During the development of the project, it became necessary to show the welcome form before the registration form. The welcome form has been created in the project, but how can I assign it as the main one in the project?

Print this item

  IWBS4 Buttons dont work
Posted by: DavEar - 10-12-2020, 04:47 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello, I'm neewbie of IWBS but why if i use IWBS4Layoutmanager no buttons works ( Click and AsyncClik ) , just using IWBSLayoutManager everythings works?

I copy redist  folder both as wwwroot and iwbs, in the folder of the application

Thanks

Print this item

  ISAPI DLL, ADO and ComInitialization
Posted by: ebob42 - 10-12-2020, 12:43 PM - Forum: IntraWeb General Discussion - Replies (4)

Hi All,

I have a question regarding the correct value of the ComInitialization property.

We're using data pooling, and on the datamodule a TADOConnection component and TADOQuery (we're migrating to FireDAC soon, but have ADO for now).

I always believed that for an ISAPI DLL, IW does not do any COM initlization, since IIS will take care of that, so we've left COMInitialization set to ciNormal (and could probably also have left it as ciNone). See also http://codeverge.com/embarcadero.delphi....in/1047897

However, there's now a discussion because the manual (from 2002) says we should use ciMultiThreaded, as can be read in chapter 7.5 of http://downloads.atozed.com/intraweb/IntrawebManual.pdf

What's the official word about this? When using ADO in pooled data modules, should we use COMInitialization set to ciMultiThreaded? Or should we call CoInitializeEx ourselves? Or leave COMINitialization set to ciNormal or coNone? Experience quite a performance degradation with more than a few dozen concurrent requests (the pool is big enough, but the delay is not linear)...

Thanks for any insight.

Groetjes, Bob Swart


One more question: if we change the value of COMInitizatiion, while ISAPI DLl is already running (so we change it in code), will that have effect for any new incoming requests, or should we reload the ISAPI DLL instead?

Print this item

  IntraWeb+DataTables (Demo)
Posted by: Encina - 10-11-2020, 03:00 PM - Forum: IntraWeb General Discussion - Replies (2)

https://pan.baidu.com/s/1TOxlyAiu6PBBkp459AUsFA
1234

https://cowtransfer.com/s/51e9a922ef2d44


Password: www.atozed.com

Print this item

  WYSIWYG end-user editor with image and mobile support
Posted by: jeroen.rottink - 10-08-2020, 10:03 AM - Forum: IntraWeb General Discussion - Replies (3)

For a customer I am searching for a WYSIWYG editor integrated with IW to add and update visit reports, installation notes etc.
They should be able to add text and photo's taken with a mobile and additional markup styles like bold, italic, bullets etc.

Currently they use Evernote but they are not happy with it. They would like to keep there data local in there own database with better integration with their ERP system.

I prefer a solution without a monthly / annual free per end-user. A paid development license is possible.

Are there users of IW who already solved such an issue?

Print this item