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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,317
» Latest member: febet9cocom
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

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

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
2 hours ago
» Replies: 1
» Views: 101
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 99
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 110
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 388
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 199
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 562
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 189
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,130
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 323
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 921

 
  IW 15.5.9 IWChart
Posted by: PaulWeem - 04-15-2024, 12:50 PM - Forum: IntraWeb General Discussion - Replies (5)

Hi Alexandre,

As of IW 15.5.9 it's not possible anymore to create a Chart where one serie is of type ctLine and the second serie is of type ctBar.
All serie are shown as the type set in the ChartType property (at design- or runtime).

Furthermore, I'm still looking for a way to save the Chart to an image, so it can be used in a report.

Hope you can help with this.

I'm using Delphi 12(.1).

Cheers, Paul

Print this item

  TIWServerControllerIniReader
Posted by: Lorbass - 04-12-2024, 10:59 AM - Forum: IntraWeb General Discussion - No Replies

When using IWServerControllerBaseConfig, the following error message appears in the log file:
04/11/2024 03:07:08 TIWServerControllerIniReader.SetProperty [ShowLoadingAnimation]: Access violation at address 00000000 in module 'server.exe'. Reading from address 00000000

The following is defined in server.ini:
LockerOptions.ShowLoadingAnimation=True

Something wrong on our site?

Thanks for checking in advance

Print this item

  IW chart JS How to manage rosponsiveness
Posted by: David1 - 04-10-2024, 03:11 PM - Forum: IntraWeb General Discussion - No Replies

Hello,

in a bootstrap page template I replaced an IW tag with a script that represent a Google chart object with data.

with the following script:
<script type=''text/javascript''>$(window).resize(function() {'
i can redraw the chart to make it responsive when the window resize.

Is there a way to do the same with TIWChartJS making it responsiveness? 

Thank you,
Davide

Print this item

  Intraweb15_2_15 source code some files missing
Posted by: hsbelli - 04-07-2024, 05:40 PM - Forum: IntraWeb General Discussion - No Replies

hi, i purchase iw ultimate version and try download a source code for version Intraweb15.2.15  and cant install the packages. some files missing like "IW.Common.CopyParser", "Iwkloch" and others. please can you update ths source.

regards

Print this item

  Resize problems with IW 15.5.10/15.5.11
Posted by: JuergenS - 04-06-2024, 12:04 PM - Forum: IntraWeb General Discussion - Replies (9)

Hello, 

I have some problems with the latest INTRAWEB versions.

Edition: IntraWeb Ultimate Edition
IntraWeb Version: 15.5.9
32-bit Server on 64-bit Windows
HTTP Server is active on port: 80
HTTPS Server is active on port: 543 (OpenSSL v1.1.1)


In versions 15.5.10/15.5.11, a number of containers (TIWRegion, TIWListbox, TIWMemo etc.) are not displayed in their full size when a form is opened,
even though Align = alClient is set. The objects are only displayed in the correct size after the browser window is resized.

The RAD IDE displays gray sketchy layout information that appears to be generated by the INTRAWEB runtime and not by the RAD IDE.
The layout information largely covers the layout information of the RAD IDE and is therefore perceived as annoying.
How can this be turned off ?
This layout information continues to be displayed even when i return to IW15.5.9.


Best Regards
Juergen

Print this item

  Cookies with the SameSite=None in Chrome
Posted by: valmeras - 03-27-2024, 06:59 PM - Forum: IntraWeb General Discussion - Replies (3)

I am using C++ Builder 10.2.3 with Intraweb 15.5.9
I am getting the warning message below in Google Chrome:

"Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, reading third-party cookies will be blocked. This behavior protects user data from cross-site tracking."

The problem is that in IWServercontroller->CookieOptions
Secure= true
But even if I set SameSite=ssoStrict or SameSite=ssoLax

I am always getting the same warning!
I can try to set it in the code in IWServercontroller. But I think it needs to be checked

Print this item

  303 Redirect and Response Payload
Posted by: ALW2019 - 03-26-2024, 02:30 PM - Forum: IntraWeb General Discussion - Replies (5)

We are using IntraWeb 15.2.36 and have an issue where we need to be able to remove or alter the Payload in the Response Header for a 303 redirect.  During the application sign-on process the user-id and password are in the Request, but they are also being returned in the Payload of the Response header.  How can we remove or alter the Response payload in IntraWeb?

Steps for Verification:
1. Login to the application while intercepting the request through a proxy.
2. Notice that the 303 response to the login POST request contains the password in cleartext.
(See attached screen print)



Attached Files
.docx   303 Response Header.docx (Size: 460.37 KB / Downloads: 6)
Print this item

  smmFunctions.pas
Posted by: Mikael Nilsson - 03-26-2024, 10:33 AM - Forum: IntraWeb General Discussion - Replies (1)

bug?
Just installed 15.5.10.
Got this error in BitScanLast: [dcc32 Error] smmFunctions.pas(337): E2107 Operand size mismatch


function BitScanLast(aValue: NativeInt): NativeUInt;
asm
{$IFDEF CPU386}
  BSR AX, aValue;
{$ELSE} .NOFRAME
  BSR RAX, aValue;
{$ENDIF}
end;

Print this item

  TIWjQDBGrid paging
Posted by: troberts - 03-26-2024, 04:06 AM - Forum: IntraWeb General Discussion - Replies (2)

I have a TIWjQDBGrid connected to a dataset with a couple of hundred records in it. It displays fine and the paging works nicely.

I have goMultiSelect on, and I can select multiple records by clicking in their checkboxes.

I can move the active record up and down with the arrow keys. However Page Up and Page Down have no effect.

If I select some records on the first page, move to the second page and then back to the first page, the selections are gone.

I have some questions.

1. How can I make the grid toggle the selection of the current record when the spacebar is pressed?
2. Is it possible to get Page Up/Down to move through the pages?
3. Can the selected records persist across page changes?

Thank you.


One other thing:

In OnAsyncSelectRow I call UpdateSelectedIDs, but even after doing that the SelectedIDs property lags one step behind. After selecting one row, it is blank. After selecting two rows it contains the ID of the first row and so on. Is this intentional?

Print this item

Exclamation iw15.5.10 does not address issue since after 15.5.6
Posted by: rudyPos - 03-25-2024, 12:09 PM - Forum: IntraWeb General Discussion - Replies (8)

I am going back to 15.5.6... Again Angry

AtoZed team - am i doing something wrong?
recap- try to add a dbnavigator toolbar to an iw form



Attached Files Thumbnail(s)
   
Print this item