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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,095
» Latest member: aldgatekeeleygroupcom
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1115 online users.
» 1 Member(s) | 1110 Guest(s)
Applebot, Baidu, Bing, Google, aldgatekeeleygroupcom

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

 
  Cannot run 64 bit applications with Intraweb 15 (Priority support)
Posted by: valmeras - 04-20-2023, 05:03 PM - Forum: IntraWeb General Discussion - Replies (5)

Using Rad Studio 10.2.3 with Intraweb 15.3.3
Since I migrated to Intraweb 15, I cannot run any 64 bit application created with C++ Builder!
How to reproduce!
I can still run my previous application because it was created with Intraweb 14.

But for any new C++ Builder application I create as "StandAlone Application (Indy)", when I try to run it with the 64 bit platform, I get the attached error message.



Attached Files Thumbnail(s)
   
Print this item

  Showing PDF without save option
Posted by: freshslo - 04-20-2023, 12:00 PM - Forum: IntraWeb General Discussion - Replies (4)

Hello,

Is it somehow possible to show PDF on the page (not in the new window) without an option to save or print PDF?

Now I put IWUrlWindow on the form and call PDF file, but it shows with a toolbar with save and print buttons.

Print this item

  IWCertificateManager
Posted by: Lorbass - 04-19-2023, 12:34 PM - Forum: IntraWeb General Discussion - Replies (6)

Using the latest version (1.1.0.0) with URL "https://acme-staging-v02.api.letsencrypt.org/acme/" and "Web-Server=Indy" I get the following error:

"Error executing requesting LE certificate: Value 'certificate' not found"

because the generated LE_Config.ini contains the ident 'certificate' but without a value.


Anyone have an idea why?

Thanks in advance for hints!

Print this item

  Intraweb Documentation
Posted by: rdy129 - 04-19-2023, 10:24 AM - Forum: IntraWeb General Discussion - Replies (4)

Hello, I want to ask this Intraweb if I see that there has been no tutorial or some kind of complete documentation so far?

Print this item

  Demo's for IWJQAccordion and IWJQPageControl
Posted by: PaulWeem - 04-19-2023, 08:05 AM - Forum: IntraWeb General Discussion - Replies (13)

Hi Alexandre,

Would it be possible to get some demo's for IWJQAccordion and IWJQPageControl?

Whatever I try, I constantly get Access Violations.

Thanks in advance!

Cheers, Paul

Print this item

  IW Service stops
Posted by: Comograma - 04-18-2023, 10:50 AM - Forum: IntraWeb General Discussion - Replies (7)

I have an IW service running on Windows Server and after a while the service stops responding.
It is a big project with many users connected and after some work, with heavy load processing, when a user starts a session, the main page is not shown.
Tried everything without success.
After this starts to happen, the service is still running, no event logs on Windows service side, but main page is not loaded. No service logs entry either.
Any ideas?? This is urgent!!
Thanks

Print this item

  Download IntraWeb Certificate Manager
Posted by: jeroen.rottink - 04-18-2023, 08:12 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi Alexandre,

In https://www.atozed.com/2023/04/whats-new...aweb-15-3/ you talk about a new version of the IntraWeb Certificate Manager.
The download page on the site (https://www.atozed.com/intraweb/certmanager/) still point to the previous version 1.0.0.3

Print this item

  IntraWeb 15.3.3 is out!
Posted by: Alexandre Machado - 04-18-2023, 02:40 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

still a couple of bugs occurring in previous release, so we quickly fixed them and released a new update:

https://www.atozed.com/2023/04/intraweb-15-3-3/

all issues found and reported since the new IW 15.3.0 have been fixed.

Enjoy  Big Grin

Print this item

  add parameters to button's POST request
Posted by: iwuser - 04-17-2023, 04:02 PM - Forum: IntraWeb General Discussion - Replies (8)

I have a case, where my App under IIS is accessed with a parameter passed in the URL, does some processing, sets session timeout to 20min and waits for user input. But when the user makes selection and clicks on the button, the server seemingly starts a new session that no longer has that initial parameter and so the user needs to start all over.

I'm not exactly sure when this first started, but it has been there for a while now. It happens in about 25-75% of runs, not every time, sometimes both the session and the parameter are preserved. IW logs nothing, so I cannot troubleshoot it.

I can see that IIS starts a new process and loads the DLL anew, so there must be something that's crashing it, I was just unable to figure out what so far.

So, I'm trying to figure out a process that would allow me to set that parameter somewhere in the button, so when the user finally clicks it, it would pass it on in some way, even if that's going to create a new session.

I've tried setting this parameter in the button's ExtraTagParams, but as IW is starting a new session, it gets lost. I think I need to be able to add this parameter on the URL generated by the button click - that should do the trick. Is there any way to do this?

Ans also, is there any way to get more logs to see why the IIS is restarting the process? - there's nothing in the Event Viewer and nothing in the

Print this item

  IWCheckBox
Posted by: Lorbass - 04-17-2023, 10:48 AM - Forum: IntraWeb General Discussion - Replies (11)

Thanks for implementing the new styles in the IWCheckBox.

However, clicking on the box has no visible effect.
Something wrong on my side?


A second point:
When using ServerController.Theme = iw-cool, the readability of the button label is very poor.

Find attached a simple test case and thanks for feedback



Attached Files
.zip   TST.zip (Size: 54.3 KB / Downloads: 6)
Print this item