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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,489
» Latest member: Vinmedianl
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1207 online users.
» 4 Member(s) | 1199 Guest(s)
Applebot, Baidu, Bing, Google, dmfirstgamecom, h19t5com1, socolive78livee, Vinmedianl

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

 
  layout best practice
Posted by: Mirco - 12-14-2018, 11:13 AM - Forum: IntraWeb General Discussion - Replies (3)

Hi,
im trying to build the first layout of my application.
I need a simple layout with menu in the left side and in the right side two grids one upper and one under the end of the first.
|m|  |---|
|   |  | 1 |
|   |  |---|
|   |  | 2 |

In the first grid i have some rows (master) and after the detail.
My need is to have the master that use the space to show all the rows and in sequence the second whit the details

The best practice is using IWRegion or directly the grid?
The region need the align at client?
Im trying to use CSS to position the grid is this correct or i have to establish the layout in the form?

Thanks for all suggestion

Print this item

  Free IntraWeb 14 Update for Delphi 10.3 Rio Users
Posted by: Alexandre Machado - 12-13-2018, 09:36 AM - Forum: IntraWeb General Discussion - Replies (3)

Hi guys,

IntraWeb 14 is also available for Delphi 10.3 Rio users as a FREE update

https://www.atozed.com/2018/12/14-2-9/

IntraWeb 14.2.9 is based on 14.2.8 code base, but also includes Delphi 10.3 Rio support.

How to get your FREE Delphi 10.3 Rio Bundled Key: https://www.atozed.com/intraweb/bundled/

Enjoy!  Smile

Print this item

  Delphi 10.3 Rio
Posted by: dlikar - 12-12-2018, 12:01 PM - Forum: Indy - Replies (2)

I have pulled the latest sources from development snapshot and found that Rio packages are not included.
Do You have any estimation when they will be available?

Dejan

Print this item

  what is the maximum capacity that indy TCP can hold ?
Posted by: Madammar - 12-12-2018, 06:54 AM - Forum: Indy - Replies (5)

in my machine each port can carry 1024 Connections , when my indy server have about 600 clients which is 600 Threads every thing is fine no problems at all. but when it goes to 800 + the app got not responsive and unable to accept new connections 

what is the possible number that indy can hold ?

Print this item

  What might cause this IMAP client error - "'Unexpected: Non-last response line..."
Posted by: edwinyzh - 12-11-2018, 05:49 AM - Forum: Indy - Replies (2)

The error happens during the execution of TidImap4.UIDRetrievePeek, any hint as to trace the source of the issue?

And here is the full error message:
---------------------------
Debugger Exception Notification
---------------------------
Project program1.exe raised exception class EIdReplyIMAP4Error with message 'Unexpected: Non-last response line (i.e. a data line) did not start with a *, offending line: nthalten. Sollten Sie diese E-Mail irrt=C3=BCml='.
---------------------------
Break   Continue   Help   
---------------------------

Thanks.

Print this item

  Javascript help
Posted by: TonyNZ - 12-10-2018, 05:51 PM - Forum: IntraWeb General Discussion - Replies (1)

I need to get an authenticated ID from an external site (OrcID). The process, from an Intraweb application, is to open up a URL to that site, login with a username / password and "authorize" my web site (Intraweb) to be supplied the ID. OrcID then redirects back to my site with a URL that contains the authenticated ID. Which I would need to "read" and store the value in a Delphi variable.

I have been supplied with an example of how to do this via a number of javascript functions (attached). But I don't even know how to integrate these into an Intraweb (15.x) application. 

Any help / advice appreciated.

Print this item

  IW BootsTrap 64 bit version
Posted by: bob9999 - 12-10-2018, 05:59 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi there.  Is there an install available for IW BootsTrap that is 64bit?  I upgraded to version 15 which included this library and I cannot use in my 64bit application.  I was wondering at first why all was greyed out and I could not access until I happened to hover my mouse over and saw only 32bit there.  64bit has been out for a long time so I am surprised to see only 32bit available.  I am using Delphi 10.2.  Cheers.  bob

Print this item

  setting idtcpserver to false
Posted by: Madammar - 12-09-2018, 06:44 PM - Forum: Indy - Replies (3)

Why when i set tidtcpserver active property to false it does not disconnect all connected clients immediately ?

Print this item

  Javascript Errir in Browser Console
Posted by: ShaneStump - 12-09-2018, 06:15 PM - Forum: IntraWeb General Discussion - Replies (1)

Howdy All!

I have a control I have written that is rendering my control properly and it is working.

However when I look at the console in the various browsers, I am getting a lot of the following type errors:

Error in processAjaxExecute when evaluating: AsyncRenderControl("", "#CALENDARDAYCELLCOLUMN05_", "<div class=\"text-right w-100\" id=\"BIGCALENDARDAYCELLTITLETEXT988\"><p1><b>1<\/b><\/p1>\r\n<\/div>");

Syntax error, unrecognized expression: #


Is this my problem or an INTRAWEB problem?

I am using the latest IW 15.0.17.

Thanks,

Shane

Print this item

  ISAPI DLL deployment files needed
Posted by: bob9999 - 12-07-2018, 06:16 PM - Forum: IntraWeb General Discussion - Replies (14)

Hi there.  I am new to DLL deployment for IIS and ISAPI.  I have created the IW15 DLL file in Delphi 10.2 fine and have installed on the server following doc http://docs.atozed.com/docs.dll/deployme...20IIS.html.  On step 5 there is the vague wording about copying all files but all that is generated is the DLL.  Windows seems to want a landing htm mage or something minimal to call to load the DLL.  I found one reference on-line for the web.config file recommendation but I just cannot seem to get the DLL to load for deployment on the server.  What are basic files needed in the wwwroot to load the DLL?  Cheers. bob

Print this item