IWModalWindow from different Sessions
Hey everybody, i need your help. Problem: MainForm can load multiple Frames and on opening another one, the old one got deleted. This way it worked Pretty well. Customer now said they sometimes need to...
View ArticleProblem with cache and 404 error
Hi, I have an IW application which is sometimes called with a parameter in the URL. https://mycompany.com/$/start/myparam The first time I call this it works fine. In the ServerController the...
View Articleiw15.5.10 does not address issue since after 15.5.6
I am going back to 15.5.6... Again AtoZed team - am i doing something wrong? recap- try to add a dbnavigator toolbar to an iw form IW-navbarNotFixed.PNG (Size: 29.06 KB / Downloads: 11)
View ArticleTIWjQDBGrid paging
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...
View ArticlesmmFunctions.pas
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}...
View Article303 Redirect and Response Payload
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...
View ArticleCookies with the SameSite=None in Chrome
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...
View ArticleResize problems with IW 15.5.10/15.5.11
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...
View ArticleIntraweb15_2_15 source code some files missing
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....
View ArticleIW chart JS How to manage rosponsiveness
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: &tscript...
View ArticleTIWServerControllerIniReader
When using IWServerControllerBaseConfig, the following error message appears in the log file: 04/11/2024 03:07:08 TIWServerControllerIniReader.SetProperty [ShowLoadingAnimation]: Access violation at...
View ArticleIW 15.5.9 IWChart
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...
View ArticleIntraWeb 15.6.0 is out!
Hi guys, another new and exciting IntraWeb release 15.6.0 is avaialble for download. https://www.atozed.com/2024/04/intraweb-15-6-0/ This version brings the new libdeflate compressor for Delphi, which...
View ArticleNew demo available
There is a new demo showing how to use the new "template as resource" feature introduced in IW 15.6.0: https://github.com/Atozed/IntraWeb/tree/...AsResource In this demo all template and associated...
View Articleiwjqdbgrid button example
Does anyone have an example of how to insert an button into a column in an iwjqdbgrid?
View ArticleHow to manage forms and variable
Hello, in my IW application each form has its own logic (procedure) to navigate to other forms based on user interaction. Among other features the app manage an order entry procedure and many forms...
View ArticleCompressorImplementation
Hi, Alexandre, IW15.6.0 ServerController.Compression.CompressorImplementation: The comp LibDeflate method is now activated by default and causes an access violation right at startup without further...
View ArticleClassicRegionDraw
Hi Alexandre, IW15.6.0 Registry entry ClassicRegionDraw The entry must be of type REG_DWORD otherwise an error message will appear and it will not work. I also don't remember entering the entries there...
View ArticleCreate components at runtime
Hello, I'm playing a bit with IntraWeb from Atozed software. I encountered a problem (maybe just my misunderstanding). For example, I can create a TIWLabel in the TIWForm.OnCreate event. Here it works...
View ArticleDummy div in a IWRegion
Hi all, In my application, I have a blank IWRegion that I fill with a set of IWRadioButtons programmatically. This is my code to create the buttons (I'm looping in a dataset to create several buttons)....
View Article