| Welcome, Guest |
You have to register before you can post on our site.
|
| 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
|
|
|
| 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
|
|
|
| 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?
|
|
|
| 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.
|
|
|
| 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
|
|
|
|