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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 50,359
» Latest member: cheriwalker
» Forum threads: 2,374
» Forum posts: 11,208

Full Statistics

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

Latest Threads
Geographic mapping with I...
Forum: IntraWeb General Discussion
Last Post: bruce.eglington@usask.ca
9 hours ago
» Replies: 3
» Views: 52
Order of units in USES
Forum: IntraWeb General Discussion
Last Post: bruce.eglington@usask.ca
11-13-2025, 11:11 PM
» Replies: 0
» Views: 215
IntraWeb 16.1.8 is out!
Forum: IntraWeb General Discussion
Last Post: ebob42
11-13-2025, 06:27 AM
» Replies: 2
» Views: 408
IntraWeb 16.1.7 is out!
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
11-10-2025, 10:53 PM
» Replies: 2
» Views: 506
New CGDevTools build is a...
Forum: CGDevTools
Last Post: MikeComb
11-10-2025, 09:27 PM
» Replies: 1
» Views: 266
Reinstalling CGDevTools f...
Forum: CGDevTools
Last Post: Alexandre Machado
11-10-2025, 06:25 PM
» Replies: 9
» Views: 1,918
License registration or u...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
11-04-2025, 07:27 PM
» Replies: 3
» Views: 711
How to get the full URL o...
Forum: IntraWeb General Discussion
Last Post: Ahmed Sayed
11-03-2025, 07:03 PM
» Replies: 0
» Views: 313
Retrieve selected theme f...
Forum: CGDevTools
Last Post: Steadfast
10-31-2025, 03:47 PM
» Replies: 1
» Views: 294
Required Bootstrap File L...
Forum: IntraWeb General Discussion
Last Post: deridan
10-30-2025, 07:25 PM
» Replies: 0
» Views: 262

 
  Geographic mapping with Intraweb
Posted by: bruce.eglington@usask.ca - 11-26-2025, 01:13 PM - Forum: IntraWeb General Discussion - Replies (3)

I would like to add geographic maps to existing Intraweb applications and would appreciate advice from those who have used any existing components for this purpose. I have read about TMSIWWebOSMaps but know that they have a separate mapping component which is favoured but does not support Intraweb. I assume that the former is no longer as well developed.

Any comments on functionality, suitability for use with Intraweb, etc would be appreciated on these and any other recommended products.

Thanks

Print this item

  Order of units in USES
Posted by: bruce.eglington@usask.ca - 11-13-2025, 11:11 PM - Forum: IntraWeb General Discussion - No Replies

I seem to remember that somebody indicated years ago that one needs to have certain IW-related units as the first ones in an interface USES section. Is this still the case?

I ask because I am trying to include MadExcept in some of my programs. All GUI (non-Intraweb) application run fine but all Intraweb application cause an access violation. 

Any suggestions to resolve this? Is it a known situation or something specific to my code?

Thanks

Print this item

  New CGDevTools build is available
Posted by: Alexandre Machado - 11-10-2025, 08:10 AM - Forum: CGDevTools - Replies (1)

Hi guys,

There is another Release Candidate build is avaialble for download:

https://downloads.atozed.com/intraweb/cg....0_RC4.exe

Some issues found while testing previous releases have been fixed.

This build requires IntraWeb 16.1.8 just released. It won't work with any other IW build.

Please report any issue that you may find.

Cheers,

Print this item

  IntraWeb 16.1.8 is out!
Posted by: Alexandre Machado - 11-09-2025, 07:35 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi folks,

there is a new update for IW 16 avaialble:

https://www.atozed.com/2025/11/intraweb-16-1-8/

Enjoy!  Big Grin

Print this item

  How to get the full URL or query params in user session
Posted by: Ahmed Sayed - 11-03-2025, 07:03 PM - Forum: IntraWeb General Discussion - No Replies

I am using Intraweb 16, and I can't figure out how to get the URL or query params. I am starting the user session from TWebBrowser on the client side with a specific URL and params, and I need to parse it.

All I found was this WebApplication->Request->Params->Values["IW_Location_"] contains the full URL. But I thought maybe there is a simpler way to achieve this?

Print this item

  Retrieve selected theme from IWCGJQThemeSwitcher
Posted by: Steadfast - 10-30-2025, 07:28 PM - Forum: CGDevTools - Replies (1)

How would I go about finding what theme is selected from IWCGJQThemeSwitcher?

Print this item

  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 - No Replies

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