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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 100,242
» Latest member: eacademycoin
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 822 online users.
» 1 Member(s) | 817 Guest(s)
Applebot, Bing, Google, Yandex, eacademycoin

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

 
  IW 15.2.21 is out
Posted by: Alexandre Machado - 12-03-2020, 11:18 AM - Forum: IntraWeb General Discussion - Replies (8)

Hi guys,

here's a new update for IntraWeb 15:

https://www.atozed.com/2020/12/intraweb-15-2-21/

This update brings the new IWSelect control, based on Select2 web control: https://select2.org/

This is probably the most flexible Select/Combo control out there.

Demo coming soon

Enjoy  Big Grin

Print this item

  Simulating low bandwidth with TIdHTTP
Posted by: Ahmed Sayed - 12-01-2020, 10:13 AM - Forum: Indy - Replies (10)

Hi,

I need to simulate internet speed for testing purposes both client and server apps are on my dev machine. I use for this "TIdInterceptThrottler" component, it works fine during downloading or uploading the data but it still resolves the host very fast I want to slow down that too to the speed of my choice like as if the server is remote not on the same machine as the client.

Is there a trick that can be done to mimice that with indy components or whatever?

Thanks in advance, any help will be appreciated

Print this item

  IW error in IE - remove()
Posted by: brsoft - 12-01-2020, 09:29 AM - Forum: IntraWeb General Discussion - Replies (7)

Hi!

Old browser (IE) is sending an error message:
SCRIPT87: Invalid argument.
IWBase__2880361862.js (4,13969)

Problem: remove() function.

I attached a screen about the location of the error.

   

Regards,
Robert

Print this item

  TIWGrid's Control
Posted by: tobenschain - 11-30-2020, 10:19 PM - Forum: IntraWeb General Discussion - Replies (17)

I have a grid containing a Control set to a TIWComboBox. The combo list sometimes shows as blanks. What am I doing wrong? See attached png.



Attached Files Thumbnail(s)
   
Print this item

  IMAP.AppendMsg and AMBName
Posted by: luigisic - 11-29-2020, 05:08 PM - Forum: Indy - Replies (1)

Hello,

  I sent a message with a TidSMTP.

Now I wish save the message in the online server. To do this I try:

Code:
IMAP.AppendMsg(AMBName, MailMessage, []);


But AMBName in my server is 'INBOX.Inviata' but in other server is 'SENT' or 'INBOX.SENT' and so on.

There is a method to pass only one international AMBName valid for all servers?

Thanks

Print this item

  TIWComboBox
Posted by: denville - 11-29-2020, 11:19 AM - Forum: IntraWeb General Discussion - Replies (2)

XE7  15-0-22
Forgive me for asking again.

When a user selects an item from the drop-down list, I need to put something different in the edit eg if the user selects TODAY then I might put 29/11/2020 in the box.  I have experimented with ItemsHaveValues but this does not seem to do anything other than present only the name of name=value (ok) but name also goes into the box.

Thanks.

Print this item

  TIWMemo cursor position
Posted by: denville - 11-28-2020, 01:16 PM - Forum: IntraWeb General Discussion - Replies (1)

If I add a line to a (cleared) Memo such as "HELLO THERE ", when the memo get focus the cursor is at the start on the (empty) line below.  Is there a way to place the cursor at the end of the first line so the user can continue typing immediately following the space ?

I can do it manually by simply entering a backspace, is there perhaps a way to 'inject' a BS when the memo gets focus ?

Thanks.

Print this item

  Where is TIWGradButton
Posted by: matija - 11-27-2020, 01:02 PM - Forum: IntraWeb General Discussion - Replies (7)

I open in new Intraweb 15.2.20 old project with TIWGradButton and not found? 

This this button is in 14.1.13 under Intraweb Standard.

If create new standalone application (http.sys) then found this gradbutton!

Print this item

  access violation using Indy 10 on Raspberry PI
Posted by: KeesBl - 11-26-2020, 07:12 PM - Forum: Indy - Replies (1)

I still have trouble using Indy 10 cross compiling on Lazarus.
The mini project below

program testProject;
uses IdGlobal;
begin
  writeln('Blah');
end.

compiles and links fine for targets Windows, Linux 64 bits and Linux on ArmV7.
The executables run fine on Win64 and Linux Ubuntu but on the Raspberry Pi I get
An unhandled exception occurred at $00010D40:
EAccessViolation: Access violation
  $00010D40
Running with sudo does not help.

If I remove the line: uses IdGlobal and recompile and link, the executable runs without problems on the Raspberry Pi.

If I only add IdGlobal in the project inspector in Lazarus and remove the line 'uses IdGlobal', the executable runs without problems on the Raspberry Pi.

I did not install Indy 10 in Lazarus. I use the units directly.

I wonder whether this a problem with the compiler, fpcUpdeluxe or Indy 10.
Is it possible to run Indy 10 on the Raspberry PI?

Greetings,
Kees

Print this item

  Global UpperCase
Posted by: denville - 11-26-2020, 04:05 PM - Forum: IntraWeb General Discussion - Replies (3)

XE7, IW 15-0-22

Is there a simple way to make an entire form capitals only (converting lower-case to capital as necessary on typing), without adding js individually to every edit (onKeyUp) ?

Thanks.

Print this item