| Welcome, Guest |
You have to register before you can post on our site.
|
| 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?
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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.
|
|
|
| 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
|
|
|
| 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
|
|
|
|