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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 99,172
» Latest member: phcashorgphil
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 818 online users.
» 8 Member(s) | 806 Guest(s)
Applebot, Bing, Facebook, Google, 18homes, 888toptwvn, asonjones, charliehampton, forum98winsh, phcashorgphil, sunwin8info1, Sunwinttapp

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

 
Bug IW cant Handle Authentication Header
Posted by: yonghu058 - 06-17-2021, 01:34 AM - Forum: IntraWeb General Discussion - Replies (13)

Request with header

Code:
Authorization: Bearer ACCESS_TOKEN

report Unsupport Authorization xxxx

waht  can i do?

Print this item

  IntraWeb 15.2.31 is out!
Posted by: Alexandre Machado - 06-14-2021, 05:46 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys

new maintenance update 15.2.31 is available for download 

https://www.atozed.com/2021/06/intraweb-15-2-31/

It includes a new version of IntraWeb Certificate Manager which fixes a critical bug when converting certificates to PKCS12 format (used by IIS and/or Http.sys applications).

Enjoy!  Big Grin

Print this item

  Indy HTTP Server in linux daemon shutdown problem
Posted by: ZGabrovski@gmail.com - 06-13-2021, 08:13 PM - Forum: Indy - Replies (3)

I have a small linux/windows daemon written under Lazarus/FPC.
There is some TThread descendant class, which is created at daemon startup event.
The class create Indy HTTP Server in it constructor. The HTTP Server works fine both as linux daemon/windows service.
There is code that set HTTPServer.Active := False and FreeAndNil Httpserver on thread termination.
Under Windows everything working perfect.
But under linux HTTPServer.Active:=false causes HTTPServer to hang up.

Even when I start a daemon with -r and try to press Ctrl+C it will not terminate. Some times after that I received Äccess violation" or "Segmentation fault".

Any ideas? I think it is some-how related with synchronization (TThread.Synchroinize does not work under ??) Can somebody help?

Print this item

  Identification of the client's re-entry to the site.
Posted by: Сергей Александрович - 06-13-2021, 04:39 PM - Forum: IntraWeb General Discussion - Replies (1)

The client connected to the site (without authorization by login password) and performed some operations. Then he disconnected (broke the session himself or due to technical problems). How do I make sure that the server automatically recognizes the client when it reconnects, so that it can continue performing operations on the server?

Print this item

  IWEdit OnAsyncKeyPress and OnAsyncKeyUp/Down
Posted by: PaulWeem - 06-10-2021, 08:30 AM - Forum: IntraWeb General Discussion - Replies (5)

Hi,

In IWEdit OnAsyncKeyPress, the value in "EventParams.Values['which']" differs from the value in OnAsyncKeyUp/Down.
It looks like another or extended characterset is being used.

My problem is, that in OnAsyncKeyPress keys like <Backspace> or <Delete> do not trigger this event.

Is this by design, or is this a glitch?

Kind regards,
Paul

Print this item

  Autocomplete
Posted by: PaulWeem - 06-09-2021, 10:16 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi,

Would it be possible to add an autocomplete attribute to the IWForm and/or IWEdit.

According to https://www.w3schools.com/howto/howto_ht...te_off.asp this should be possible in HTML

Thanks, Paul

Print this item

  TIWTreeView Async
Posted by: PaulWeem - 06-08-2021, 01:07 PM - Forum: IntraWeb General Discussion - Replies (3)

Hi,

Currently, TIWTreeView and TIWTreeViewItem don't have Async Events.
Are you planning on adding these?

Regards, Paul

Print this item

  ISAPI dll hangs when Terminate AFTER QExport4XLS.Execute
Posted by: alex.trejo@tttnet.com.mx - 06-02-2021, 11:56 PM - Forum: IntraWeb General Discussion - Replies (11)

Delphi 10.2.3
IW 14.2.6

After migrating from IW10, our ISAPI dll is hanging after user exports a report to XLS (via EMS Advanced Data Export 4.16.0.2) and then terminates the session or TimeOut happen. Both events trigger a TerminateAndRedirect. No new users can log into the application and this problem is only resolved doing a recycle in IIS. We have tried everything possible and find no reason of this behaviour. This app had been working fine for years. The problem does not appear if running as exe, only as dll with IIS. We even tried going all the way to IW 15.2.20, same thing happens. Any help would be greatly appreciated. 

UPDATE. We also use Templates in this app. Since the form that produces this report allows download of xls (via SendFile) Form LockOnSubmit is set to False.
Yesterday in one of our trial & error tests, we took the template of that form out and the error seemed to go away, but NO, it continues Sad

UPDATE 2. We moved the QExport component from the UserSessionUnit where it originally was to the unit where the user generates the export. When the user exits that form after generating the XLS export the session of the user hangs, but the other logged in users can continue to work. When leaving the form there is a Form.Release, and there the session hangs. It seems that QExport component leaves something open that Intraweb cannot dispose of.

UPDATE 3. EMS, the makers of the component, say that it is not a problem of component, but something that IW is not able to handle. We are out of options. 

Can you help us understand the problem and -most important - how to find the culprit and solve it?
 
Best regards.

Print this item

  IW 15.2.30 is out
Posted by: Alexandre Machado - 06-02-2021, 10:05 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

A new update with just some minor fixes is available:

https://www.atozed.com/2021/06/intraweb-15-2-30/

Enjoy!  Big Grin

Print this item

  How to create an alias link
Posted by: Comograma - 06-02-2021, 09:27 AM - Forum: IntraWeb General Discussion - Replies (3)

Is it possible to create something like an alias for the links of Intraweb apps?
E.g., instead of, for instance, http://my_ip_address:8880/$/start, something like http://www.my_app.com

Is that possible?

Print this item