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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 81,619
» Latest member: u888kitchen1
» Forum threads: 2,408
» Forum posts: 11,314

Full Statistics

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

Latest Threads
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 26
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Mikhael
06-18-2026, 04:58 PM
» Replies: 4
» Views: 572
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,173
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 451
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 499
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 503
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 241
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,189
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,102
Problema na Validação de ...
Forum: IntraWeb Dúvidas Gerais
Last Post: JorgeFernandes
05-11-2026, 06:13 PM
» Replies: 1
» Views: 293

 
  Required Bootstrap File Location
Posted by: deridan - 10-30-2025, 07:25 PM - Forum: IntraWeb General Discussion - No Replies

Hello,
This was referenced in a previous post, but just want to clarify.

By default, Intraweb expects the Bootstrap files to be located in  

YourServer.exe
  |
  |______ wwwroot
            |
            |_______iwbs
                      |
                      |_____ all the files here

Is "YourServer.exe" the location of the project EXE file or the location of the main project files?

It was also mentioned that we can use the below - 


uses
  IWBS4Global;

procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
  IWBS4LibSetCDNS;
end;

If we do that, then there is no need to have the bootstrap files in the correct project folder?

Also, the Templates folder - that would be located in the Project folder?

Thank you.

Print this item

  Authorization Scheme Issue
Posted by: brsoft - 10-29-2025, 06:59 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello everyone,

I'm using my IntraWeb application as a web server, but at the moment it only works when using the Basic Authorization scheme.
Could you please advise me on how to configure it to accept another authorization scheme (for example, Bearer)?

Thank you in advance for your help!
Best regards,
Robert

Print this item

Question OAuth2 in IIS extension app
Posted by: David1 - 10-28-2025, 01:25 PM - Forum: IntraWeb General Discussion - No Replies

Hello,
in my IW application I am calling Microsoft Business Central API to inject orders.
Still now the Business Central tenant was hosted on-premise and I could call the API using basic authentication.
Cause the Business Central is moving to Cloud (SaaS) I need to authenticate with Microsoft OAuth2 to call the API.
Is it possible to use OAuth2 in a IW IIS extension?
Are there any sample to use OAuth2 with IW?
I downloaded the IW master samples from GIT where I found an OAuth2 sample but it asks for a user interaction to autheticate.
How should I implement it in a web server IIS IW application?

Thank you,
Davide

Print this item

  CrossTalk 2.0.37 is available
Posted by: Alexandre Machado - 10-27-2025, 01:44 AM - Forum: CrossTalk General Discussion - No Replies

Hi guys,

there is a new CrossTalk version available for download. This new release includes support to Delphi 13 Florence.

https://www.atozed.com/2025/10/crosstalk-2-0-37/

Enjoy!  Big Grin

Print this item

  License registration or update 15.1->16.1 didn't work
Posted by: sglodek - 10-25-2025, 10:20 AM - Forum: IntraWeb General Discussion - Replies (3)

Hello,

I have downloaded and installed Intraweb 16.1.7. Installation was done in a new directory, so both directories for IntraWeb 15 and IntraWeb 16 are available. in Delphi 11.3 I can see IntraWeb 16 in the component-list.

In my purchase point I have a license key that ist valid until 11/16/2025 like that:

Code:
+0011CGICBIDAFIAABAGGCEEAJABFGCBEBFGAICBBGBAGABGA
...
AEGBJBBHHBCACDDCACCAEBJIAHFBBICBCDCCJDJACAE

I have inserted this license key during installation and after installation with the registration-tool in the installation-directory.

After loading my application in Delphi 11.3, building the project and starting the application I get the message that it is in evaluation mode with IntraWeb 15 instaead of IntraWeb 16 and with an old license:
Code:
*** Evaluation Mode ***
Reason: Your license will NOT work wih IntraWeb versions released after Feb 25, 2020
Build Date: Dez 15, 2022
IntraWeb Version: 15.2.69
32-bit Server on 64-bit Windows
 
Is it neccessary to uninstall IntraWeb 15 before updating to IntraWeb 16?
What steps are necessary to switch from IntraWeb 15 to IntraWeb 16? Have I forgotten anything?

best regards
Siegbert

Print this item

  Lazarus and Bootstrap
Posted by: deridan - 10-22-2025, 12:51 AM - Forum: IntraWeb General Discussion - Replies (2)

Hello,

I installed Intraweb (16.1.6) for Lazarus (3.8) , all works well. Are the Bootstrap controls (Bootstrap 3/Bootstrap 4) available for Lazarus?
If not, any alternative suggestions for bootstrap/responsive behavior?

Thank you

Print this item

  Button options on modal window
Posted by: Blanca80 - 10-20-2025, 01:54 PM - Forum: IntraWeb General Discussion - Replies (3)

Hello, 

I would like to know which options can be set on a button of a window modal, because i need to show one of the buttons disabled.  For example the 'noclose' option can be set to remain the modal after press the button

I would also ask if it's possible to show the locker after press the button on the modal window and the event is launched on the server.

Print this item

  IntraWeb 16.1.7 is out!
Posted by: Alexandre Machado - 10-18-2025, 10:24 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi guys,

IntraWeb 16.1.7 has been released.

This version includes x64 design time packages for Delphi 13 x64 IDE + some important bug fixes

https://www.atozed.com/2025/10/intraweb-16-1-7/

Enjoy!  Big Grin

Print this item

  Preventing "Default" Focus for Confirmation/Alert/etc...
Posted by: takyon_dg - 10-16-2025, 03:20 PM - Forum: IntraWeb General Discussion - No Replies

Does anyone know if there is any way to prevent a ShowConfirm or ShowAlert (iwNotify popups) from default selecting a button when it pops up?

The issue is we're using a keyboard wedge scanner (with an enter at the end) and if users aren't paying attention, they'll keep scanning, not aware there was a dialog (usually an error) that popped up because the next scan will 'dismiss' the dialog.

I know.. users. Yeesh.

Print this item

  CEF Library
Posted by: MikeComb - 10-09-2025, 03:03 PM - Forum: CGDevTools - Replies (1)

So, testing. Installed clean version of Delphi + IW 16.1.6 + Beta CGDevTools. Loaded a current project with little trouble except....get the message "Could not load CEF Library which is required to render HTML in IWForms".

What's that about?

Mike Combellack

Print this item