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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 96,894
» Latest member: tylebongdafan
» Forum threads: 2,426
» Forum posts: 11,370

Full Statistics

Online Users
There are currently 748 online users.
» 0 Member(s) | 745 Guest(s)
Applebot, Bing, Google

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

 
  StatusCallback URL for Twilio Conference
Posted by: valmeras - 04-04-2026, 01:14 PM - Forum: IntraWeb General Discussion - No Replies

I am using Intraweb 15.6.1 with C++ Builder (Rad Studio 10.2.3).
In my application I am making voice calls using Twilio conferences.
When setting up a Twilio conference one of the parameters is the statuscallback which is of the type:

statusCallback="https://myapp.com/events"

The purpose of that URL is to receive notifications from Twilio server to the Intraweb application about the progress of the voice call: Initiated, Ringing, Answered, etc...

The calls from my Intraweb application to Twilio server are made using TNetHTTPClient and TNetHTTPRequest components.

So, the question is: How to setup my Intraweb application so that I can provide a statuscallback to monitor the outgoing voice call with Twilio conference?

Print this item

  Datasource does not map to IWDBGrid
Posted by: bruce.eglington@usask.ca - 04-02-2026, 08:28 PM - Forum: IntraWeb General Discussion - No Replies

I have numerous queries defined in a datamodule for an Intraweb program, being used by multiple Intraweb web pages. For some reason, the predefined datasource links in the datamodule have stopped working for the individual pages. No matter what I do for re-specifying the datasource for each IWDBGrid (or indeed any database aware control like IWDBEdit), the predefined mapping no longer works and I have to explicitly code the datasource associations (for instance IWDBGrid1.Datasource := DataModule1.Query1) for every database aware control on my web pages.

Can anybody suggest how to fix this? I have tried respecifying the data columns and respecifying the predefined datasource associations but none of this works. I use Delphi 13 with Intraweb 16.1.8

Thanks

Bruce

Print this item

  New SSL Cert renewal
Posted by: lfeliz - 03-21-2026, 05:26 AM - Forum: IntraWeb General Discussion - Replies (1)

No that ssl Cert renewal is 200 days and probably getting shorter, is there an easy way to automate using Lets Encrypt with the Stand alone app?  In some cases I deploy on AWs behind a load balancer and SSL is managed and I just have an admin OK the renewal that arrives as a link in an email.

I am currently looking at using win acme on an IIS server where i deploy an app, but one deployment prefers the stand alone service with the  .pem ssl files as they can install multiple apps on single server using different ports   443, 8443,8444, etc.....  generating them once a years is okay, but every 6 months requires some automation and i think its work looking into Lets Encrypt for stand alone apps too. 

Has anyone used it for Stand alone apps?  

- Lou

Print this item

Question Delphi 13.1 and 64 bit server do not run - error 217 upon start up
Posted by: rudyPos - 03-20-2026, 05:28 PM - Forum: IntraWeb General Discussion - Replies (3)

App that was working in 13.0 does not start with 13.1.
16.1.9

Set to 32 bit - it is ok.

I have not re installed 16.1.9.  -It remained across the update.

Anyone else with this issue?

regards all


ALSO -I created a NEW application with no legacy code and the same issue occurred.

Print this item

  New Atozed Customer Portal
Posted by: Alexandre Machado - 03-13-2026, 05:28 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi guys,

Please enjoy the new Atozed Customer Portal that we have created using our beloved IntraWeb.
It's in the same address of the ex-Purchase Point:

https://app.atozed.com/

If you are an IntraWeb customer you already have a login there.
In order to login, once in the login page, click on the "Forgot Password" link and provide your e-mail that you used to register IntraWeb.

In a few minutes you will receive an email with a link to reset your password.

From the new customer portal you will be able to retrieve your license keys, download the source code and there is more to come

We are still migrating some new data into the database, so if you don't see a key purchased recently, don't worry. It will be there in a few hours

Enjoy!  Big Grin

Print this item

  IWjQGrid, setting BG_Color of Row or Cell
Posted by: rihar@footbyte.de - 03-09-2026, 12:39 PM - Forum: IntraWeb General Discussion - Replies (1)

is there a (simple) way to set Background Color for certain cells / rows ??
is it possible to expand the setCell Function with a Color Value???

eg: setCell(row,col,Value, Color) ???

Print this item

  IWError.html in Intraweb 16.1.9
Posted by: Mario Villalba - 03-06-2026, 06:56 PM - Forum: IntraWeb General Discussion - No Replies

Hello... I recently had to migrate my Intraweb application from version 15.6 to version 16.1.9. My application uses templates, and I've noticed that the IWError.html page is no longer displayed in exception cases. It does still display the IWSessionTimeout.html page if the session expires. When my logic throws exceptions, they end up being displayed with a standard showmessage. Is this a problem with the new version of Intraweb, or do I need to do it differently now? I tried the "CustomizingExceptions" demo and got the same result.

Print this item

  Newb help
Posted by: Pestiferous - 02-24-2026, 08:27 AM - Forum: IntraWeb General Discussion - No Replies

Hello,
I am trying to show a MS SQL Server money (Currency) column in a TIWJQDBGrid but the grid reamins in "Loading" status.
Cause my Windows PC is set up to use Italian language I suppose the number format (with comma as a decimal separator and  dot as thousand separator) does not match the format expected from the grid.
How can I solve this incompatibility or is there an event to change the number format ?
I try to change the format at object field level but it did not work...
Thank you

Print this item

  cgdevtools release?
Posted by: joelcc - 02-18-2026, 09:54 PM - Forum: IntraWeb General Discussion - No Replies

Is there an eta on when you are going to release the cgdevtools version of iw?

Print this item

  Different Cell rendering in <td> tag
Posted by: mondoedp - 02-13-2026, 03:33 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello,
we're testing IW16.1.9 in D13.
Comparing it to 16.0.8 with D12, we noticed thad <td> elements rendered from DBGrid are using a random CSS (if not assigned by application), while "style=white-space nowrap" is not present anymore.
old:<td style="white-space: nowrap; ">
new:<td class="iw_1575348624">

Also, if I specify a Cell[x,y].Widht:='99%', it was rendered in the style tag:
<td style="white-space: nowrap; width: 99%; ">
Now, it is replaced by a iw class, e.g. <td class="iw_3764614034"> that lack the width property.

Because of this, sometime the page has some differences; we can correct it with a new css, but I was wonder if there is some property to maintain the old behavior because we have hunderes of dbgrid to check.

Thanks,
best regards
Alberto

Print this item