| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
New Atozed Customer Porta...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
03-13-2026, 05:31 AM
» Replies: 1
» Views: 165
|
IWjQGrid, setting BG_Colo...
Forum: IntraWeb General Discussion
Last Post: rihar@footbyte.de
03-09-2026, 12:39 PM
» Replies: 0
» Views: 163
|
IWError.html in Intraweb ...
Forum: IntraWeb General Discussion
Last Post: Mario Villalba
03-06-2026, 06:56 PM
» Replies: 0
» Views: 176
|
Newb help
Forum: IntraWeb General Discussion
Last Post: Pestiferous
02-24-2026, 08:27 AM
» Replies: 0
» Views: 258
|
cgdevtools release?
Forum: IntraWeb General Discussion
Last Post: joelcc
02-18-2026, 09:54 PM
» Replies: 0
» Views: 312
|
Different Cell rendering ...
Forum: IntraWeb General Discussion
Last Post: mondoedp
02-13-2026, 03:33 PM
» Replies: 0
» Views: 260
|
Delphi Language Progressi...
Forum: Delphi General Discussion
Last Post: ozumunamet
01-26-2026, 07:52 PM
» Replies: 0
» Views: 7,522
|
TIDFTP sending short file...
Forum: Indy
Last Post: Dany40
01-26-2026, 12:12 PM
» Replies: 18
» Views: 2,685
|
File selection problem
Forum: IntraWeb General Discussion
Last Post: WaldoBlackwood
01-24-2026, 04:15 PM
» Replies: 1
» Views: 752
|
Is there a way to assign ...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
01-21-2026, 05:09 AM
» Replies: 1
» Views: 566
|
|
|
| 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
- No Replies
|
 |
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
|
|
|
| IW 16.1.9 Invalid property value loading forms with frames |
|
Posted by: Fabrizio Conti - 01-15-2026, 02:12 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi,
after installing IW 16.1.9 in Delphi 13 I have errors opening old forms.
The errors are “error reading IWGradButton1.Style.Button.ToColor: invalid property value” or similar error for IWLabel1.Font.ToColor property.
This happens only when the controls are placed in a child frame that is placed in a parent form through the IDE.
Opening the child frame itself does not cause the error.
I tried the Frame Inheritence Demo and there is the same error opening the uChildFrame1 form.
The same happens in IW 16.1.8.
Fabrizio
|
|
|
| TIDFTP sending short files goes to timeout |
|
Posted by: Dany40 - 01-14-2026, 05:40 PM - Forum: Indy
- Replies (18)
|
 |
Hi;
I use a TIDFTP client in a RadStudio 10.4 project that connects to a FileZilla Server for sending thoudands of little files (1kb to 4 or 5 MB). The client is set to send in pasive mode and bynari mode, using PUT:
Code: Ftp.Put(sSoruceFile, sTargetFile, False, -1);
In the very big number of files it sends every week, 3 or 4 different and small files (2 kb in size) appeared that could not be transferred to that server; FileZilla is receiving them, sure in only one package as those files are very little in size; but after the client reaches the 60 seconds timeout, the Put raises a read error. When I see at the server side, the file only have 1300 bytes, when the original file is 2406 bytes.
Using one of the files that fails, I can reproduce the same 100% of the times I try. I attached here a test file.
FileZilla server is 1.12.1 version, and it is running on a Windows 11 PRO virtual machine and behind a NAT.
Thank you in advanced for any idea or clue I can follow!
|
|
|
| Delphi 13.0 : CGDevTools Registration |
|
Posted by: s.noel - 01-05-2026, 02:38 PM - Forum: CGDevTools
- Replies (3)
|
 |
Hello,
I’ve downloaded the latest version of CGDevTools 5.0.0 RC4 and successfully installed IntraWeb 16.1.8, entering the corresponding license key during installation.
However, when I open my IDE 13.0 Florence, I don’t see the CGDevTools tab that should allow me to register the CGDevTools license.
Did I miss any step or additional configuration?
Thank you in advance for your help.
Best regards.
NOËL Sébastien
Delphi Developer
|
|
|
|