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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 100,057
» Latest member: wwwrk55com
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 986 online users.
» 1 Member(s) | 982 Guest(s)
Applebot, Bing, Google, wwwrk55com

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: 409
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 455
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 338
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 693
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 401
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 885
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 361
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,600
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 534
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,275

 
  delay
Posted by: isandro - 04-09-2021, 05:14 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello,

Is there any way to set a "delay" to run the OnAsyncKeyUp event?

I would like to trigger the OnAsyncKeuUp event only when the user stops typing inside IWDBEdit.

best regards.

Print this item

  ScriptEvents and Delphi functions.
Posted by: isandro - 04-09-2021, 02:01 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello,



How do I access a delphi function from within the scriptevents property?


Is this possible?


best regards.



Attached Files Thumbnail(s)
   
Print this item

  IWGrids
Posted by: yeioso - 04-07-2021, 11:34 PM - Forum: IntraWeb General Discussion - Replies (9)

  • IWGrids: Toggling visibility of control won’t cause a full refresh. Instead, only the visibility attribute is set via JavaScript
Somebody, please help me with a sample

Print this item

  IntraWeb 15.2.27 is out!
Posted by: Alexandre Machado - 04-07-2021, 10:37 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi guys,

the new update bringing many enhancements to controls like TIWSelect, TIWjQGrid, TIWjQPageControl, TIWjqAccordion, and also some important bug fixes.

https://www.atozed.com/2021/04/intraweb-15-2-27/

Note: This version is *not* binary compatible with previous IW 15.2.26 (meaning, you need to rebuild dependent 3rd party packages from sources)

Enjoy!

Print this item

  Compiling app after license expired?
Posted by: davidbaxter - 04-07-2021, 04:05 AM - Forum: IntraWeb General Discussion - Replies (5)

The last version of Intraweb I can use is 15.2.12 because I'm still on Delphi 10.3.1. So my license recently expired and I did not renew since I can't use the newer versions. Can I still compile my application using 15.2.12? I was able to do so until the expiration, but now I'm seeing buttons and grids in the wrong locations when I build.

Print this item

  ajaxCall large data
Posted by: oystein.jakobsen@sas.no - 04-06-2021, 07:48 AM - Forum: IntraWeb General Discussion - Replies (1)

I try to send some data from the client using the javascript ajaxCall function, but it raises EIdReadLnMaxLineLengthExceeded exception when the datasize is above 16k. Is there a way to set or increase this 'MaxLineLength' limit when the IWServerController, WebApplication or UserSession is created?

Print this item

Question IWFileUploader, Frames and RehashPending
Posted by: JacksonGomes - 04-04-2021, 12:44 PM - Forum: IntraWeb General Discussion - No Replies

Hey guys, let me explain my situation:

I have the following structure in my app:

 IWForm -> IWFrame1 -> IWFrame2 containing an IWFileUploader

All these frames are created dynamically using Async events and all works fine, except for the event IWFileUploader.OnAsyncUploadCompleted not being fired.

After some debugging, I found out that the FComponentHash internal list was not being updated when the upload process was triggered or, somehow, the IWFrame2 creation was not triggering it. Then, every time I create a IWFrame, I'm forcing RehashPending := True on my main IWForm, then the IWFileUploader events are being triggered as expected.

Then I tried to create another app to reproduce the issue, but I could not. I ended up finding something different, still with the IWFileUploader

When you dynamically create a frame containing an IWFileUploader, the control does not show up.

   

But it works fine when your frame is created at design-time

   

Funny thing is that it works fine in my app, i.e., the IWFileUploader is shown (except the mentioned event that is not triggered). Wondering if I'm missing some here.

I've attached a demo showing the "issue".

Cheers



Attached Files
.zip   FileUploaderDemo.zip (Size: 27.9 KB / Downloads: 6)
Print this item

  IntraWeb 14.2.13 download link
Posted by: pgnair - 03-27-2021, 02:52 AM - Forum: IntraWeb General Discussion - Replies (1)

IntraWeb 14.2.13 download link is not working. Kindly help
https://www.atozed.com/intraweb/download/v14/

Print this item

Question Http.sys deploy and aHttpBindings
Posted by: JacksonGomes - 03-25-2021, 06:03 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi guys, have anyone seen the error below and has any tip to solve it?

TIWServiceWorker.Execute: [HttpSys] A call to "HttpAddUrlToUrlGroup" failed: The parameter is incorrect http://app.bobskeywords.com/

This is my code:

   aHttpBindings.Add('http://app.bobskeywords.com/');

I have the above URL pointing to the server the app is running and I can run the app if I use a URL base for the binding, for example:

  aHttpBindings.Add('http://*:80/bkw/');

in this case, if I try to access my app using http://app.bobskeywords.com/bkw/ it works as expected.

Cheers and thanks.

Jackson

Print this item

Bug A
Posted by: creorlei - 03-24-2021, 10:55 PM - Forum: IntraWeb General Discussion - Replies (3)

algo está errado com o assíncrono, não estou conseguindo obter os valores digitados no navegador (cromo) no lado do Delphi.

something is wrong with asynchronous, I am not able to get the values typed in the browser (chrome) on the Delphi side.
   

Print this item